Html Css Color HEX #012ABB International Klein Blue
📋 copy color: '#012ABB'red 1 ◦ green 42 ◦ blue 187
Shades of International Klein Blue #012ABB
Tints of International Klein Blue #012ABB
RGB
CMYK
RGB Variations
Color information
#012ABB (or 0x012ABB) is known color: International Klein Blue. HEX triplet: 01, 2A and BB. RGB value is (1,42,187). Sum of RGB (Red+Green+Blue) = 1+42+187=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #012ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ABB is #FED544. Grayscale: #2D2D2D. Windows color (decimal): -16700741 or 12265985. OLE color: 12265985.
HSL color Cylindrical-coordinate representation of color #012ABB: hue angle of 226.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012ABB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 42 | 187 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.27 |
| HSL | 226.77º | 0.99% | 0.37% | - |
| HSV(B) | 226.77º | 0.99% | 0.73% | - |
| XYZ | 9.81 | 5.25 | 47.51 | - |
| YUV | 46.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 187 | 0.99 | 0.78 | 0 | 0.27 | 226.77 | 0.99 | 0.37 |
| Hex | 1 | 2A | BB | 63 | 4E | 0 | 1B | E3 | 63 | 25 |
| Octal | 1 | 52 | 273 | 143 | 116 | 0 | 33 | 343 | 143 | 45 |
| Binary | 1 | 101010 | 10111011 | 1100011 | 1001110 | 0 | 11011 | 11100011 | 1100011 | 100101 |
Color Harmonies of #012ABB
Complementary color
Monochromatic Colors of #012ABB
Black with #012ABB
Text Example
Text Example
White with #012ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012ABB; }
p { color: rgb(1,42,187); }
H1.HeaderClassName
{
color: #012ABB;
}
.AnyTagClassName
{
color: #012ABB;
}
</style>
background-color css
<style>
a { background-color: #012ABB; }
a { background-color: rgb(1,42,187); }
div.DivClassName
{
background-color: #012ABB;
}
.BgClassName
{
background-color: #012ABB;
}
</style>
border-color css
<style>
span { border-color: #012ABB; }
span { border-color: rgb(1,42,187); }
td.TdClassName
{
border-color: #012ABB;
}
.TagClassName
{
border-color: #012ABB;
}
</style>