Html Css Color HEX #0222AD International Klein Blue
📋 copy color: '#0222AD'red 2 ◦ green 34 ◦ blue 173
Shades of International Klein Blue #0222AD
Tints of International Klein Blue #0222AD
RGB
CMYK
RGB Variations
Color information
#0222AD (or 0x0222AD) is known color: International Klein Blue. HEX triplet: 02, 22 and AD. RGB value is (2,34,173). Sum of RGB (Red+Green+Blue) = 2+34+173=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #0222AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0222AD is #FDDD52. Grayscale: #272727. Windows color (decimal): -16637267 or 11346434. OLE color: 11346434.
HSL color Cylindrical-coordinate representation of color #0222AD: hue angle of 228.77º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222AD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 34 | 173 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.32 |
| HSL | 228.77º | 0.98% | 0.34% | - |
| HSV(B) | 228.77º | 0.99% | 0.68% | - |
| XYZ | 8.14 | 4.17 | 39.91 | - |
| YUV | 40.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 173 | 0.99 | 0.80 | 0 | 0.32 | 228.77 | 0.98 | 0.34 |
| Hex | 2 | 22 | AD | 63 | 50 | 0 | 20 | E5 | 62 | 22 |
| Octal | 2 | 42 | 255 | 143 | 120 | 0 | 40 | 345 | 142 | 42 |
| Binary | 10 | 100010 | 10101101 | 1100011 | 1010000 | 0 | 100000 | 11100101 | 1100010 | 100010 |
Color Harmonies of #0222AD
Complementary color
Monochromatic Colors of #0222AD
Black with #0222AD
Text Example
Text Example
White with #0222AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222AD; }
p { color: rgb(2,34,173); }
H1.HeaderClassName
{
color: #0222AD;
}
.AnyTagClassName
{
color: #0222AD;
}
</style>
background-color css
<style>
a { background-color: #0222AD; }
a { background-color: rgb(2,34,173); }
div.DivClassName
{
background-color: #0222AD;
}
.BgClassName
{
background-color: #0222AD;
}
</style>
border-color css
<style>
span { border-color: #0222AD; }
span { border-color: rgb(2,34,173); }
td.TdClassName
{
border-color: #0222AD;
}
.TagClassName
{
border-color: #0222AD;
}
</style>