#15849F

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

Shades of Eastern Blue #15849F

Tints of Eastern Blue #15849F

Color information

#15849F (or 0x15849F) is unknown color: approx Eastern Blue. HEX triplet: 15, 84 and 9F. RGB value is (21,132,159). Sum of RGB (Red+Green+Blue) = 21+132+159=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #15849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15849F is #EA7B60. Grayscale: #656565. Windows color (decimal): -15367009 or 10454037. OLE color: 10454037.

HSL color Cylindrical-coordinate representation of color #15849F: hue angle of 191.74º 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 #15849F is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21132159-
CMYK0.870.1700.38
HSL191.74º76.67%35.29%-
HSV(B)191.74º86.79%62.35%-
XYZ14.8219.1735.72-
YUV101.89160.2370.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=6.73%
G=42.31%
B=50.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211321590.870.1700.38191.7476.6735.29
Hex15849F5711026c04d23
Octal252042371272104630011543
Binary1010110000100100111111010111100010100110110000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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