Shades of Java #209094
Tints of Java #209094
RGB
CMYK
RGB Variations
Color information
#209094 (or 0x209094) is known color: Java. HEX triplet: 20, 90 and 94. RGB value is (32,144,148). Sum of RGB (Red+Green+Blue) = 32+144+148=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #209094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209094 is #DF6F6B. Grayscale: #6E6E6E. Windows color (decimal): -14643052 or 9736224. OLE color: 9736224.
HSL color Cylindrical-coordinate representation of color #209094: hue angle of 182.07º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209094 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 144 | 148 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.42 |
| HSL | 182.07º | 0.64% | 0.35% | - |
| HSV(B) | 182.07º | 0.78% | 0.58% | - |
| XYZ | 15.91 | 22.39 | 31.5 | - |
| YUV | 110.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 148 | 0.78 | 0.03 | 0 | 0.42 | 182.07 | 0.64 | 0.35 |
| Hex | 20 | 90 | 94 | 4E | 3 | 0 | 2A | B6 | 40 | 23 |
| Octal | 40 | 220 | 224 | 116 | 3 | 0 | 52 | 266 | 100 | 43 |
| Binary | 100000 | 10010000 | 10010100 | 1001110 | 11 | 0 | 101010 | 10110110 | 1000000 | 100011 |
Color Harmonies of #209094
Complementary color
Monochromatic Colors of #209094
Black with #209094
Text Example
Text Example
White with #209094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209094; }
p { color: rgb(32,144,148); }
H1.HeaderClassName
{
color: #209094;
}
.AnyTagClassName
{
color: #209094;
}
</style>
background-color css
<style>
a { background-color: #209094; }
a { background-color: rgb(32,144,148); }
div.DivClassName
{
background-color: #209094;
}
.BgClassName
{
background-color: #209094;
}
</style>
border-color css
<style>
span { border-color: #209094; }
span { border-color: rgb(32,144,148); }
td.TdClassName
{
border-color: #209094;
}
.TagClassName
{
border-color: #209094;
}
</style>