Html Css Color HEX #15869C Eastern Blue

📋 copy color: '#15869C'

red 21 ◦ green 134 ◦ blue 156

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

Shades of Eastern Blue #15869C

Tints of Eastern Blue #15869C

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 21 134 156 -
CMYK 0.87 0.14 0 0.39
HSL 189.78º 0.76% 0.35% -
HSV(B) 189.78º 0.87% 0.61% -
XYZ 14.84 19.61 34.46 -
YUV 102.72 158.06 69.71 -
System Red Green Blue C M Y K H S L
Decimal 21 134 156 0.87 0.14 0 0.39 189.78 0.76 0.35
Hex 15 86 9C 57 E 0 27 BE 4C 23
Octal 25 206 234 127 16 0 47 276 114 43
Binary 10101 10000110 10011100 1010111 1110 0 100111 10111110 1001100 100011

Color Harmonies of #15869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15869C

Black with #15869C

Text Example


Text Example

White with #15869C

Text Example


Text Example

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