Html Css Color HEX #012CAA International Klein Blue
📋 copy color: '#012CAA'red 1 ◦ green 44 ◦ blue 170
Shades of International Klein Blue #012CAA
Tints of International Klein Blue #012CAA
RGB
CMYK
RGB Variations
Color information
#012CAA (or 0x012CAA) is known color: International Klein Blue. HEX triplet: 01, 2C and AA. RGB value is (1,44,170). Sum of RGB (Red+Green+Blue) = 1+44+170=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #012CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CAA is #FED355. Grayscale: #2C2C2C. Windows color (decimal): -16700246 or 11152385. OLE color: 11152385.
HSL color Cylindrical-coordinate representation of color #012CAA: hue angle of 224.73º 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 #012CAA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 44 | 170 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.33 |
| HSL | 224.73º | 0.99% | 0.34% | - |
| HSV(B) | 224.73º | 0.99% | 0.67% | - |
| XYZ | 8.17 | 4.71 | 38.51 | - |
| YUV | 45.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 170 | 0.99 | 0.74 | 0 | 0.33 | 224.73 | 0.99 | 0.34 |
| Hex | 1 | 2C | AA | 63 | 4A | 0 | 21 | E1 | 63 | 22 |
| Octal | 1 | 54 | 252 | 143 | 112 | 0 | 41 | 341 | 143 | 42 |
| Binary | 1 | 101100 | 10101010 | 1100011 | 1001010 | 0 | 100001 | 11100001 | 1100011 | 100010 |
Color Harmonies of #012CAA
Complementary color
Monochromatic Colors of #012CAA
Black with #012CAA
Text Example
Text Example
White with #012CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CAA; }
p { color: rgb(1,44,170); }
H1.HeaderClassName
{
color: #012CAA;
}
.AnyTagClassName
{
color: #012CAA;
}
</style>
background-color css
<style>
a { background-color: #012CAA; }
a { background-color: rgb(1,44,170); }
div.DivClassName
{
background-color: #012CAA;
}
.BgClassName
{
background-color: #012CAA;
}
</style>
border-color css
<style>
span { border-color: #012CAA; }
span { border-color: rgb(1,44,170); }
td.TdClassName
{
border-color: #012CAA;
}
.TagClassName
{
border-color: #012CAA;
}
</style>