Html Css Color HEX #15809C Eastern Blue

📋 copy color: '#15809C'

red 21 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #15809C

Tints of Eastern Blue #15809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 6.89%
G = 41.97%
B = 51.15%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15809C (or 0x15809C) is known color: Eastern Blue. HEX triplet: 15, 80 and 9C. RGB value is (21,128,156). Sum of RGB (Red+Green+Blue) = 21+128+156=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #15809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15809C is #EA7F63. Grayscale: #626262. Windows color (decimal): -15368036 or 10256405. OLE color: 10256405.

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

Color convert

RGB 21 128 156 -
CMYK 0.87 0.18 0 0.39
HSL 192.44º 0.76% 0.35% -
HSV(B) 192.44º 0.87% 0.61% -
XYZ 14.03 18 34.19 -
YUV 99.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 21 128 156 0.87 0.18 0 0.39 192.44 0.76 0.35
Hex 15 80 9C 57 12 0 27 C0 4C 23
Octal 25 200 234 127 22 0 47 300 114 43
Binary 10101 10000000 10011100 1010111 10010 0 100111 11000000 1001100 100011

Color Harmonies of #15809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15809C

Black with #15809C

Text Example


Text Example

White with #15809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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