Html Css Color HEX #021AAC International Klein Blue
📋 copy color: '#021AAC'red 2 ◦ green 26 ◦ blue 172
Shades of International Klein Blue #021AAC
Tints of International Klein Blue #021AAC
RGB
CMYK
RGB Variations
Color information
#021AAC (or 0x021AAC) is known color: International Klein Blue. HEX triplet: 02, 1A and AC. RGB value is (2,26,172). Sum of RGB (Red+Green+Blue) = 2+26+172=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #021AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAC is #FDE553. Grayscale: #222222. Windows color (decimal): -16639316 or 11278850. OLE color: 11278850.
HSL color Cylindrical-coordinate representation of color #021AAC: hue angle of 231.53º 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 #021AAC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 26 | 172 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.33 |
| HSL | 231.53º | 0.98% | 0.34% | - |
| HSV(B) | 231.53º | 0.99% | 0.67% | - |
| XYZ | 7.84 | 3.73 | 39.34 | - |
| YUV | 35.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 172 | 0.99 | 0.85 | 0 | 0.33 | 231.53 | 0.98 | 0.34 |
| Hex | 2 | 1A | AC | 63 | 55 | 0 | 21 | E8 | 62 | 22 |
| Octal | 2 | 32 | 254 | 143 | 125 | 0 | 41 | 350 | 142 | 42 |
| Binary | 10 | 11010 | 10101100 | 1100011 | 1010101 | 0 | 100001 | 11101000 | 1100010 | 100010 |
Color Harmonies of #021AAC
Complementary color
Monochromatic Colors of #021AAC
Black with #021AAC
Text Example
Text Example
White with #021AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021AAC; }
p { color: rgb(2,26,172); }
H1.HeaderClassName
{
color: #021AAC;
}
.AnyTagClassName
{
color: #021AAC;
}
</style>
background-color css
<style>
a { background-color: #021AAC; }
a { background-color: rgb(2,26,172); }
div.DivClassName
{
background-color: #021AAC;
}
.BgClassName
{
background-color: #021AAC;
}
</style>
border-color css
<style>
span { border-color: #021AAC; }
span { border-color: rgb(2,26,172); }
td.TdClassName
{
border-color: #021AAC;
}
.TagClassName
{
border-color: #021AAC;
}
</style>