Html Css Color HEX #012DAE International Klein Blue
📋 copy color: '#012DAE'red 1 ◦ green 45 ◦ blue 174
Shades of International Klein Blue #012DAE
Tints of International Klein Blue #012DAE
RGB
CMYK
RGB Variations
Color information
#012DAE (or 0x012DAE) is known color: International Klein Blue. HEX triplet: 01, 2D and AE. RGB value is (1,45,174). Sum of RGB (Red+Green+Blue) = 1+45+174=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #012DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAE is #FED251. Grayscale: #2D2D2D. Windows color (decimal): -16699986 or 11414785. OLE color: 11414785.
HSL color Cylindrical-coordinate representation of color #012DAE: hue angle of 224.74º 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 #012DAE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 45 | 174 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.32 |
| HSL | 224.74º | 0.99% | 0.34% | - |
| HSV(B) | 224.74º | 0.99% | 0.68% | - |
| XYZ | 8.59 | 4.94 | 40.54 | - |
| YUV | 46.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 174 | 0.99 | 0.74 | 0 | 0.32 | 224.74 | 0.99 | 0.34 |
| Hex | 1 | 2D | AE | 63 | 4A | 0 | 20 | E1 | 63 | 22 |
| Octal | 1 | 55 | 256 | 143 | 112 | 0 | 40 | 341 | 143 | 42 |
| Binary | 1 | 101101 | 10101110 | 1100011 | 1001010 | 0 | 100000 | 11100001 | 1100011 | 100010 |
Color Harmonies of #012DAE
Complementary color
Monochromatic Colors of #012DAE
Black with #012DAE
Text Example
Text Example
White with #012DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DAE; }
p { color: rgb(1,45,174); }
H1.HeaderClassName
{
color: #012DAE;
}
.AnyTagClassName
{
color: #012DAE;
}
</style>
background-color css
<style>
a { background-color: #012DAE; }
a { background-color: rgb(1,45,174); }
div.DivClassName
{
background-color: #012DAE;
}
.BgClassName
{
background-color: #012DAE;
}
</style>
border-color css
<style>
span { border-color: #012DAE; }
span { border-color: rgb(1,45,174); }
td.TdClassName
{
border-color: #012DAE;
}
.TagClassName
{
border-color: #012DAE;
}
</style>