Html Css Color HEX #012AB2 International Klein Blue
📋 copy color: '#012AB2'red 1 ◦ green 42 ◦ blue 178
Shades of International Klein Blue #012AB2
Tints of International Klein Blue #012AB2
RGB
CMYK
RGB Variations
Color information
#012AB2 (or 0x012AB2) is known color: International Klein Blue. HEX triplet: 01, 2A and B2. RGB value is (1,42,178). Sum of RGB (Red+Green+Blue) = 1+42+178=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 178 (69.92% from 255 or 80.54% from 221); Max value from RGB is 178 - color contains mainly: blue. Hex color #012AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AB2 is #FED54D. Grayscale: #2C2C2C. Windows color (decimal): -16700750 or 11676161. OLE color: 11676161.
HSL color Cylindrical-coordinate representation of color #012AB2: hue angle of 226.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AB2 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 42 | 178 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.30 |
| HSL | 226.1º | 0.99% | 0.35% | - |
| HSV(B) | 226.1º | 0.99% | 0.7% | - |
| XYZ | 8.88 | 4.88 | 42.59 | - |
| YUV | 45.25 | 202.92 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 178 | 0.99 | 0.76 | 0 | 0.30 | 226.1 | 0.99 | 0.35 |
| Hex | 1 | 2A | B2 | 63 | 4C | 0 | 1E | E2 | 63 | 23 |
| Octal | 1 | 52 | 262 | 143 | 114 | 0 | 36 | 342 | 143 | 43 |
| Binary | 1 | 101010 | 10110010 | 1100011 | 1001100 | 0 | 11110 | 11100010 | 1100011 | 100011 |
Color Harmonies of #012AB2
Complementary color
Monochromatic Colors of #012AB2
Black with #012AB2
Text Example
Text Example
White with #012AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AB2; }
p { color: rgb(1,42,178); }
H1.HeaderClassName
{
color: #012AB2;
}
.AnyTagClassName
{
color: #012AB2;
}
</style>
background-color css
<style>
a { background-color: #012AB2; }
a { background-color: rgb(1,42,178); }
div.DivClassName
{
background-color: #012AB2;
}
.BgClassName
{
background-color: #012AB2;
}
</style>
border-color css
<style>
span { border-color: #012AB2; }
span { border-color: rgb(1,42,178); }
td.TdClassName
{
border-color: #012AB2;
}
.TagClassName
{
border-color: #012AB2;
}
</style>