#19969B

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

Shades of Java #19969B

Tints of Java #19969B

Color information

#19969B (or 0x19969B) is unknown color: approx Java. HEX triplet: 19, 96 and 9B. RGB value is (25,150,155). Sum of RGB (Red+Green+Blue) = 25+150+155=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #19969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19969B is #E66964. Grayscale: #717171. Windows color (decimal): -15100261 or 10196505. OLE color: 10196505.

HSL color Cylindrical-coordinate representation of color #19969B: hue angle of 182.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19969B is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25150155-
CMYK0.840.0300.39
HSL182.31º72.22%35.29%-
HSV(B)182.31º83.87%60.78%-
XYZ17.2224.3934.81-
YUV113.2151.5965.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.58%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=7.58%
G=45.45%
B=46.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251501550.840.0300.39182.3172.2235.29
Hex19969B543027b64823
Octal31226233124304726611043
Binary1100110010110100110111010100110100111101101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19969B; }

 p { color: rgb(25,150,155); }

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

<style>
 a { background-color: #19969B; }

 a { background-color: rgb(25,150,155); }

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

<style>
 span { border-color: #19969B; }

 span { border-color: rgb(25,150,155); }

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