Html Css Color HEX #0220BE International Klein Blue
📋 copy color: '#0220BE'red 2 ◦ green 32 ◦ blue 190
Shades of International Klein Blue #0220BE
Tints of International Klein Blue #0220BE
RGB
CMYK
RGB Variations
Color information
#0220BE (or 0x0220BE) is known color: International Klein Blue. HEX triplet: 02, 20 and BE. RGB value is (2,32,190). Sum of RGB (Red+Green+Blue) = 2+32+190=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #0220BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220BE is #FDDF41. Grayscale: #282828. Windows color (decimal): -16637762 or 12460034. OLE color: 12460034.
HSL color Cylindrical-coordinate representation of color #0220BE: hue angle of 230.43º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220BE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 32 | 190 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.25 |
| HSL | 230.43º | 0.98% | 0.38% | - |
| HSV(B) | 230.43º | 0.99% | 0.75% | - |
| XYZ | 9.84 | 4.76 | 49.12 | - |
| YUV | 41.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 190 | 0.99 | 0.83 | 0 | 0.25 | 230.43 | 0.98 | 0.38 |
| Hex | 2 | 20 | BE | 63 | 53 | 0 | 19 | E6 | 62 | 26 |
| Octal | 2 | 40 | 276 | 143 | 123 | 0 | 31 | 346 | 142 | 46 |
| Binary | 10 | 100000 | 10111110 | 1100011 | 1010011 | 0 | 11001 | 11100110 | 1100010 | 100110 |
Color Harmonies of #0220BE
Complementary color
Monochromatic Colors of #0220BE
Black with #0220BE
Text Example
Text Example
White with #0220BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220BE; }
p { color: rgb(2,32,190); }
H1.HeaderClassName
{
color: #0220BE;
}
.AnyTagClassName
{
color: #0220BE;
}
</style>
background-color css
<style>
a { background-color: #0220BE; }
a { background-color: rgb(2,32,190); }
div.DivClassName
{
background-color: #0220BE;
}
.BgClassName
{
background-color: #0220BE;
}
</style>
border-color css
<style>
span { border-color: #0220BE; }
span { border-color: rgb(2,32,190); }
td.TdClassName
{
border-color: #0220BE;
}
.TagClassName
{
border-color: #0220BE;
}
</style>