Html Css Color HEX #19809B Eastern Blue

📋 copy color: '#19809B'

red 25 ◦ green 128 ◦ blue 155

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

Shades of Eastern Blue #19809B

Tints of Eastern Blue #19809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 8.12%
G = 41.56%
B = 50.32%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19809B (or 0x19809B) is known color: Eastern Blue. HEX triplet: 19, 80 and 9B. RGB value is (25,128,155). Sum of RGB (Red+Green+Blue) = 25+128+155=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #19809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19809B is #E67F64. Grayscale: #646464. Windows color (decimal): -15105893 or 10190873. OLE color: 10190873.

HSL color Cylindrical-coordinate representation of color #19809B: hue angle of 192.46º 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 #19809B is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 128 155 -
CMYK 0.84 0.17 0 0.39
HSL 192.46º 0.72% 0.35% -
HSV(B) 192.46º 0.84% 0.61% -
XYZ 14.04 18.01 33.75 -
YUV 100.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 25 128 155 0.84 0.17 0 0.39 192.46 0.72 0.35
Hex 19 80 9B 54 11 0 27 C0 48 23
Octal 31 200 233 124 21 0 47 300 110 43
Binary 11001 10000000 10011011 1010100 10001 0 100111 11000000 1001000 100011

Color Harmonies of #19809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19809B

Black with #19809B

Text Example


Text Example

White with #19809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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