Html Css Color HEX #0220B9 International Klein Blue
📋 copy color: '#0220B9'red 2 ◦ green 32 ◦ blue 185
Shades of International Klein Blue #0220B9
Tints of International Klein Blue #0220B9
RGB
CMYK
RGB Variations
Color information
#0220B9 (or 0x0220B9) is known color: International Klein Blue. HEX triplet: 02, 20 and B9. RGB value is (2,32,185). Sum of RGB (Red+Green+Blue) = 2+32+185=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #0220B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220B9 is #FDDF46. Grayscale: #272727. Windows color (decimal): -16637767 or 12132354. OLE color: 12132354.
HSL color Cylindrical-coordinate representation of color #0220B9: hue angle of 230.16º 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 #0220B9 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 32 | 185 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.27 |
| HSL | 230.16º | 0.98% | 0.37% | - |
| HSV(B) | 230.16º | 0.99% | 0.73% | - |
| XYZ | 9.3 | 4.55 | 46.29 | - |
| YUV | 40.47 | 209.56 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 185 | 0.99 | 0.83 | 0 | 0.27 | 230.16 | 0.98 | 0.37 |
| Hex | 2 | 20 | B9 | 63 | 53 | 0 | 1B | E6 | 62 | 25 |
| Octal | 2 | 40 | 271 | 143 | 123 | 0 | 33 | 346 | 142 | 45 |
| Binary | 10 | 100000 | 10111001 | 1100011 | 1010011 | 0 | 11011 | 11100110 | 1100010 | 100101 |
Color Harmonies of #0220B9
Complementary color
Monochromatic Colors of #0220B9
Black with #0220B9
Text Example
Text Example
White with #0220B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220B9; }
p { color: rgb(2,32,185); }
H1.HeaderClassName
{
color: #0220B9;
}
.AnyTagClassName
{
color: #0220B9;
}
</style>
background-color css
<style>
a { background-color: #0220B9; }
a { background-color: rgb(2,32,185); }
div.DivClassName
{
background-color: #0220B9;
}
.BgClassName
{
background-color: #0220B9;
}
</style>
border-color css
<style>
span { border-color: #0220B9; }
span { border-color: rgb(2,32,185); }
td.TdClassName
{
border-color: #0220B9;
}
.TagClassName
{
border-color: #0220B9;
}
</style>