#219499

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

Shades of Java #219499

Tints of Java #219499

Color information

#219499 (or 0x219499) is unknown color: approx Java. HEX triplet: 21, 94 and 99. RGB value is (33,148,153). Sum of RGB (Red+Green+Blue) = 33+148+153=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #219499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219499 is #DE6B66. Grayscale: #727272. Windows color (decimal): -14576487 or 10064929. OLE color: 10064929.

HSL color Cylindrical-coordinate representation of color #219499: hue angle of 182.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219499 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33148153-
CMYK0.780.0300.4
HSL182.5º64.52%36.47%-
HSV(B)182.5º78.43%60%-
XYZ16.9723.833.84-
YUV114.18149.970.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=9.88%
G=44.31%
B=45.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331481530.780.0300.4182.564.5236.47
Hex2194994E3028b64124
Octal41224231116305026610144
Binary10000110010100100110011001110110101000101101101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219499; }

 p { color: rgb(33,148,153); }

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

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

 a { background-color: rgb(33,148,153); }

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

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

 span { border-color: rgb(33,148,153); }

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