Html Css Color HEX #012ABC International Klein Blue
📋 copy color: '#012ABC'red 1 ◦ green 42 ◦ blue 188
Shades of International Klein Blue #012ABC
Tints of International Klein Blue #012ABC
RGB
CMYK
RGB Variations
Color information
#012ABC (or 0x012ABC) is known color: International Klein Blue. HEX triplet: 01, 2A and BC. RGB value is (1,42,188). Sum of RGB (Red+Green+Blue) = 1+42+188=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #012ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ABC is #FED543. Grayscale: #2D2D2D. Windows color (decimal): -16700740 or 12331521. OLE color: 12331521.
HSL color Cylindrical-coordinate representation of color #012ABC: hue angle of 226.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012ABC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 42 | 188 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.26 |
| HSL | 226.84º | 0.99% | 0.37% | - |
| HSV(B) | 226.84º | 0.99% | 0.74% | - |
| XYZ | 9.92 | 5.29 | 48.08 | - |
| YUV | 46.39 | 207.92 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 188 | 0.99 | 0.78 | 0 | 0.26 | 226.84 | 0.99 | 0.37 |
| Hex | 1 | 2A | BC | 63 | 4E | 0 | 1A | E3 | 63 | 25 |
| Octal | 1 | 52 | 274 | 143 | 116 | 0 | 32 | 343 | 143 | 45 |
| Binary | 1 | 101010 | 10111100 | 1100011 | 1001110 | 0 | 11010 | 11100011 | 1100011 | 100101 |
Color Harmonies of #012ABC
Complementary color
Monochromatic Colors of #012ABC
Black with #012ABC
Text Example
Text Example
White with #012ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012ABC; }
p { color: rgb(1,42,188); }
H1.HeaderClassName
{
color: #012ABC;
}
.AnyTagClassName
{
color: #012ABC;
}
</style>
background-color css
<style>
a { background-color: #012ABC; }
a { background-color: rgb(1,42,188); }
div.DivClassName
{
background-color: #012ABC;
}
.BgClassName
{
background-color: #012ABC;
}
</style>
border-color css
<style>
span { border-color: #012ABC; }
span { border-color: rgb(1,42,188); }
td.TdClassName
{
border-color: #012ABC;
}
.TagClassName
{
border-color: #012ABC;
}
</style>