#19848E

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

Shades of Java #19848E

Tints of Java #19848E

Color information

#19848E (or 0x19848E) is unknown color: approx Java. HEX triplet: 19, 84 and 8E. RGB value is (25,132,142). Sum of RGB (Red+Green+Blue) = 25+132+142=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #19848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848E is #E67B71. Grayscale: #656565. Windows color (decimal): -15104882 or 9339929. OLE color: 9339929.

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

Color convert

RGB25132142-
CMYK0.820.0700.44
HSL185.13º70.06%32.75%-
HSV(B)185.13º82.39%55.69%-
XYZ13.5318.6628.48-
YUV101.15151.0573.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=8.36%
G=44.15%
B=47.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251321420.820.0700.44185.1370.0632.75
Hex19848E52702Cb94621
Octal31204216122705427110641
Binary11001100001001000111010100101110101100101110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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