Html Css Color HEX #011EC1 International Klein Blue
📋 copy color: '#011EC1'red 1 ◦ green 30 ◦ blue 193
Shades of International Klein Blue #011EC1
Tints of International Klein Blue #011EC1
RGB
CMYK
RGB Variations
Color information
#011EC1 (or 0x011EC1) is known color: International Klein Blue. HEX triplet: 01, 1E and C1. RGB value is (1,30,193). Sum of RGB (Red+Green+Blue) = 1+30+193=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #011EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EC1 is #FEE13E. Grayscale: #272727. Windows color (decimal): -16703807 or 12656129. OLE color: 12656129.
HSL color Cylindrical-coordinate representation of color #011EC1: hue angle of 230.94º 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 #011EC1 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 30 | 193 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.24 |
| HSL | 230.94º | 0.99% | 0.38% | - |
| HSV(B) | 230.94º | 0.99% | 0.76% | - |
| XYZ | 10.1 | 4.79 | 50.84 | - |
| YUV | 39.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 193 | 0.99 | 0.84 | 0 | 0.24 | 230.94 | 0.99 | 0.38 |
| Hex | 1 | 1E | C1 | 63 | 54 | 0 | 18 | E7 | 63 | 26 |
| Octal | 1 | 36 | 301 | 143 | 124 | 0 | 30 | 347 | 143 | 46 |
| Binary | 1 | 11110 | 11000001 | 1100011 | 1010100 | 0 | 11000 | 11100111 | 1100011 | 100110 |
Color Harmonies of #011EC1
Complementary color
Monochromatic Colors of #011EC1
Black with #011EC1
Text Example
Text Example
White with #011EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EC1; }
p { color: rgb(1,30,193); }
H1.HeaderClassName
{
color: #011EC1;
}
.AnyTagClassName
{
color: #011EC1;
}
</style>
background-color css
<style>
a { background-color: #011EC1; }
a { background-color: rgb(1,30,193); }
div.DivClassName
{
background-color: #011EC1;
}
.BgClassName
{
background-color: #011EC1;
}
</style>
border-color css
<style>
span { border-color: #011EC1; }
span { border-color: rgb(1,30,193); }
td.TdClassName
{
border-color: #011EC1;
}
.TagClassName
{
border-color: #011EC1;
}
</style>