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