Html Css Color HEX #022FB9 International Klein Blue
📋 copy color: '#022FB9'red 2 ◦ green 47 ◦ blue 185
Shades of International Klein Blue #022FB9
Tints of International Klein Blue #022FB9
RGB
CMYK
RGB Variations
Color information
#022FB9 (or 0x022FB9) is known color: International Klein Blue. HEX triplet: 02, 2F and B9. RGB value is (2,47,185). Sum of RGB (Red+Green+Blue) = 2+47+185=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #022FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FB9 is #FDD046. Grayscale: #303030. Windows color (decimal): -16633927 or 12136194. OLE color: 12136194.
HSL color Cylindrical-coordinate representation of color #022FB9: hue angle of 225.25º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FB9 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 47 | 185 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.27 |
| HSL | 225.25º | 0.98% | 0.37% | - |
| HSV(B) | 225.25º | 0.99% | 0.73% | - |
| XYZ | 9.8 | 5.55 | 46.45 | - |
| YUV | 49.28 | 204.59 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 185 | 0.99 | 0.75 | 0 | 0.27 | 225.25 | 0.98 | 0.37 |
| Hex | 2 | 2F | B9 | 63 | 4B | 0 | 1B | E1 | 62 | 25 |
| Octal | 2 | 57 | 271 | 143 | 113 | 0 | 33 | 341 | 142 | 45 |
| Binary | 10 | 101111 | 10111001 | 1100011 | 1001011 | 0 | 11011 | 11100001 | 1100010 | 100101 |
Color Harmonies of #022FB9
Complementary color
Monochromatic Colors of #022FB9
Black with #022FB9
Text Example
Text Example
White with #022FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FB9; }
p { color: rgb(2,47,185); }
H1.HeaderClassName
{
color: #022FB9;
}
.AnyTagClassName
{
color: #022FB9;
}
</style>
background-color css
<style>
a { background-color: #022FB9; }
a { background-color: rgb(2,47,185); }
div.DivClassName
{
background-color: #022FB9;
}
.BgClassName
{
background-color: #022FB9;
}
</style>
border-color css
<style>
span { border-color: #022FB9; }
span { border-color: rgb(2,47,185); }
td.TdClassName
{
border-color: #022FB9;
}
.TagClassName
{
border-color: #022FB9;
}
</style>