Html Css Color HEX #022099 International Klein Blue
📋 copy color: '#022099'red 2 ◦ green 32 ◦ blue 153
Shades of International Klein Blue #022099
Tints of International Klein Blue #022099
RGB
CMYK
RGB Variations
Color information
#022099 (or 0x022099) is known color: International Klein Blue. HEX triplet: 02, 20 and 99. RGB value is (2,32,153). Sum of RGB (Red+Green+Blue) = 2+32+153=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #022099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022099 is #FDDF66. Grayscale: #242424. Windows color (decimal): -16637799 or 10035202. OLE color: 10035202.
HSL color Cylindrical-coordinate representation of color #022099: hue angle of 228.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022099 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 32 | 153 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.4 |
| HSL | 228.08º | 0.97% | 0.3% | - |
| HSV(B) | 228.08º | 0.99% | 0.6% | - |
| XYZ | 6.29 | 3.35 | 30.45 | - |
| YUV | 36.82 | 193.56 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 153 | 0.99 | 0.79 | 0 | 0.4 | 228.08 | 0.97 | 0.3 |
| Hex | 2 | 20 | 99 | 63 | 4F | 0 | 28 | E4 | 61 | 1E |
| Octal | 2 | 40 | 231 | 143 | 117 | 0 | 50 | 344 | 141 | 36 |
| Binary | 10 | 100000 | 10011001 | 1100011 | 1001111 | 0 | 101000 | 11100100 | 1100001 | 11110 |
Color Harmonies of #022099
Complementary color
Monochromatic Colors of #022099
Black with #022099
Text Example
Text Example
White with #022099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022099; }
p { color: rgb(2,32,153); }
H1.HeaderClassName
{
color: #022099;
}
.AnyTagClassName
{
color: #022099;
}
</style>
background-color css
<style>
a { background-color: #022099; }
a { background-color: rgb(2,32,153); }
div.DivClassName
{
background-color: #022099;
}
.BgClassName
{
background-color: #022099;
}
</style>
border-color css
<style>
span { border-color: #022099; }
span { border-color: rgb(2,32,153); }
td.TdClassName
{
border-color: #022099;
}
.TagClassName
{
border-color: #022099;
}
</style>