Html Css Color HEX #19929E Java

📋 copy color: '#19929E'

red 25 ◦ green 146 ◦ blue 158

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

Shades of Java #19929E

Tints of Java #19929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 7.6%
G = 44.38%
B = 48.02%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19929E (or 0x19929E) is known color: Java. HEX triplet: 19, 92 and 9E. RGB value is (25,146,158). Sum of RGB (Red+Green+Blue) = 25+146+158=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #19929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929E is #E66D61. Grayscale: #6F6F6F. Windows color (decimal): -15101282 or 10392089. OLE color: 10392089.

HSL color Cylindrical-coordinate representation of color #19929E: hue angle of 185.41º 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 #19929E is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 146 158 -
CMYK 0.84 0.08 0 0.38
HSL 185.41º 0.73% 0.36% -
HSV(B) 185.41º 0.84% 0.62% -
XYZ 16.85 23.23 35.94 -
YUV 111.19 154.41 66.52 -
System Red Green Blue C M Y K H S L
Decimal 25 146 158 0.84 0.08 0 0.38 185.41 0.73 0.36
Hex 19 92 9E 54 8 0 26 B9 49 24
Octal 31 222 236 124 10 0 46 271 111 44
Binary 11001 10010010 10011110 1010100 1000 0 100110 10111001 1001001 100100

Color Harmonies of #19929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19929E

Black with #19929E

Text Example


Text Example

White with #19929E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,146,158); }

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

background-color css

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

 a { background-color: rgb(25,146,158); }

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

border-color css

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

 span { border-color: rgb(25,146,158); }

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