Html Css Color HEX #022DAB International Klein Blue
📋 copy color: '#022DAB'red 2 ◦ green 45 ◦ blue 171
Shades of International Klein Blue #022DAB
Tints of International Klein Blue #022DAB
RGB
CMYK
RGB Variations
Color information
#022DAB (or 0x022DAB) is known color: International Klein Blue. HEX triplet: 02, 2D and AB. RGB value is (2,45,171). Sum of RGB (Red+Green+Blue) = 2+45+171=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #022DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DAB is #FDD254. Grayscale: #2D2D2D. Windows color (decimal): -16634453 or 11218178. OLE color: 11218178.
HSL color Cylindrical-coordinate representation of color #022DAB: hue angle of 224.73º 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 #022DAB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 45 | 171 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.33 |
| HSL | 224.73º | 0.98% | 0.34% | - |
| HSV(B) | 224.73º | 0.99% | 0.67% | - |
| XYZ | 8.31 | 4.83 | 39.02 | - |
| YUV | 46.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 171 | 0.99 | 0.74 | 0 | 0.33 | 224.73 | 0.98 | 0.34 |
| Hex | 2 | 2D | AB | 63 | 4A | 0 | 21 | E1 | 62 | 22 |
| Octal | 2 | 55 | 253 | 143 | 112 | 0 | 41 | 341 | 142 | 42 |
| Binary | 10 | 101101 | 10101011 | 1100011 | 1001010 | 0 | 100001 | 11100001 | 1100010 | 100010 |
Color Harmonies of #022DAB
Complementary color
Monochromatic Colors of #022DAB
Black with #022DAB
Text Example
Text Example
White with #022DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DAB; }
p { color: rgb(2,45,171); }
H1.HeaderClassName
{
color: #022DAB;
}
.AnyTagClassName
{
color: #022DAB;
}
</style>
background-color css
<style>
a { background-color: #022DAB; }
a { background-color: rgb(2,45,171); }
div.DivClassName
{
background-color: #022DAB;
}
.BgClassName
{
background-color: #022DAB;
}
</style>
border-color css
<style>
span { border-color: #022DAB; }
span { border-color: rgb(2,45,171); }
td.TdClassName
{
border-color: #022DAB;
}
.TagClassName
{
border-color: #022DAB;
}
</style>