Shades of Medium Blue #001EC3
Tints of Medium Blue #001EC3
RGB
CMYK
RGB Variations
Color information
#001EC3 (or 0x001EC3) is known color: Medium Blue. HEX triplet: 00, 1E and C3. RGB value is (0,30,195). Sum of RGB (Red+Green+Blue) = 0+30+195=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 195 (76.56% from 255 or 86.67% from 225); Max value from RGB is 195 - color contains mainly: blue. Hex color #001EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC3 is #FFE13C. Grayscale: #272727. Windows color (decimal): -16769341 or 12787200. OLE color: 12787200.
HSL color Cylindrical-coordinate representation of color #001EC3: hue angle of 230.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EC3 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 30 | 195 | - |
| CMYK | 1 | 0.85 | 0 | 0.24 |
| HSL | 230.77º | 1% | 0.38% | - |
| HSV(B) | 230.77º | 1% | 0.76% | - |
| XYZ | 10.31 | 4.87 | 52.03 | - |
| YUV | 39.84 | 215.56 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 195 | 1 | 0.85 | 0 | 0.24 | 230.77 | 1 | 0.38 |
| Hex | 0 | 1E | C3 | 64 | 55 | 0 | 18 | E7 | 64 | 26 |
| Octal | 0 | 36 | 303 | 144 | 125 | 0 | 30 | 347 | 144 | 46 |
| Binary | 0 | 11110 | 11000011 | 1100100 | 1010101 | 0 | 11000 | 11100111 | 1100100 | 100110 |
Color Harmonies of #001EC3
Complementary color
Monochromatic Colors of #001EC3
Black with #001EC3
Text Example
Text Example
White with #001EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EC3; }
p { color: rgb(0,30,195); }
H1.HeaderClassName
{
color: #001EC3;
}
.AnyTagClassName
{
color: #001EC3;
}
</style>
background-color css
<style>
a { background-color: #001EC3; }
a { background-color: rgb(0,30,195); }
div.DivClassName
{
background-color: #001EC3;
}
.BgClassName
{
background-color: #001EC3;
}
</style>
border-color css
<style>
span { border-color: #001EC3; }
span { border-color: rgb(0,30,195); }
td.TdClassName
{
border-color: #001EC3;
}
.TagClassName
{
border-color: #001EC3;
}
</style>