Html Css Color HEX #022FAA International Klein Blue
📋 copy color: '#022FAA'red 2 ◦ green 47 ◦ blue 170
Shades of International Klein Blue #022FAA
Tints of International Klein Blue #022FAA
RGB
CMYK
RGB Variations
Color information
#022FAA (or 0x022FAA) is known color: International Klein Blue. HEX triplet: 02, 2F and AA. RGB value is (2,47,170). Sum of RGB (Red+Green+Blue) = 2+47+170=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #022FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FAA is #FDD055. Grayscale: #2F2F2F. Windows color (decimal): -16633942 or 11153154. OLE color: 11153154.
HSL color Cylindrical-coordinate representation of color #022FAA: hue angle of 223.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FAA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 47 | 170 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.33 |
| HSL | 223.93º | 0.98% | 0.34% | - |
| HSV(B) | 223.93º | 0.99% | 0.67% | - |
| XYZ | 8.3 | 4.95 | 38.55 | - |
| YUV | 47.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 170 | 0.99 | 0.72 | 0 | 0.33 | 223.93 | 0.98 | 0.34 |
| Hex | 2 | 2F | AA | 63 | 48 | 0 | 21 | E0 | 62 | 22 |
| Octal | 2 | 57 | 252 | 143 | 110 | 0 | 41 | 340 | 142 | 42 |
| Binary | 10 | 101111 | 10101010 | 1100011 | 1001000 | 0 | 100001 | 11100000 | 1100010 | 100010 |
Color Harmonies of #022FAA
Complementary color
Monochromatic Colors of #022FAA
Black with #022FAA
Text Example
Text Example
White with #022FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FAA; }
p { color: rgb(2,47,170); }
H1.HeaderClassName
{
color: #022FAA;
}
.AnyTagClassName
{
color: #022FAA;
}
</style>
background-color css
<style>
a { background-color: #022FAA; }
a { background-color: rgb(2,47,170); }
div.DivClassName
{
background-color: #022FAA;
}
.BgClassName
{
background-color: #022FAA;
}
</style>
border-color css
<style>
span { border-color: #022FAA; }
span { border-color: rgb(2,47,170); }
td.TdClassName
{
border-color: #022FAA;
}
.TagClassName
{
border-color: #022FAA;
}
</style>