Html Css Color HEX #0220AB International Klein Blue
📋 copy color: '#0220AB'red 2 ◦ green 32 ◦ blue 171
Shades of International Klein Blue #0220AB
Tints of International Klein Blue #0220AB
RGB
CMYK
RGB Variations
Color information
#0220AB (or 0x0220AB) is known color: International Klein Blue. HEX triplet: 02, 20 and AB. RGB value is (2,32,171). Sum of RGB (Red+Green+Blue) = 2+32+171=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #0220AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0220AB is #FDDF54. Grayscale: #262626. Windows color (decimal): -16637781 or 11214850. OLE color: 11214850.
HSL color Cylindrical-coordinate representation of color #0220AB: hue angle of 229.35º 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 #0220AB is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 32 | 171 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.33 |
| HSL | 229.35º | 0.98% | 0.34% | - |
| HSV(B) | 229.35º | 0.99% | 0.67% | - |
| XYZ | 7.89 | 3.99 | 38.88 | - |
| YUV | 38.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 171 | 0.99 | 0.81 | 0 | 0.33 | 229.35 | 0.98 | 0.34 |
| Hex | 2 | 20 | AB | 63 | 51 | 0 | 21 | E5 | 62 | 22 |
| Octal | 2 | 40 | 253 | 143 | 121 | 0 | 41 | 345 | 142 | 42 |
| Binary | 10 | 100000 | 10101011 | 1100011 | 1010001 | 0 | 100001 | 11100101 | 1100010 | 100010 |
Color Harmonies of #0220AB
Complementary color
Monochromatic Colors of #0220AB
Black with #0220AB
Text Example
Text Example
White with #0220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220AB; }
p { color: rgb(2,32,171); }
H1.HeaderClassName
{
color: #0220AB;
}
.AnyTagClassName
{
color: #0220AB;
}
</style>
background-color css
<style>
a { background-color: #0220AB; }
a { background-color: rgb(2,32,171); }
div.DivClassName
{
background-color: #0220AB;
}
.BgClassName
{
background-color: #0220AB;
}
</style>
border-color css
<style>
span { border-color: #0220AB; }
span { border-color: rgb(2,32,171); }
td.TdClassName
{
border-color: #0220AB;
}
.TagClassName
{
border-color: #0220AB;
}
</style>