Shades of Medium Blue #001EC6
Tints of Medium Blue #001EC6
RGB
CMYK
RGB Variations
Color information
#001EC6 (or 0x001EC6) is known color: Medium Blue. HEX triplet: 00, 1E and C6. RGB value is (0,30,198). Sum of RGB (Red+Green+Blue) = 0+30+198=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 198 (77.73% from 255 or 86.84% from 228); Max value from RGB is 198 - color contains mainly: blue. Hex color #001EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC6 is #FFE139. Grayscale: #272727. Windows color (decimal): -16769338 or 12983808. OLE color: 12983808.
HSL color Cylindrical-coordinate representation of color #001EC6: hue angle of 230.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EC6 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 30 | 198 | - |
| CMYK | 1 | 0.85 | 0 | 0.22 |
| HSL | 230.91º | 1% | 0.39% | - |
| HSV(B) | 230.91º | 1% | 0.78% | - |
| XYZ | 10.66 | 5.01 | 53.83 | - |
| YUV | 40.18 | 217.06 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 198 | 1 | 0.85 | 0 | 0.22 | 230.91 | 1 | 0.39 |
| Hex | 0 | 1E | C6 | 64 | 55 | 0 | 16 | E7 | 64 | 27 |
| Octal | 0 | 36 | 306 | 144 | 125 | 0 | 26 | 347 | 144 | 47 |
| Binary | 0 | 11110 | 11000110 | 1100100 | 1010101 | 0 | 10110 | 11100111 | 1100100 | 100111 |
Color Harmonies of #001EC6
Complementary color
Monochromatic Colors of #001EC6
Black with #001EC6
Text Example
Text Example
White with #001EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EC6; }
p { color: rgb(0,30,198); }
H1.HeaderClassName
{
color: #001EC6;
}
.AnyTagClassName
{
color: #001EC6;
}
</style>
background-color css
<style>
a { background-color: #001EC6; }
a { background-color: rgb(0,30,198); }
div.DivClassName
{
background-color: #001EC6;
}
.BgClassName
{
background-color: #001EC6;
}
</style>
border-color css
<style>
span { border-color: #001EC6; }
span { border-color: rgb(0,30,198); }
td.TdClassName
{
border-color: #001EC6;
}
.TagClassName
{
border-color: #001EC6;
}
</style>