Html Css Color HEX #19819B Eastern Blue

📋 copy color: '#19819B'

red 25 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #19819B

Tints of Eastern Blue #19819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 8.09%
G = 41.75%
B = 50.16%

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

#19819B (or 0x19819B) is known color: Eastern Blue. HEX triplet: 19, 81 and 9B. RGB value is (25,129,155). Sum of RGB (Red+Green+Blue) = 25+129+155=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #19819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19819B is #E67E64. Grayscale: #646464. Windows color (decimal): -15105637 or 10191129. OLE color: 10191129.

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

Color convert

RGB 25 129 155 -
CMYK 0.84 0.17 0 0.39
HSL 192º 0.72% 0.35% -
HSV(B) 192º 0.84% 0.61% -
XYZ 14.17 18.27 33.79 -
YUV 100.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 25 129 155 0.84 0.17 0 0.39 192 0.72 0.35
Hex 19 81 9B 54 11 0 27 C0 48 23
Octal 31 201 233 124 21 0 47 300 110 43
Binary 11001 10000001 10011011 1010100 10001 0 100111 11000000 1001000 100011

Color Harmonies of #19819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19819B

Black with #19819B

Text Example


Text Example

White with #19819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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