Html Css Color HEX #012AB1 International Klein Blue
📋 copy color: '#012AB1'red 1 ◦ green 42 ◦ blue 177
Shades of International Klein Blue #012AB1
Tints of International Klein Blue #012AB1
RGB
CMYK
RGB Variations
Color information
#012AB1 (or 0x012AB1) is known color: International Klein Blue. HEX triplet: 01, 2A and B1. RGB value is (1,42,177). Sum of RGB (Red+Green+Blue) = 1+42+177=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #012AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AB1 is #FED54E. Grayscale: #2C2C2C. Windows color (decimal): -16700751 or 11610625. OLE color: 11610625.
HSL color Cylindrical-coordinate representation of color #012AB1: hue angle of 226.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AB1 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 42 | 177 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.31 |
| HSL | 226.02º | 0.99% | 0.35% | - |
| HSV(B) | 226.02º | 0.99% | 0.69% | - |
| XYZ | 8.78 | 4.84 | 42.07 | - |
| YUV | 45.13 | 202.42 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 177 | 0.99 | 0.76 | 0 | 0.31 | 226.02 | 0.99 | 0.35 |
| Hex | 1 | 2A | B1 | 63 | 4C | 0 | 1F | E2 | 63 | 23 |
| Octal | 1 | 52 | 261 | 143 | 114 | 0 | 37 | 342 | 143 | 43 |
| Binary | 1 | 101010 | 10110001 | 1100011 | 1001100 | 0 | 11111 | 11100010 | 1100011 | 100011 |
Color Harmonies of #012AB1
Complementary color
Monochromatic Colors of #012AB1
Black with #012AB1
Text Example
Text Example
White with #012AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AB1; }
p { color: rgb(1,42,177); }
H1.HeaderClassName
{
color: #012AB1;
}
.AnyTagClassName
{
color: #012AB1;
}
</style>
background-color css
<style>
a { background-color: #012AB1; }
a { background-color: rgb(1,42,177); }
div.DivClassName
{
background-color: #012AB1;
}
.BgClassName
{
background-color: #012AB1;
}
</style>
border-color css
<style>
span { border-color: #012AB1; }
span { border-color: rgb(1,42,177); }
td.TdClassName
{
border-color: #012AB1;
}
.TagClassName
{
border-color: #012AB1;
}
</style>