Html Css Color HEX #022CC0 International Klein Blue
📋 copy color: '#022CC0'red 2 ◦ green 44 ◦ blue 192
Shades of International Klein Blue #022CC0
Tints of International Klein Blue #022CC0
RGB
CMYK
RGB Variations
Color information
#022CC0 (or 0x022CC0) is known color: International Klein Blue. HEX triplet: 02, 2C and C0. RGB value is (2,44,192). Sum of RGB (Red+Green+Blue) = 2+44+192=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #022CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CC0 is #FDD33F. Grayscale: #2F2F2F. Windows color (decimal): -16634688 or 12594178. OLE color: 12594178.
HSL color Cylindrical-coordinate representation of color #022CC0: hue angle of 226.74º 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 #022CC0 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 44 | 192 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.25 |
| HSL | 226.74º | 0.98% | 0.38% | - |
| HSV(B) | 226.74º | 0.99% | 0.75% | - |
| XYZ | 10.44 | 5.62 | 50.4 | - |
| YUV | 48.31 | 209.09 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 192 | 0.99 | 0.77 | 0 | 0.25 | 226.74 | 0.98 | 0.38 |
| Hex | 2 | 2C | C0 | 63 | 4D | 0 | 19 | E3 | 62 | 26 |
| Octal | 2 | 54 | 300 | 143 | 115 | 0 | 31 | 343 | 142 | 46 |
| Binary | 10 | 101100 | 11000000 | 1100011 | 1001101 | 0 | 11001 | 11100011 | 1100010 | 100110 |
Color Harmonies of #022CC0
Complementary color
Monochromatic Colors of #022CC0
Black with #022CC0
Text Example
Text Example
White with #022CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CC0; }
p { color: rgb(2,44,192); }
H1.HeaderClassName
{
color: #022CC0;
}
.AnyTagClassName
{
color: #022CC0;
}
</style>
background-color css
<style>
a { background-color: #022CC0; }
a { background-color: rgb(2,44,192); }
div.DivClassName
{
background-color: #022CC0;
}
.BgClassName
{
background-color: #022CC0;
}
</style>
border-color css
<style>
span { border-color: #022CC0; }
span { border-color: rgb(2,44,192); }
td.TdClassName
{
border-color: #022CC0;
}
.TagClassName
{
border-color: #022CC0;
}
</style>