Html Css Color HEX #0220AD International Klein Blue
📋 copy color: '#0220AD'red 2 ◦ green 32 ◦ blue 173
Shades of International Klein Blue #0220AD
Tints of International Klein Blue #0220AD
RGB
CMYK
RGB Variations
Color information
#0220AD (or 0x0220AD) is known color: International Klein Blue. HEX triplet: 02, 20 and AD. RGB value is (2,32,173). Sum of RGB (Red+Green+Blue) = 2+32+173=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #0220AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0220AD is #FDDF52. Grayscale: #262626. Windows color (decimal): -16637779 or 11345922. OLE color: 11345922.
HSL color Cylindrical-coordinate representation of color #0220AD: hue angle of 229.47º 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 #0220AD is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 32 | 173 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.32 |
| HSL | 229.47º | 0.98% | 0.34% | - |
| HSV(B) | 229.47º | 0.99% | 0.68% | - |
| XYZ | 8.08 | 4.06 | 39.89 | - |
| YUV | 39.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 173 | 0.99 | 0.82 | 0 | 0.32 | 229.47 | 0.98 | 0.34 |
| Hex | 2 | 20 | AD | 63 | 52 | 0 | 20 | E5 | 62 | 22 |
| Octal | 2 | 40 | 255 | 143 | 122 | 0 | 40 | 345 | 142 | 42 |
| Binary | 10 | 100000 | 10101101 | 1100011 | 1010010 | 0 | 100000 | 11100101 | 1100010 | 100010 |
Color Harmonies of #0220AD
Complementary color
Monochromatic Colors of #0220AD
Black with #0220AD
Text Example
Text Example
White with #0220AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220AD; }
p { color: rgb(2,32,173); }
H1.HeaderClassName
{
color: #0220AD;
}
.AnyTagClassName
{
color: #0220AD;
}
</style>
background-color css
<style>
a { background-color: #0220AD; }
a { background-color: rgb(2,32,173); }
div.DivClassName
{
background-color: #0220AD;
}
.BgClassName
{
background-color: #0220AD;
}
</style>
border-color css
<style>
span { border-color: #0220AD; }
span { border-color: rgb(2,32,173); }
td.TdClassName
{
border-color: #0220AD;
}
.TagClassName
{
border-color: #0220AD;
}
</style>