Html Css Color HEX #0220BD International Klein Blue
📋 copy color: '#0220BD'red 2 ◦ green 32 ◦ blue 189
Shades of International Klein Blue #0220BD
Tints of International Klein Blue #0220BD
RGB
CMYK
RGB Variations
Color information
#0220BD (or 0x0220BD) is known color: International Klein Blue. HEX triplet: 02, 20 and BD. RGB value is (2,32,189). Sum of RGB (Red+Green+Blue) = 2+32+189=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #0220BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220BD is #FDDF42. Grayscale: #282828. Windows color (decimal): -16637763 or 12394498. OLE color: 12394498.
HSL color Cylindrical-coordinate representation of color #0220BD: hue angle of 230.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220BD is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 32 | 189 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.26 |
| HSL | 230.37º | 0.98% | 0.37% | - |
| HSV(B) | 230.37º | 0.99% | 0.74% | - |
| XYZ | 9.73 | 4.72 | 48.54 | - |
| YUV | 40.93 | 211.56 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 189 | 0.99 | 0.83 | 0 | 0.26 | 230.37 | 0.98 | 0.37 |
| Hex | 2 | 20 | BD | 63 | 53 | 0 | 1A | E6 | 62 | 25 |
| Octal | 2 | 40 | 275 | 143 | 123 | 0 | 32 | 346 | 142 | 45 |
| Binary | 10 | 100000 | 10111101 | 1100011 | 1010011 | 0 | 11010 | 11100110 | 1100010 | 100101 |
Color Harmonies of #0220BD
Complementary color
Monochromatic Colors of #0220BD
Black with #0220BD
Text Example
Text Example
White with #0220BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220BD; }
p { color: rgb(2,32,189); }
H1.HeaderClassName
{
color: #0220BD;
}
.AnyTagClassName
{
color: #0220BD;
}
</style>
background-color css
<style>
a { background-color: #0220BD; }
a { background-color: rgb(2,32,189); }
div.DivClassName
{
background-color: #0220BD;
}
.BgClassName
{
background-color: #0220BD;
}
</style>
border-color css
<style>
span { border-color: #0220BD; }
span { border-color: rgb(2,32,189); }
td.TdClassName
{
border-color: #0220BD;
}
.TagClassName
{
border-color: #0220BD;
}
</style>