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