#19929E

Color #19929E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #19929E

Tints of Java #19929E

Color information

#19929E (or 0x19929E) is unknown color: approx 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

RGB25146158-
CMYK0.840.0800.38
HSL185.41º72.68%35.88%-
HSV(B)185.41º84.18%61.96%-
XYZ16.8523.2335.94-
YUV111.19154.4166.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.60%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=7.60%
G=44.38%
B=48.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251461580.840.0800.38185.4172.6835.88
Hex19929E548026b94924
Octal312222361241004627111144
Binary110011001001010011110101010010000100110101110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>