Html Css Color HEX #022ABB International Klein Blue
📋 copy color: '#022ABB'red 2 ◦ green 42 ◦ blue 187
Shades of International Klein Blue #022ABB
Tints of International Klein Blue #022ABB
RGB
CMYK
RGB Variations
Color information
#022ABB (or 0x022ABB) is known color: International Klein Blue. HEX triplet: 02, 2A and BB. RGB value is (2,42,187). Sum of RGB (Red+Green+Blue) = 2+42+187=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #022ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ABB is #FDD544. Grayscale: #2D2D2D. Windows color (decimal): -16635205 or 12265986. OLE color: 12265986.
HSL color Cylindrical-coordinate representation of color #022ABB: hue angle of 227.03º 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 #022ABB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 42 | 187 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.27 |
| HSL | 227.03º | 0.98% | 0.37% | - |
| HSV(B) | 227.03º | 0.99% | 0.73% | - |
| XYZ | 9.82 | 5.26 | 47.51 | - |
| YUV | 46.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 187 | 0.99 | 0.78 | 0 | 0.27 | 227.03 | 0.98 | 0.37 |
| Hex | 2 | 2A | BB | 63 | 4E | 0 | 1B | E3 | 62 | 25 |
| Octal | 2 | 52 | 273 | 143 | 116 | 0 | 33 | 343 | 142 | 45 |
| Binary | 10 | 101010 | 10111011 | 1100011 | 1001110 | 0 | 11011 | 11100011 | 1100010 | 100101 |
Color Harmonies of #022ABB
Complementary color
Monochromatic Colors of #022ABB
Black with #022ABB
Text Example
Text Example
White with #022ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ABB; }
p { color: rgb(2,42,187); }
H1.HeaderClassName
{
color: #022ABB;
}
.AnyTagClassName
{
color: #022ABB;
}
</style>
background-color css
<style>
a { background-color: #022ABB; }
a { background-color: rgb(2,42,187); }
div.DivClassName
{
background-color: #022ABB;
}
.BgClassName
{
background-color: #022ABB;
}
</style>
border-color css
<style>
span { border-color: #022ABB; }
span { border-color: rgb(2,42,187); }
td.TdClassName
{
border-color: #022ABB;
}
.TagClassName
{
border-color: #022ABB;
}
</style>