Html Css Color HEX #012DC1 International Klein Blue
📋 copy color: '#012DC1'red 1 ◦ green 45 ◦ blue 193
Shades of International Klein Blue #012DC1
Tints of International Klein Blue #012DC1
RGB
CMYK
RGB Variations
Color information
#012DC1 (or 0x012DC1) is known color: International Klein Blue. HEX triplet: 01, 2D and C1. RGB value is (1,45,193). Sum of RGB (Red+Green+Blue) = 1+45+193=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #012DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC1 is #FED23E. Grayscale: #303030. Windows color (decimal): -16699967 or 12659969. OLE color: 12659969.
HSL color Cylindrical-coordinate representation of color #012DC1: hue angle of 226.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DC1 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 45 | 193 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.24 |
| HSL | 226.25º | 0.99% | 0.38% | - |
| HSV(B) | 226.25º | 0.99% | 0.76% | - |
| XYZ | 10.58 | 5.73 | 51 | - |
| YUV | 48.72 | 209.42 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 193 | 0.99 | 0.77 | 0 | 0.24 | 226.25 | 0.99 | 0.38 |
| Hex | 1 | 2D | C1 | 63 | 4D | 0 | 18 | E2 | 63 | 26 |
| Octal | 1 | 55 | 301 | 143 | 115 | 0 | 30 | 342 | 143 | 46 |
| Binary | 1 | 101101 | 11000001 | 1100011 | 1001101 | 0 | 11000 | 11100010 | 1100011 | 100110 |
Color Harmonies of #012DC1
Complementary color
Monochromatic Colors of #012DC1
Black with #012DC1
Text Example
Text Example
White with #012DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DC1; }
p { color: rgb(1,45,193); }
H1.HeaderClassName
{
color: #012DC1;
}
.AnyTagClassName
{
color: #012DC1;
}
</style>
background-color css
<style>
a { background-color: #012DC1; }
a { background-color: rgb(1,45,193); }
div.DivClassName
{
background-color: #012DC1;
}
.BgClassName
{
background-color: #012DC1;
}
</style>
border-color css
<style>
span { border-color: #012DC1; }
span { border-color: rgb(1,45,193); }
td.TdClassName
{
border-color: #012DC1;
}
.TagClassName
{
border-color: #012DC1;
}
</style>