Html Css Color HEX #0220BB International Klein Blue
📋 copy color: '#0220BB'red 2 ◦ green 32 ◦ blue 187
Shades of International Klein Blue #0220BB
Tints of International Klein Blue #0220BB
RGB
CMYK
RGB Variations
Color information
#0220BB (or 0x0220BB) is known color: International Klein Blue. HEX triplet: 02, 20 and BB. RGB value is (2,32,187). Sum of RGB (Red+Green+Blue) = 2+32+187=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #0220BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220BB is #FDDF44. Grayscale: #282828. Windows color (decimal): -16637765 or 12263426. OLE color: 12263426.
HSL color Cylindrical-coordinate representation of color #0220BB: hue angle of 230.27º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220BB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 32 | 187 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.27 |
| HSL | 230.27º | 0.98% | 0.37% | - |
| HSV(B) | 230.27º | 0.99% | 0.73% | - |
| XYZ | 9.51 | 4.63 | 47.41 | - |
| YUV | 40.7 | 210.56 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 187 | 0.99 | 0.83 | 0 | 0.27 | 230.27 | 0.98 | 0.37 |
| Hex | 2 | 20 | BB | 63 | 53 | 0 | 1B | E6 | 62 | 25 |
| Octal | 2 | 40 | 273 | 143 | 123 | 0 | 33 | 346 | 142 | 45 |
| Binary | 10 | 100000 | 10111011 | 1100011 | 1010011 | 0 | 11011 | 11100110 | 1100010 | 100101 |
Color Harmonies of #0220BB
Complementary color
Monochromatic Colors of #0220BB
Black with #0220BB
Text Example
Text Example
White with #0220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220BB; }
p { color: rgb(2,32,187); }
H1.HeaderClassName
{
color: #0220BB;
}
.AnyTagClassName
{
color: #0220BB;
}
</style>
background-color css
<style>
a { background-color: #0220BB; }
a { background-color: rgb(2,32,187); }
div.DivClassName
{
background-color: #0220BB;
}
.BgClassName
{
background-color: #0220BB;
}
</style>
border-color css
<style>
span { border-color: #0220BB; }
span { border-color: rgb(2,32,187); }
td.TdClassName
{
border-color: #0220BB;
}
.TagClassName
{
border-color: #0220BB;
}
</style>