Html Css Color HEX #012EC0 International Klein Blue
📋 copy color: '#012EC0'red 1 ◦ green 46 ◦ blue 192
Shades of International Klein Blue #012EC0
Tints of International Klein Blue #012EC0
RGB
CMYK
RGB Variations
Color information
#012EC0 (or 0x012EC0) is known color: International Klein Blue. HEX triplet: 01, 2E and C0. RGB value is (1,46,192). Sum of RGB (Red+Green+Blue) = 1+46+192=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #012EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EC0 is #FED13F. Grayscale: #303030. Windows color (decimal): -16699712 or 12594689. OLE color: 12594689.
HSL color Cylindrical-coordinate representation of color #012EC0: hue angle of 225.86º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012EC0 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 46 | 192 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.25 |
| HSL | 225.86º | 0.99% | 0.38% | - |
| HSV(B) | 225.86º | 0.99% | 0.75% | - |
| XYZ | 10.5 | 5.77 | 50.43 | - |
| YUV | 49.19 | 208.59 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 192 | 0.99 | 0.76 | 0 | 0.25 | 225.86 | 0.99 | 0.38 |
| Hex | 1 | 2E | C0 | 63 | 4C | 0 | 19 | E2 | 63 | 26 |
| Octal | 1 | 56 | 300 | 143 | 114 | 0 | 31 | 342 | 143 | 46 |
| Binary | 1 | 101110 | 11000000 | 1100011 | 1001100 | 0 | 11001 | 11100010 | 1100011 | 100110 |
Color Harmonies of #012EC0
Complementary color
Monochromatic Colors of #012EC0
Black with #012EC0
Text Example
Text Example
White with #012EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EC0; }
p { color: rgb(1,46,192); }
H1.HeaderClassName
{
color: #012EC0;
}
.AnyTagClassName
{
color: #012EC0;
}
</style>
background-color css
<style>
a { background-color: #012EC0; }
a { background-color: rgb(1,46,192); }
div.DivClassName
{
background-color: #012EC0;
}
.BgClassName
{
background-color: #012EC0;
}
</style>
border-color css
<style>
span { border-color: #012EC0; }
span { border-color: rgb(1,46,192); }
td.TdClassName
{
border-color: #012EC0;
}
.TagClassName
{
border-color: #012EC0;
}
</style>