Html Css Color HEX #012AA0 International Klein Blue
📋 copy color: '#012AA0'red 1 ◦ green 42 ◦ blue 160
Shades of International Klein Blue #012AA0
Tints of International Klein Blue #012AA0
RGB
CMYK
RGB Variations
Color information
#012AA0 (or 0x012AA0) is known color: International Klein Blue. HEX triplet: 01, 2A and A0. RGB value is (1,42,160). Sum of RGB (Red+Green+Blue) = 1+42+160=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #012AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AA0 is #FED55F. Grayscale: #2A2A2A. Windows color (decimal): -16700768 or 10496513. OLE color: 10496513.
HSL color Cylindrical-coordinate representation of color #012AA0: hue angle of 224.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AA0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 42 | 160 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.37 |
| HSL | 224.53º | 0.99% | 0.32% | - |
| HSV(B) | 224.53º | 0.99% | 0.63% | - |
| XYZ | 7.19 | 4.2 | 33.69 | - |
| YUV | 43.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 160 | 0.99 | 0.74 | 0 | 0.37 | 224.53 | 0.99 | 0.32 |
| Hex | 1 | 2A | A0 | 63 | 4A | 0 | 25 | E1 | 63 | 20 |
| Octal | 1 | 52 | 240 | 143 | 112 | 0 | 45 | 341 | 143 | 40 |
| Binary | 1 | 101010 | 10100000 | 1100011 | 1001010 | 0 | 100101 | 11100001 | 1100011 | 100000 |
Color Harmonies of #012AA0
Complementary color
Monochromatic Colors of #012AA0
Black with #012AA0
Text Example
Text Example
White with #012AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AA0; }
p { color: rgb(1,42,160); }
H1.HeaderClassName
{
color: #012AA0;
}
.AnyTagClassName
{
color: #012AA0;
}
</style>
background-color css
<style>
a { background-color: #012AA0; }
a { background-color: rgb(1,42,160); }
div.DivClassName
{
background-color: #012AA0;
}
.BgClassName
{
background-color: #012AA0;
}
</style>
border-color css
<style>
span { border-color: #012AA0; }
span { border-color: rgb(1,42,160); }
td.TdClassName
{
border-color: #012AA0;
}
.TagClassName
{
border-color: #012AA0;
}
</style>