Html Css Color HEX #022FA0 International Klein Blue
📋 copy color: '#022FA0'red 2 ◦ green 47 ◦ blue 160
Shades of International Klein Blue #022FA0
Tints of International Klein Blue #022FA0
RGB
CMYK
RGB Variations
Color information
#022FA0 (or 0x022FA0) is known color: International Klein Blue. HEX triplet: 02, 2F and A0. RGB value is (2,47,160). Sum of RGB (Red+Green+Blue) = 2+47+160=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #022FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA0 is #FDD05F. Grayscale: #2D2D2D. Windows color (decimal): -16633952 or 10497794. OLE color: 10497794.
HSL color Cylindrical-coordinate representation of color #022FA0: hue angle of 222.91º 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 #022FA0 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 47 | 160 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.37 |
| HSL | 222.91º | 0.98% | 0.32% | - |
| HSV(B) | 222.91º | 0.99% | 0.63% | - |
| XYZ | 7.39 | 4.58 | 33.75 | - |
| YUV | 46.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 160 | 0.99 | 0.71 | 0 | 0.37 | 222.91 | 0.98 | 0.32 |
| Hex | 2 | 2F | A0 | 63 | 47 | 0 | 25 | DF | 62 | 20 |
| Octal | 2 | 57 | 240 | 143 | 107 | 0 | 45 | 337 | 142 | 40 |
| Binary | 10 | 101111 | 10100000 | 1100011 | 1000111 | 0 | 100101 | 11011111 | 1100010 | 100000 |
Color Harmonies of #022FA0
Complementary color
Monochromatic Colors of #022FA0
Black with #022FA0
Text Example
Text Example
White with #022FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FA0; }
p { color: rgb(2,47,160); }
H1.HeaderClassName
{
color: #022FA0;
}
.AnyTagClassName
{
color: #022FA0;
}
</style>
background-color css
<style>
a { background-color: #022FA0; }
a { background-color: rgb(2,47,160); }
div.DivClassName
{
background-color: #022FA0;
}
.BgClassName
{
background-color: #022FA0;
}
</style>
border-color css
<style>
span { border-color: #022FA0; }
span { border-color: rgb(2,47,160); }
td.TdClassName
{
border-color: #022FA0;
}
.TagClassName
{
border-color: #022FA0;
}
</style>