#158493

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

Shades of Eastern Blue #158493

Tints of Eastern Blue #158493

Color information

#158493 (or 0x158493) is unknown color: approx Eastern Blue. HEX triplet: 15, 84 and 93. RGB value is (21,132,147). Sum of RGB (Red+Green+Blue) = 21+132+147=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #158493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158493 is #EA7B6C. Grayscale: #646464. Windows color (decimal): -15367021 or 9667605. OLE color: 9667605.

HSL color Cylindrical-coordinate representation of color #158493: hue angle of 187.14º 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 #158493 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21132147-
CMYK0.860.1000.42
HSL187.14º75%32.94%-
HSV(B)187.14º85.71%57.65%-
XYZ13.8318.7730.5-
YUV100.52154.2371.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 147 (57.81% from 255) = 49%
R=7%
G=44%
B=49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211321470.860.1000.42187.147532.94
Hex15849356A02Abb4b21
Octal252042231261205227311341
Binary101011000010010010011101011010100101010101110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158493; }

 p { color: rgb(21,132,147); }

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

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

 a { background-color: rgb(21,132,147); }

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

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

 span { border-color: rgb(21,132,147); }

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