Html Css Color HEX #012AAA International Klein Blue
📋 copy color: '#012AAA'red 1 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #012AAA
Tints of International Klein Blue #012AAA
RGB
CMYK
RGB Variations
Color information
#012AAA (or 0x012AAA) is known color: International Klein Blue. HEX triplet: 01, 2A and AA. RGB value is (1,42,170). Sum of RGB (Red+Green+Blue) = 1+42+170=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #012AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAA is #FED555. Grayscale: #2B2B2B. Windows color (decimal): -16700758 or 11151873. OLE color: 11151873.
HSL color Cylindrical-coordinate representation of color #012AAA: hue angle of 225.44º degrees, saturation: 0.99, 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 #012AAA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 42 | 170 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.33 |
| HSL | 225.44º | 0.99% | 0.34% | - |
| HSV(B) | 225.44º | 0.99% | 0.67% | - |
| XYZ | 8.1 | 4.56 | 38.48 | - |
| YUV | 44.33 | 198.92 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 170 | 0.99 | 0.75 | 0 | 0.33 | 225.44 | 0.99 | 0.34 |
| Hex | 1 | 2A | AA | 63 | 4B | 0 | 21 | E1 | 63 | 22 |
| Octal | 1 | 52 | 252 | 143 | 113 | 0 | 41 | 341 | 143 | 42 |
| Binary | 1 | 101010 | 10101010 | 1100011 | 1001011 | 0 | 100001 | 11100001 | 1100011 | 100010 |
Color Harmonies of #012AAA
Complementary color
Monochromatic Colors of #012AAA
Black with #012AAA
Text Example
Text Example
White with #012AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AAA; }
p { color: rgb(1,42,170); }
H1.HeaderClassName
{
color: #012AAA;
}
.AnyTagClassName
{
color: #012AAA;
}
</style>
background-color css
<style>
a { background-color: #012AAA; }
a { background-color: rgb(1,42,170); }
div.DivClassName
{
background-color: #012AAA;
}
.BgClassName
{
background-color: #012AAA;
}
</style>
border-color css
<style>
span { border-color: #012AAA; }
span { border-color: rgb(1,42,170); }
td.TdClassName
{
border-color: #012AAA;
}
.TagClassName
{
border-color: #012AAA;
}
</style>