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