#219086

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

Shades of Java #219086

Tints of Java #219086

Color information

#219086 (or 0x219086) is unknown color: approx Java. HEX triplet: 21, 90 and 86. RGB value is (33,144,134). Sum of RGB (Red+Green+Blue) = 33+144+134=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #219086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219086 is #DE6F79. Grayscale: #6D6D6D. Windows color (decimal): -14577530 or 8818721. OLE color: 8818721.

HSL color Cylindrical-coordinate representation of color #219086: hue angle of 174.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219086 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB33144134-
CMYK0.7700.070.44
HSL174.59º62.71%34.71%-
HSV(B)174.59º77.08%56.47%-
XYZ14.921.9926.01-
YUV109.67141.7373.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=10.61%
G=46.30%
B=43.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331441340.7700.070.44174.5962.7134.71
Hex2190864D072Caf3f23
Octal4122020611507542577743
Binary10000110010000100001101001101011110110010101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219086; }

 p { color: rgb(33,144,134); }

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

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

 a { background-color: rgb(33,144,134); }

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

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

 span { border-color: rgb(33,144,134); }

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