Html Css Color HEX #022AA0 International Klein Blue
📋 copy color: '#022AA0'red 2 ◦ green 42 ◦ blue 160
Shades of International Klein Blue #022AA0
Tints of International Klein Blue #022AA0
RGB
CMYK
RGB Variations
Color information
#022AA0 (or 0x022AA0) is known color: International Klein Blue. HEX triplet: 02, 2A and A0. RGB value is (2,42,160). Sum of RGB (Red+Green+Blue) = 2+42+160=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #022AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AA0 is #FDD55F. Grayscale: #2A2A2A. Windows color (decimal): -16635232 or 10496514. OLE color: 10496514.
HSL color Cylindrical-coordinate representation of color #022AA0: hue angle of 224.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AA0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 42 | 160 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.37 |
| HSL | 224.81º | 0.98% | 0.32% | - |
| HSV(B) | 224.81º | 0.99% | 0.63% | - |
| XYZ | 7.2 | 4.21 | 33.69 | - |
| YUV | 43.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 160 | 0.99 | 0.74 | 0 | 0.37 | 224.81 | 0.98 | 0.32 |
| Hex | 2 | 2A | A0 | 63 | 4A | 0 | 25 | E1 | 62 | 20 |
| Octal | 2 | 52 | 240 | 143 | 112 | 0 | 45 | 341 | 142 | 40 |
| Binary | 10 | 101010 | 10100000 | 1100011 | 1001010 | 0 | 100101 | 11100001 | 1100010 | 100000 |
Color Harmonies of #022AA0
Complementary color
Monochromatic Colors of #022AA0
Black with #022AA0
Text Example
Text Example
White with #022AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AA0; }
p { color: rgb(2,42,160); }
H1.HeaderClassName
{
color: #022AA0;
}
.AnyTagClassName
{
color: #022AA0;
}
</style>
background-color css
<style>
a { background-color: #022AA0; }
a { background-color: rgb(2,42,160); }
div.DivClassName
{
background-color: #022AA0;
}
.BgClassName
{
background-color: #022AA0;
}
</style>
border-color css
<style>
span { border-color: #022AA0; }
span { border-color: rgb(2,42,160); }
td.TdClassName
{
border-color: #022AA0;
}
.TagClassName
{
border-color: #022AA0;
}
</style>