#219F94

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

Shades of Java #219F94

Tints of Java #219F94

Color information

#219F94 (or 0x219F94) is unknown color: approx Java. HEX triplet: 21, 9F and 94. RGB value is (33,159,148). Sum of RGB (Red+Green+Blue) = 33+159+148=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #219F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F94 is #DE606B. Grayscale: #777777. Windows color (decimal): -14573676 or 9740065. OLE color: 9740065.

HSL color Cylindrical-coordinate representation of color #219F94: hue angle of 174.76º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F94 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB33159148-
CMYK0.7900.070.38
HSL174.76º65.62%37.65%-
HSV(B)174.76º79.25%62.35%-
XYZ18.3727.2632.31-
YUV120.07143.7665.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=9.71%
G=46.76%
B=43.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331591480.7900.070.38174.7665.6237.65
Hex219F944F0726af4226
Octal41237224117074625710246
Binary100001100111111001010010011110111100110101011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219F94; }

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

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

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

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

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

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

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

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