#15869b

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

Shades of Eastern Blue #15869B

Tints of Eastern Blue #15869B

Color information

#15869B (or 0x15869B) is unknown color: approx Eastern Blue. HEX triplet: 15, 86 and 9B. RGB value is (21,134,155). Sum of RGB (Red+Green+Blue) = 21+134+155=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #15869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15869B is #EA7964. Grayscale: #666666. Windows color (decimal): -15366501 or 10192405. OLE color: 10192405.

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

Color convert

RGB21134155-
CMYK0.860.1400.39
HSL189.4º76.14%34.51%-
HSV(B)189.4º86.45%60.78%-
XYZ14.7519.5834.01-
YUV102.61157.5669.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 155 (60.94% from 255) = 50%
R=6.77%
G=43.23%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211341550.860.1400.39189.476.1434.51
Hex15869B56E027bd4c23
Octal252062331261604727511443
Binary101011000011010011011101011011100100111101111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15869b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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