Html Css Color HEX #19829B Eastern Blue

📋 copy color: '#19829B'

red 25 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #19829B

Tints of Eastern Blue #19829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 8.06%
G = 41.94%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19829B (or 0x19829B) is known color: Eastern Blue. HEX triplet: 19, 82 and 9B. RGB value is (25,130,155). Sum of RGB (Red+Green+Blue) = 25+130+155=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #19829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19829B is #E67D64. Grayscale: #656565. Windows color (decimal): -15105381 or 10191385. OLE color: 10191385.

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

Color convert

RGB 25 130 155 -
CMYK 0.84 0.16 0 0.39
HSL 191.54º 0.72% 0.35% -
HSV(B) 191.54º 0.84% 0.61% -
XYZ 14.3 18.54 33.83 -
YUV 101.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 25 130 155 0.84 0.16 0 0.39 191.54 0.72 0.35
Hex 19 82 9B 54 10 0 27 C0 48 23
Octal 31 202 233 124 20 0 47 300 110 43
Binary 11001 10000010 10011011 1010100 10000 0 100111 11000000 1001000 100011

Color Harmonies of #19829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19829B

Black with #19829B

Text Example


Text Example

White with #19829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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