#158795

Color #158795 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #158795

Tints of Eastern Blue #158795

Color information

#158795 (or 0x158795) is unknown color: approx Eastern Blue. HEX triplet: 15, 87 and 95. RGB value is (21,135,149). Sum of RGB (Red+Green+Blue) = 21+135+149=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #158795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158795 is #EA786A. Grayscale: #666666. Windows color (decimal): -15366251 or 9799445. OLE color: 9799445.

HSL color Cylindrical-coordinate representation of color #158795: hue angle of 186.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158795 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21135149-
CMYK0.860.0900.42
HSL186.56º75.29%33.33%-
HSV(B)186.56º85.91%58.43%-
XYZ14.419.6631.47-
YUV102.51154.2369.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=6.89%
G=44.26%
B=48.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211351490.860.0900.42186.5675.2933.33
Hex15879556902Abb4b21
Octal252072251261105227311341
Binary101011000011110010101101011010010101010101110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158795; }

 p { color: rgb(21,135,149); }

 H1.HeaderClassName
 {
   color: #158795;
 }
 .AnyTagClassName
 {
   color: #158795;
 }
</style>
background-color css

<style>
 a { background-color: #158795; }

 a { background-color: rgb(21,135,149); }

 div.DivClassName
 {
   background-color: #158795;
 }
 .BgClassName
 {
   background-color: #158795;
 }
</style>
border-color css

<style>
 span { border-color: #158795; }

 span { border-color: rgb(21,135,149); }

 td.TdClassName
 {
   border-color: #158795;
 }
 .TagClassName
 {
   border-color: #158795;
 }
</style>