#15869C

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

Shades of Eastern Blue #15869C

Tints of Eastern Blue #15869C

Color information

#15869C (or 0x15869C) is unknown color: approx Eastern Blue. HEX triplet: 15, 86 and 9C. RGB value is (21,134,156). Sum of RGB (Red+Green+Blue) = 21+134+156=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #15869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15869C is #EA7963. Grayscale: #666666. Windows color (decimal): -15366500 or 10257941. OLE color: 10257941.

HSL color Cylindrical-coordinate representation of color #15869C: hue angle of 189.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15869C is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21134156-
CMYK0.870.1400.39
HSL189.78º76.27%34.71%-
HSV(B)189.78º86.54%61.18%-
XYZ14.8419.6134.46-
YUV102.72158.0669.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=6.75%
G=43.09%
B=50.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211341560.870.1400.39189.7876.2734.71
Hex15869C57E027be4c23
Octal252062341271604727611443
Binary101011000011010011100101011111100100111101111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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