Html Css Color HEX #012AAD International Klein Blue
📋 copy color: '#012AAD'red 1 ◦ green 42 ◦ blue 173
Shades of International Klein Blue #012AAD
Tints of International Klein Blue #012AAD
RGB
CMYK
RGB Variations
Color information
#012AAD (or 0x012AAD) is known color: International Klein Blue. HEX triplet: 01, 2A and AD. RGB value is (1,42,173). Sum of RGB (Red+Green+Blue) = 1+42+173=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #012AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAD is #FED552. Grayscale: #2C2C2C. Windows color (decimal): -16700755 or 11348481. OLE color: 11348481.
HSL color Cylindrical-coordinate representation of color #012AAD: hue angle of 225.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AAD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 42 | 173 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.32 |
| HSL | 225.7º | 0.99% | 0.34% | - |
| HSV(B) | 225.7º | 0.99% | 0.68% | - |
| XYZ | 8.38 | 4.68 | 40 | - |
| YUV | 44.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 173 | 0.99 | 0.76 | 0 | 0.32 | 225.7 | 0.99 | 0.34 |
| Hex | 1 | 2A | AD | 63 | 4C | 0 | 20 | E2 | 63 | 22 |
| Octal | 1 | 52 | 255 | 143 | 114 | 0 | 40 | 342 | 143 | 42 |
| Binary | 1 | 101010 | 10101101 | 1100011 | 1001100 | 0 | 100000 | 11100010 | 1100011 | 100010 |
Color Harmonies of #012AAD
Complementary color
Monochromatic Colors of #012AAD
Black with #012AAD
Text Example
Text Example
White with #012AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AAD; }
p { color: rgb(1,42,173); }
H1.HeaderClassName
{
color: #012AAD;
}
.AnyTagClassName
{
color: #012AAD;
}
</style>
background-color css
<style>
a { background-color: #012AAD; }
a { background-color: rgb(1,42,173); }
div.DivClassName
{
background-color: #012AAD;
}
.BgClassName
{
background-color: #012AAD;
}
</style>
border-color css
<style>
span { border-color: #012AAD; }
span { border-color: rgb(1,42,173); }
td.TdClassName
{
border-color: #012AAD;
}
.TagClassName
{
border-color: #012AAD;
}
</style>