#19848A

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

Shades of Java #19848A

Tints of Java #19848A

Color information

#19848A (or 0x19848A) is unknown color: approx Java. HEX triplet: 19, 84 and 8A. RGB value is (25,132,138). Sum of RGB (Red+Green+Blue) = 25+132+138=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #19848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848A is #E67B75. Grayscale: #646464. Windows color (decimal): -15104886 or 9077785. OLE color: 9077785.

HSL color Cylindrical-coordinate representation of color #19848A: hue angle of 183.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19848A is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25132138-
CMYK0.820.0400.46
HSL183.19º69.33%31.96%-
HSV(B)183.19º81.88%54.12%-
XYZ13.2418.5426.93-
YUV100.69149.0574.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=8.47%
G=44.75%
B=46.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251321380.820.0400.46183.1969.3331.96
Hex19848A52402Eb74520
Octal31204212122405626710540
Binary11001100001001000101010100101000101110101101111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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