Html Css Color HEX #022FA6 International Klein Blue
📋 copy color: '#022FA6'red 2 ◦ green 47 ◦ blue 166
Shades of International Klein Blue #022FA6
Tints of International Klein Blue #022FA6
RGB
CMYK
RGB Variations
Color information
#022FA6 (or 0x022FA6) is known color: International Klein Blue. HEX triplet: 02, 2F and A6. RGB value is (2,47,166). Sum of RGB (Red+Green+Blue) = 2+47+166=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #022FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA6 is #FDD059. Grayscale: #2E2E2E. Windows color (decimal): -16633946 or 10891010. OLE color: 10891010.
HSL color Cylindrical-coordinate representation of color #022FA6: hue angle of 223.54º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FA6 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 47 | 166 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.35 |
| HSL | 223.54º | 0.98% | 0.33% | - |
| HSV(B) | 223.54º | 0.99% | 0.65% | - |
| XYZ | 7.92 | 4.8 | 36.59 | - |
| YUV | 47.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 166 | 0.99 | 0.72 | 0 | 0.35 | 223.54 | 0.98 | 0.33 |
| Hex | 2 | 2F | A6 | 63 | 48 | 0 | 23 | E0 | 62 | 21 |
| Octal | 2 | 57 | 246 | 143 | 110 | 0 | 43 | 340 | 142 | 41 |
| Binary | 10 | 101111 | 10100110 | 1100011 | 1001000 | 0 | 100011 | 11100000 | 1100010 | 100001 |
Color Harmonies of #022FA6
Complementary color
Monochromatic Colors of #022FA6
Black with #022FA6
Text Example
Text Example
White with #022FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FA6; }
p { color: rgb(2,47,166); }
H1.HeaderClassName
{
color: #022FA6;
}
.AnyTagClassName
{
color: #022FA6;
}
</style>
background-color css
<style>
a { background-color: #022FA6; }
a { background-color: rgb(2,47,166); }
div.DivClassName
{
background-color: #022FA6;
}
.BgClassName
{
background-color: #022FA6;
}
</style>
border-color css
<style>
span { border-color: #022FA6; }
span { border-color: rgb(2,47,166); }
td.TdClassName
{
border-color: #022FA6;
}
.TagClassName
{
border-color: #022FA6;
}
</style>