Html Css Color HEX #012AB9 International Klein Blue
📋 copy color: '#012AB9'red 1 ◦ green 42 ◦ blue 185
Shades of International Klein Blue #012AB9
Tints of International Klein Blue #012AB9
RGB
CMYK
RGB Variations
Color information
#012AB9 (or 0x012AB9) is known color: International Klein Blue. HEX triplet: 01, 2A and B9. RGB value is (1,42,185). Sum of RGB (Red+Green+Blue) = 1+42+185=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 185 (72.66% from 255 or 81.14% from 228); Max value from RGB is 185 - color contains mainly: blue. Hex color #012AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012AB9 is #FED546. Grayscale: #2D2D2D. Windows color (decimal): -16700743 or 12134913. OLE color: 12134913.
HSL color Cylindrical-coordinate representation of color #012AB9: hue angle of 226.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AB9 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 42 | 185 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.27 |
| HSL | 226.63º | 0.99% | 0.36% | - |
| HSV(B) | 226.63º | 0.99% | 0.73% | - |
| XYZ | 9.6 | 5.17 | 46.39 | - |
| YUV | 46.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 185 | 0.99 | 0.77 | 0 | 0.27 | 226.63 | 0.99 | 0.36 |
| Hex | 1 | 2A | B9 | 63 | 4D | 0 | 1B | E3 | 63 | 24 |
| Octal | 1 | 52 | 271 | 143 | 115 | 0 | 33 | 343 | 143 | 44 |
| Binary | 1 | 101010 | 10111001 | 1100011 | 1001101 | 0 | 11011 | 11100011 | 1100011 | 100100 |
Color Harmonies of #012AB9
Complementary color
Monochromatic Colors of #012AB9
Black with #012AB9
Text Example
Text Example
White with #012AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AB9; }
p { color: rgb(1,42,185); }
H1.HeaderClassName
{
color: #012AB9;
}
.AnyTagClassName
{
color: #012AB9;
}
</style>
background-color css
<style>
a { background-color: #012AB9; }
a { background-color: rgb(1,42,185); }
div.DivClassName
{
background-color: #012AB9;
}
.BgClassName
{
background-color: #012AB9;
}
</style>
border-color css
<style>
span { border-color: #012AB9; }
span { border-color: rgb(1,42,185); }
td.TdClassName
{
border-color: #012AB9;
}
.TagClassName
{
border-color: #012AB9;
}
</style>