#15849E

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

Shades of Eastern Blue #15849E

Tints of Eastern Blue #15849E

Color information

#15849E (or 0x15849E) is unknown color: approx Eastern Blue. HEX triplet: 15, 84 and 9E. RGB value is (21,132,158). Sum of RGB (Red+Green+Blue) = 21+132+158=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #15849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15849E is #EA7B61. Grayscale: #656565. Windows color (decimal): -15367010 or 10388501. OLE color: 10388501.

HSL color Cylindrical-coordinate representation of color #15849E: hue angle of 191.39º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15849E is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21132158-
CMYK0.870.1600.38
HSL191.39º76.54%35.1%-
HSV(B)191.39º86.71%61.96%-
XYZ14.7319.1335.26-
YUV101.78159.7370.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=6.75%
G=42.44%
B=50.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211321580.870.1600.38191.3976.5435.1
Hex15849E5710026bf4d23
Octal252042361272004627711543
Binary1010110000100100111101010111100000100110101111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15849E; }

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

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

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

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

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

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

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

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