Html Css Color HEX #022CAC International Klein Blue
📋 copy color: '#022CAC'red 2 ◦ green 44 ◦ blue 172
Shades of International Klein Blue #022CAC
Tints of International Klein Blue #022CAC
RGB
CMYK
RGB Variations
Color information
#022CAC (or 0x022CAC) is known color: International Klein Blue. HEX triplet: 02, 2C and AC. RGB value is (2,44,172). Sum of RGB (Red+Green+Blue) = 2+44+172=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #022CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CAC is #FDD353. Grayscale: #2D2D2D. Windows color (decimal): -16634708 or 11283458. OLE color: 11283458.
HSL color Cylindrical-coordinate representation of color #022CAC: hue angle of 225.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CAC is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 44 | 172 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.33 |
| HSL | 225.18º | 0.98% | 0.34% | - |
| HSV(B) | 225.18º | 0.99% | 0.67% | - |
| XYZ | 8.37 | 4.79 | 39.51 | - |
| YUV | 46.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 172 | 0.99 | 0.74 | 0 | 0.33 | 225.18 | 0.98 | 0.34 |
| Hex | 2 | 2C | AC | 63 | 4A | 0 | 21 | E1 | 62 | 22 |
| Octal | 2 | 54 | 254 | 143 | 112 | 0 | 41 | 341 | 142 | 42 |
| Binary | 10 | 101100 | 10101100 | 1100011 | 1001010 | 0 | 100001 | 11100001 | 1100010 | 100010 |
Color Harmonies of #022CAC
Complementary color
Monochromatic Colors of #022CAC
Black with #022CAC
Text Example
Text Example
White with #022CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CAC; }
p { color: rgb(2,44,172); }
H1.HeaderClassName
{
color: #022CAC;
}
.AnyTagClassName
{
color: #022CAC;
}
</style>
background-color css
<style>
a { background-color: #022CAC; }
a { background-color: rgb(2,44,172); }
div.DivClassName
{
background-color: #022CAC;
}
.BgClassName
{
background-color: #022CAC;
}
</style>
border-color css
<style>
span { border-color: #022CAC; }
span { border-color: rgb(2,44,172); }
td.TdClassName
{
border-color: #022CAC;
}
.TagClassName
{
border-color: #022CAC;
}
</style>