Html Css Color HEX #002AAA International Klein Blue
📋 copy color: '#002AAA'red 0 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #002AAA
Tints of International Klein Blue #002AAA
RGB
CMYK
RGB Variations
Color information
#002AAA (or 0x002AAA) is known color: International Klein Blue. HEX triplet: 00, 2A and AA. RGB value is (0,42,170). Sum of RGB (Red+Green+Blue) = 0+42+170=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #002AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAA is #FFD555. Grayscale: #2B2B2B. Windows color (decimal): -16766294 or 11151872. OLE color: 11151872.
HSL color Cylindrical-coordinate representation of color #002AAA: hue angle of 225.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AAA is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 42 | 170 | - |
| CMYK | 1 | 0.75 | 0 | 0.33 |
| HSL | 225.18º | 1% | 0.33% | - |
| HSV(B) | 225.18º | 1% | 0.67% | - |
| XYZ | 8.08 | 4.56 | 38.48 | - |
| YUV | 44.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 170 | 1 | 0.75 | 0 | 0.33 | 225.18 | 1 | 0.33 |
| Hex | 0 | 2A | AA | 64 | 4B | 0 | 21 | E1 | 64 | 21 |
| Octal | 0 | 52 | 252 | 144 | 113 | 0 | 41 | 341 | 144 | 41 |
| Binary | 0 | 101010 | 10101010 | 1100100 | 1001011 | 0 | 100001 | 11100001 | 1100100 | 100001 |
Color Harmonies of #002AAA
Complementary color
Monochromatic Colors of #002AAA
Black with #002AAA
Text Example
Text Example
White with #002AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AAA; }
p { color: rgb(0,42,170); }
H1.HeaderClassName
{
color: #002AAA;
}
.AnyTagClassName
{
color: #002AAA;
}
</style>
background-color css
<style>
a { background-color: #002AAA; }
a { background-color: rgb(0,42,170); }
div.DivClassName
{
background-color: #002AAA;
}
.BgClassName
{
background-color: #002AAA;
}
</style>
border-color css
<style>
span { border-color: #002AAA; }
span { border-color: rgb(0,42,170); }
td.TdClassName
{
border-color: #002AAA;
}
.TagClassName
{
border-color: #002AAA;
}
</style>