#19929F

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

Shades of Java #19929F

Tints of Java #19929F

Color information

#19929F (or 0x19929F) is unknown color: approx Java. HEX triplet: 19, 92 and 9F. RGB value is (25,146,159). Sum of RGB (Red+Green+Blue) = 25+146+159=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #19929F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929F is #E66D60. Grayscale: #6F6F6F. Windows color (decimal): -15101281 or 10457625. OLE color: 10457625.

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

Color convert

RGB25146159-
CMYK0.840.0800.38
HSL185.82º72.83%36.08%-
HSV(B)185.82º84.28%62.35%-
XYZ16.9423.2736.4-
YUV111.3154.9166.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.58%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=7.58%
G=44.24%
B=48.18%

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
Decimal251461590.840.0800.38185.8272.8336.08
Hex19929F548026ba4924
Octal312222371241004627211144
Binary110011001001010011111101010010000100110101110101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19929F;
 }
 .AnyTagClassName
 {
   color: #19929F;
 }
</style>
background-color css

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

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

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

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

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

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