Html Css Color HEX #19818E Java

📋 copy color: '#19818E'

red 25 ◦ green 129 ◦ blue 142

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

Shades of Java #19818E

Tints of Java #19818E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 8.45%
G = 43.58%
B = 47.97%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19818E (or 0x19818E) is known color: Java. HEX triplet: 19, 81 and 8E. RGB value is (25,129,142). Sum of RGB (Red+Green+Blue) = 25+129+142=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #19818E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19818E is #E67E71. Grayscale: #636363. Windows color (decimal): -15105650 or 9339161. OLE color: 9339161.

HSL color Cylindrical-coordinate representation of color #19818E: hue angle of 186.67º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19818E is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 129 142 -
CMYK 0.82 0.09 0 0.44
HSL 186.67º 0.7% 0.33% -
HSV(B) 186.67º 0.82% 0.56% -
XYZ 13.13 17.86 28.35 -
YUV 99.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 25 129 142 0.82 0.09 0 0.44 186.67 0.7 0.33
Hex 19 81 8E 52 9 0 2C BB 46 21
Octal 31 201 216 122 11 0 54 273 106 41
Binary 11001 10000001 10001110 1010010 1001 0 101100 10111011 1000110 100001

Color Harmonies of #19818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19818E

Black with #19818E

Text Example


Text Example

White with #19818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19818E; }

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

 H1.HeaderClassName
 {
   color: #19818E;
 }
 .AnyTagClassName
 {
   color: #19818E;
 }
</style>

background-color css

<style>
 a { background-color: #19818E; }

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

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

border-color css

<style>
 span { border-color: #19818E; }

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

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