Html Css Color HEX #012EAB International Klein Blue
📋 copy color: '#012EAB'red 1 ◦ green 46 ◦ blue 171
Shades of International Klein Blue #012EAB
Tints of International Klein Blue #012EAB
RGB
CMYK
RGB Variations
Color information
#012EAB (or 0x012EAB) is known color: International Klein Blue. HEX triplet: 01, 2E and AB. RGB value is (1,46,171). Sum of RGB (Red+Green+Blue) = 1+46+171=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #012EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAB is #FED154. Grayscale: #2E2E2E. Windows color (decimal): -16699733 or 11218433. OLE color: 11218433.
HSL color Cylindrical-coordinate representation of color #012EAB: hue angle of 224.12º 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 #012EAB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 46 | 171 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.33 |
| HSL | 224.12º | 0.99% | 0.34% | - |
| HSV(B) | 224.12º | 0.99% | 0.67% | - |
| XYZ | 8.34 | 4.9 | 39.03 | - |
| YUV | 46.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 171 | 0.99 | 0.73 | 0 | 0.33 | 224.12 | 0.99 | 0.34 |
| Hex | 1 | 2E | AB | 63 | 49 | 0 | 21 | E0 | 63 | 22 |
| Octal | 1 | 56 | 253 | 143 | 111 | 0 | 41 | 340 | 143 | 42 |
| Binary | 1 | 101110 | 10101011 | 1100011 | 1001001 | 0 | 100001 | 11100000 | 1100011 | 100010 |
Color Harmonies of #012EAB
Complementary color
Monochromatic Colors of #012EAB
Black with #012EAB
Text Example
Text Example
White with #012EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EAB; }
p { color: rgb(1,46,171); }
H1.HeaderClassName
{
color: #012EAB;
}
.AnyTagClassName
{
color: #012EAB;
}
</style>
background-color css
<style>
a { background-color: #012EAB; }
a { background-color: rgb(1,46,171); }
div.DivClassName
{
background-color: #012EAB;
}
.BgClassName
{
background-color: #012EAB;
}
</style>
border-color css
<style>
span { border-color: #012EAB; }
span { border-color: rgb(1,46,171); }
td.TdClassName
{
border-color: #012EAB;
}
.TagClassName
{
border-color: #012EAB;
}
</style>