Html Css Color HEX #022DAC International Klein Blue
📋 copy color: '#022DAC'red 2 ◦ green 45 ◦ blue 172
Shades of International Klein Blue #022DAC
Tints of International Klein Blue #022DAC
RGB
CMYK
RGB Variations
Color information
#022DAC (or 0x022DAC) is known color: International Klein Blue. HEX triplet: 02, 2D and AC. RGB value is (2,45,172). Sum of RGB (Red+Green+Blue) = 2+45+172=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #022DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DAC is #FDD253. Grayscale: #2E2E2E. Windows color (decimal): -16634452 or 11283714. OLE color: 11283714.
HSL color Cylindrical-coordinate representation of color #022DAC: hue angle of 224.82º 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 #022DAC is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 45 | 172 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.33 |
| HSL | 224.82º | 0.98% | 0.34% | - |
| HSV(B) | 224.82º | 0.99% | 0.67% | - |
| XYZ | 8.41 | 4.87 | 39.53 | - |
| YUV | 46.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 172 | 0.99 | 0.74 | 0 | 0.33 | 224.82 | 0.98 | 0.34 |
| Hex | 2 | 2D | AC | 63 | 4A | 0 | 21 | E1 | 62 | 22 |
| Octal | 2 | 55 | 254 | 143 | 112 | 0 | 41 | 341 | 142 | 42 |
| Binary | 10 | 101101 | 10101100 | 1100011 | 1001010 | 0 | 100001 | 11100001 | 1100010 | 100010 |
Color Harmonies of #022DAC
Complementary color
Monochromatic Colors of #022DAC
Black with #022DAC
Text Example
Text Example
White with #022DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DAC; }
p { color: rgb(2,45,172); }
H1.HeaderClassName
{
color: #022DAC;
}
.AnyTagClassName
{
color: #022DAC;
}
</style>
background-color css
<style>
a { background-color: #022DAC; }
a { background-color: rgb(2,45,172); }
div.DivClassName
{
background-color: #022DAC;
}
.BgClassName
{
background-color: #022DAC;
}
</style>
border-color css
<style>
span { border-color: #022DAC; }
span { border-color: rgb(2,45,172); }
td.TdClassName
{
border-color: #022DAC;
}
.TagClassName
{
border-color: #022DAC;
}
</style>