Html Css Color HEX #19809C Eastern Blue

📋 copy color: '#19809C'

red 25 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #19809C

Tints of Eastern Blue #19809C

RGB

 RED value IS 25 (10.16% from 255) = 8.09%

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

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

R = 8.09%
G = 41.42%
B = 50.49%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19809C (or 0x19809C) is known color: Eastern Blue. HEX triplet: 19, 80 and 9C. RGB value is (25,128,156). Sum of RGB (Red+Green+Blue) = 25+128+156=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #19809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19809C is #E67F63. Grayscale: #646464. Windows color (decimal): -15105892 or 10256409. OLE color: 10256409.

HSL color Cylindrical-coordinate representation of color #19809C: hue angle of 192.82º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19809C is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 128 156 -
CMYK 0.84 0.18 0 0.39
HSL 192.82º 0.72% 0.35% -
HSV(B) 192.82º 0.84% 0.61% -
XYZ 14.12 18.05 34.19 -
YUV 100.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 25 128 156 0.84 0.18 0 0.39 192.82 0.72 0.35
Hex 19 80 9C 54 12 0 27 C1 48 23
Octal 31 200 234 124 22 0 47 301 110 43
Binary 11001 10000000 10011100 1010100 10010 0 100111 11000001 1001000 100011

Color Harmonies of #19809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19809C

Black with #19809C

Text Example


Text Example

White with #19809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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