Html Css Color HEX #19829F Eastern Blue

📋 copy color: '#19829F'

red 25 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #19829F

Tints of Eastern Blue #19829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 7.96%
G = 41.4%
B = 50.64%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19829F (or 0x19829F) is known color: Eastern Blue. HEX triplet: 19, 82 and 9F. RGB value is (25,130,159). Sum of RGB (Red+Green+Blue) = 25+130+159=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #19829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19829F is #E67D60. Grayscale: #656565. Windows color (decimal): -15105377 or 10453529. OLE color: 10453529.

HSL color Cylindrical-coordinate representation of color #19829F: hue angle of 192.99º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19829F is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 130 159 -
CMYK 0.84 0.18 0 0.38
HSL 192.99º 0.73% 0.36% -
HSV(B) 192.99º 0.84% 0.62% -
XYZ 14.64 18.68 35.63 -
YUV 101.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 25 130 159 0.84 0.18 0 0.38 192.99 0.73 0.36
Hex 19 82 9F 54 12 0 26 C1 49 24
Octal 31 202 237 124 22 0 46 301 111 44
Binary 11001 10000010 10011111 1010100 10010 0 100110 11000001 1001001 100100

Color Harmonies of #19829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19829F

Black with #19829F

Text Example


Text Example

White with #19829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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