#15869E

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

Shades of Eastern Blue #15869E

Tints of Eastern Blue #15869E

Color information

#15869E (or 0x15869E) is unknown color: approx Eastern Blue. HEX triplet: 15, 86 and 9E. RGB value is (21,134,158). Sum of RGB (Red+Green+Blue) = 21+134+158=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #15869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15869E is #EA7961. Grayscale: #666666. Windows color (decimal): -15366498 or 10389013. OLE color: 10389013.

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

Color convert

RGB21134158-
CMYK0.870.1500.38
HSL190.51º76.54%35.1%-
HSV(B)190.51º86.71%61.96%-
XYZ15.0119.6835.36-
YUV102.95159.0669.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=6.71%
G=42.81%
B=50.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211341580.870.1500.38190.5176.5435.1
Hex15869E57F026bf4d23
Octal252062361271704627711543
Binary101011000011010011110101011111110100110101111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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