#19868E

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

Shades of Java #19868E

Tints of Java #19868E

Color information

#19868E (or 0x19868E) is unknown color: approx Java. HEX triplet: 19, 86 and 8E. RGB value is (25,134,142). Sum of RGB (Red+Green+Blue) = 25+134+142=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #19868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868E is #E67971. Grayscale: #666666. Windows color (decimal): -15104370 or 9340441. OLE color: 9340441.

HSL color Cylindrical-coordinate representation of color #19868E: hue angle of 184.1º 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 #19868E is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25134142-
CMYK0.820.0600.44
HSL184.1º70.06%32.75%-
HSV(B)184.1º82.39%55.69%-
XYZ13.8119.2128.57-
YUV102.32150.3972.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=8.31%
G=44.52%
B=47.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251341420.820.0600.44184.170.0632.75
Hex19868E52602Cb84621
Octal31206216122605427010641
Binary11001100001101000111010100101100101100101110001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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