Html Css Color HEX #021AAA International Klein Blue
📋 copy color: '#021AAA'red 2 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #021AAA
Tints of International Klein Blue #021AAA
RGB
CMYK
RGB Variations
Color information
#021AAA (or 0x021AAA) is known color: International Klein Blue. HEX triplet: 02, 1A and AA. RGB value is (2,26,170). Sum of RGB (Red+Green+Blue) = 2+26+170=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #021AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAA is #FDE555. Grayscale: #222222. Windows color (decimal): -16639318 or 11147778. OLE color: 11147778.
HSL color Cylindrical-coordinate representation of color #021AAA: hue angle of 231.43º 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 #021AAA is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 26 | 170 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.33 |
| HSL | 231.43º | 0.98% | 0.34% | - |
| HSV(B) | 231.43º | 0.99% | 0.67% | - |
| XYZ | 7.65 | 3.65 | 38.33 | - |
| YUV | 35.24 | 204.05 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 170 | 0.99 | 0.85 | 0 | 0.33 | 231.43 | 0.98 | 0.34 |
| Hex | 2 | 1A | AA | 63 | 55 | 0 | 21 | E7 | 62 | 22 |
| Octal | 2 | 32 | 252 | 143 | 125 | 0 | 41 | 347 | 142 | 42 |
| Binary | 10 | 11010 | 10101010 | 1100011 | 1010101 | 0 | 100001 | 11100111 | 1100010 | 100010 |
Color Harmonies of #021AAA
Complementary color
Monochromatic Colors of #021AAA
Black with #021AAA
Text Example
Text Example
White with #021AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021AAA; }
p { color: rgb(2,26,170); }
H1.HeaderClassName
{
color: #021AAA;
}
.AnyTagClassName
{
color: #021AAA;
}
</style>
background-color css
<style>
a { background-color: #021AAA; }
a { background-color: rgb(2,26,170); }
div.DivClassName
{
background-color: #021AAA;
}
.BgClassName
{
background-color: #021AAA;
}
</style>
border-color css
<style>
span { border-color: #021AAA; }
span { border-color: rgb(2,26,170); }
td.TdClassName
{
border-color: #021AAA;
}
.TagClassName
{
border-color: #021AAA;
}
</style>