Html Css Color HEX #012AAC International Klein Blue
📋 copy color: '#012AAC'red 1 ◦ green 42 ◦ blue 172
Shades of International Klein Blue #012AAC
Tints of International Klein Blue #012AAC
RGB
CMYK
RGB Variations
Color information
#012AAC (or 0x012AAC) is known color: International Klein Blue. HEX triplet: 01, 2A and AC. RGB value is (1,42,172). Sum of RGB (Red+Green+Blue) = 1+42+172=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #012AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAC is #FED553. Grayscale: #2C2C2C. Windows color (decimal): -16700756 or 11282945. OLE color: 11282945.
HSL color Cylindrical-coordinate representation of color #012AAC: hue angle of 225.61º 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 #012AAC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 42 | 172 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.33 |
| HSL | 225.61º | 0.99% | 0.34% | - |
| HSV(B) | 225.61º | 0.99% | 0.67% | - |
| XYZ | 8.29 | 4.64 | 39.49 | - |
| YUV | 44.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 172 | 0.99 | 0.76 | 0 | 0.33 | 225.61 | 0.99 | 0.34 |
| Hex | 1 | 2A | AC | 63 | 4C | 0 | 21 | E2 | 63 | 22 |
| Octal | 1 | 52 | 254 | 143 | 114 | 0 | 41 | 342 | 143 | 42 |
| Binary | 1 | 101010 | 10101100 | 1100011 | 1001100 | 0 | 100001 | 11100010 | 1100011 | 100010 |
Color Harmonies of #012AAC
Complementary color
Monochromatic Colors of #012AAC
Black with #012AAC
Text Example
Text Example
White with #012AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AAC; }
p { color: rgb(1,42,172); }
H1.HeaderClassName
{
color: #012AAC;
}
.AnyTagClassName
{
color: #012AAC;
}
</style>
background-color css
<style>
a { background-color: #012AAC; }
a { background-color: rgb(1,42,172); }
div.DivClassName
{
background-color: #012AAC;
}
.BgClassName
{
background-color: #012AAC;
}
</style>
border-color css
<style>
span { border-color: #012AAC; }
span { border-color: rgb(1,42,172); }
td.TdClassName
{
border-color: #012AAC;
}
.TagClassName
{
border-color: #012AAC;
}
</style>