Html Css Color HEX #15859C Eastern Blue

📋 copy color: '#15859C'

red 21 ◦ green 133 ◦ blue 156

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

Shades of Eastern Blue #15859C

Tints of Eastern Blue #15859C

RGB

 RED value IS 21 (8.59% from 255) = 6.77%

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 156 (61.33% from 255) = 50.32%

R = 6.77%
G = 42.9%
B = 50.32%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15859C (or 0x15859C) is known color: Eastern Blue. HEX triplet: 15, 85 and 9C. RGB value is (21,133,156). Sum of RGB (Red+Green+Blue) = 21+133+156=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #15859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15859C is #EA7A63. Grayscale: #656565. Windows color (decimal): -15366756 or 10257685. OLE color: 10257685.

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

Color convert

RGB 21 133 156 -
CMYK 0.87 0.15 0 0.39
HSL 190.22º 0.76% 0.35% -
HSV(B) 190.22º 0.87% 0.61% -
XYZ 14.7 19.33 34.41 -
YUV 102.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 21 133 156 0.87 0.15 0 0.39 190.22 0.76 0.35
Hex 15 85 9C 57 F 0 27 BE 4C 23
Octal 25 205 234 127 17 0 47 276 114 43
Binary 10101 10000101 10011100 1010111 1111 0 100111 10111110 1001100 100011

Color Harmonies of #15859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15859C

Black with #15859C

Text Example


Text Example

White with #15859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15859C;
 }
 .AnyTagClassName
 {
   color: #15859C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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