Html Css Color HEX #0222AB International Klein Blue
📋 copy color: '#0222AB'red 2 ◦ green 34 ◦ blue 171
Shades of International Klein Blue #0222AB
Tints of International Klein Blue #0222AB
RGB
CMYK
RGB Variations
Color information
#0222AB (or 0x0222AB) is known color: International Klein Blue. HEX triplet: 02, 22 and AB. RGB value is (2,34,171). Sum of RGB (Red+Green+Blue) = 2+34+171=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #0222AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0222AB is #FDDD54. Grayscale: #272727. Windows color (decimal): -16637269 or 11215362. OLE color: 11215362.
HSL color Cylindrical-coordinate representation of color #0222AB: hue angle of 228.64º 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 #0222AB is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 34 | 171 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.33 |
| HSL | 228.64º | 0.98% | 0.34% | - |
| HSV(B) | 228.64º | 0.99% | 0.67% | - |
| XYZ | 7.95 | 4.1 | 38.9 | - |
| YUV | 40.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 171 | 0.99 | 0.80 | 0 | 0.33 | 228.64 | 0.98 | 0.34 |
| Hex | 2 | 22 | AB | 63 | 50 | 0 | 21 | E5 | 62 | 22 |
| Octal | 2 | 42 | 253 | 143 | 120 | 0 | 41 | 345 | 142 | 42 |
| Binary | 10 | 100010 | 10101011 | 1100011 | 1010000 | 0 | 100001 | 11100101 | 1100010 | 100010 |
Color Harmonies of #0222AB
Complementary color
Monochromatic Colors of #0222AB
Black with #0222AB
Text Example
Text Example
White with #0222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222AB; }
p { color: rgb(2,34,171); }
H1.HeaderClassName
{
color: #0222AB;
}
.AnyTagClassName
{
color: #0222AB;
}
</style>
background-color css
<style>
a { background-color: #0222AB; }
a { background-color: rgb(2,34,171); }
div.DivClassName
{
background-color: #0222AB;
}
.BgClassName
{
background-color: #0222AB;
}
</style>
border-color css
<style>
span { border-color: #0222AB; }
span { border-color: rgb(2,34,171); }
td.TdClassName
{
border-color: #0222AB;
}
.TagClassName
{
border-color: #0222AB;
}
</style>