Html Css Color HEX #0222AF International Klein Blue
📋 copy color: '#0222AF'red 2 ◦ green 34 ◦ blue 175
Shades of International Klein Blue #0222AF
Tints of International Klein Blue #0222AF
RGB
CMYK
RGB Variations
Color information
#0222AF (or 0x0222AF) is known color: International Klein Blue. HEX triplet: 02, 22 and AF. RGB value is (2,34,175). Sum of RGB (Red+Green+Blue) = 2+34+175=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #0222AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0222AF is #FDDD50. Grayscale: #272727. Windows color (decimal): -16637265 or 11477506. OLE color: 11477506.
HSL color Cylindrical-coordinate representation of color #0222AF: hue angle of 228.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222AF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 34 | 175 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.31 |
| HSL | 228.9º | 0.98% | 0.35% | - |
| HSV(B) | 228.9º | 0.99% | 0.69% | - |
| XYZ | 8.33 | 4.25 | 40.94 | - |
| YUV | 40.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 175 | 0.99 | 0.81 | 0 | 0.31 | 228.9 | 0.98 | 0.35 |
| Hex | 2 | 22 | AF | 63 | 51 | 0 | 1F | E5 | 62 | 23 |
| Octal | 2 | 42 | 257 | 143 | 121 | 0 | 37 | 345 | 142 | 43 |
| Binary | 10 | 100010 | 10101111 | 1100011 | 1010001 | 0 | 11111 | 11100101 | 1100010 | 100011 |
Color Harmonies of #0222AF
Complementary color
Monochromatic Colors of #0222AF
Black with #0222AF
Text Example
Text Example
White with #0222AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222AF; }
p { color: rgb(2,34,175); }
H1.HeaderClassName
{
color: #0222AF;
}
.AnyTagClassName
{
color: #0222AF;
}
</style>
background-color css
<style>
a { background-color: #0222AF; }
a { background-color: rgb(2,34,175); }
div.DivClassName
{
background-color: #0222AF;
}
.BgClassName
{
background-color: #0222AF;
}
</style>
border-color css
<style>
span { border-color: #0222AF; }
span { border-color: rgb(2,34,175); }
td.TdClassName
{
border-color: #0222AF;
}
.TagClassName
{
border-color: #0222AF;
}
</style>