Html Css Color HEX #15869B Eastern Blue

📋 copy color: '#15869B'

red 21 ◦ green 134 ◦ blue 155

#15869B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #15869B

Tints of Eastern Blue #15869B

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 value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15869B (or 0x15869B) is known color: 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

RGB 21 134 155 -
CMYK 0.86 0.14 0 0.39
HSL 189.4º 0.76% 0.35% -
HSV(B) 189.4º 0.86% 0.61% -
XYZ 14.75 19.58 34.01 -
YUV 102.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 21 134 155 0.86 0.14 0 0.39 189.4 0.76 0.35
Hex 15 86 9B 56 E 0 27 BD 4C 23
Octal 25 206 233 126 16 0 47 275 114 43
Binary 10101 10000110 10011011 1010110 1110 0 100111 10111101 1001100 100011

Color Harmonies of #15869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15869B

Black with #15869B

Text Example


Text Example

White with #15869B

Text Example


Text Example

HTML Codes & Css Web 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>