Html Css Color HEX #022FA8 International Klein Blue
📋 copy color: '#022FA8'red 2 ◦ green 47 ◦ blue 168
Shades of International Klein Blue #022FA8
Tints of International Klein Blue #022FA8
RGB
CMYK
RGB Variations
Color information
#022FA8 (or 0x022FA8) is known color: International Klein Blue. HEX triplet: 02, 2F and A8. RGB value is (2,47,168). Sum of RGB (Red+Green+Blue) = 2+47+168=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 168 (66.02% from 255 or 77.42% from 217); Max value from RGB is 168 - color contains mainly: blue. Hex color #022FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA8 is #FDD057. Grayscale: #2E2E2E. Windows color (decimal): -16633944 or 11022082. OLE color: 11022082.
HSL color Cylindrical-coordinate representation of color #022FA8: hue angle of 223.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FA8 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 47 | 168 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.34 |
| HSL | 223.73º | 0.98% | 0.33% | - |
| HSV(B) | 223.73º | 0.99% | 0.66% | - |
| XYZ | 8.11 | 4.87 | 37.56 | - |
| YUV | 47.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 168 | 0.99 | 0.72 | 0 | 0.34 | 223.73 | 0.98 | 0.33 |
| Hex | 2 | 2F | A8 | 63 | 48 | 0 | 22 | E0 | 62 | 21 |
| Octal | 2 | 57 | 250 | 143 | 110 | 0 | 42 | 340 | 142 | 41 |
| Binary | 10 | 101111 | 10101000 | 1100011 | 1001000 | 0 | 100010 | 11100000 | 1100010 | 100001 |
Color Harmonies of #022FA8
Complementary color
Monochromatic Colors of #022FA8
Black with #022FA8
Text Example
Text Example
White with #022FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FA8; }
p { color: rgb(2,47,168); }
H1.HeaderClassName
{
color: #022FA8;
}
.AnyTagClassName
{
color: #022FA8;
}
</style>
background-color css
<style>
a { background-color: #022FA8; }
a { background-color: rgb(2,47,168); }
div.DivClassName
{
background-color: #022FA8;
}
.BgClassName
{
background-color: #022FA8;
}
</style>
border-color css
<style>
span { border-color: #022FA8; }
span { border-color: rgb(2,47,168); }
td.TdClassName
{
border-color: #022FA8;
}
.TagClassName
{
border-color: #022FA8;
}
</style>