Html Css Color HEX #022ABC International Klein Blue
📋 copy color: '#022ABC'red 2 ◦ green 42 ◦ blue 188
Shades of International Klein Blue #022ABC
Tints of International Klein Blue #022ABC
RGB
CMYK
RGB Variations
Color information
#022ABC (or 0x022ABC) is known color: International Klein Blue. HEX triplet: 02, 2A and BC. RGB value is (2,42,188). Sum of RGB (Red+Green+Blue) = 2+42+188=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #022ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ABC is #FDD543. Grayscale: #2E2E2E. Windows color (decimal): -16635204 or 12331522. OLE color: 12331522.
HSL color Cylindrical-coordinate representation of color #022ABC: hue angle of 227.1º 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 #022ABC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 42 | 188 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.26 |
| HSL | 227.1º | 0.98% | 0.37% | - |
| HSV(B) | 227.1º | 0.99% | 0.74% | - |
| XYZ | 9.93 | 5.3 | 48.08 | - |
| YUV | 46.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 188 | 0.99 | 0.78 | 0 | 0.26 | 227.1 | 0.98 | 0.37 |
| Hex | 2 | 2A | BC | 63 | 4E | 0 | 1A | E3 | 62 | 25 |
| Octal | 2 | 52 | 274 | 143 | 116 | 0 | 32 | 343 | 142 | 45 |
| Binary | 10 | 101010 | 10111100 | 1100011 | 1001110 | 0 | 11010 | 11100011 | 1100010 | 100101 |
Color Harmonies of #022ABC
Complementary color
Monochromatic Colors of #022ABC
Black with #022ABC
Text Example
Text Example
White with #022ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ABC; }
p { color: rgb(2,42,188); }
H1.HeaderClassName
{
color: #022ABC;
}
.AnyTagClassName
{
color: #022ABC;
}
</style>
background-color css
<style>
a { background-color: #022ABC; }
a { background-color: rgb(2,42,188); }
div.DivClassName
{
background-color: #022ABC;
}
.BgClassName
{
background-color: #022ABC;
}
</style>
border-color css
<style>
span { border-color: #022ABC; }
span { border-color: rgb(2,42,188); }
td.TdClassName
{
border-color: #022ABC;
}
.TagClassName
{
border-color: #022ABC;
}
</style>