Shades of Medium Blue #001ECC
Tints of Medium Blue #001ECC
RGB
CMYK
RGB Variations
Color information
#001ECC (or 0x001ECC) is known color: Medium Blue. HEX triplet: 00, 1E and CC. RGB value is (0,30,204). Sum of RGB (Red+Green+Blue) = 0+30+204=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 204 (80.08% from 255 or 87.18% from 234); Max value from RGB is 204 - color contains mainly: blue. Hex color #001ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECC is #FFE133. Grayscale: #282828. Windows color (decimal): -16769332 or 13377024. OLE color: 13377024.
HSL color Cylindrical-coordinate representation of color #001ECC: hue angle of 231.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ECC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 30 | 204 | - |
| CMYK | 1 | 0.85 | 0 | 0.2 |
| HSL | 231.18º | 1% | 0.4% | - |
| HSV(B) | 231.18º | 1% | 0.8% | - |
| XYZ | 11.36 | 5.29 | 57.55 | - |
| YUV | 40.87 | 220.06 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 204 | 1 | 0.85 | 0 | 0.2 | 231.18 | 1 | 0.4 |
| Hex | 0 | 1E | CC | 64 | 55 | 0 | 14 | E7 | 64 | 28 |
| Octal | 0 | 36 | 314 | 144 | 125 | 0 | 24 | 347 | 144 | 50 |
| Binary | 0 | 11110 | 11001100 | 1100100 | 1010101 | 0 | 10100 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001ECC
Complementary color
Monochromatic Colors of #001ECC
Black with #001ECC
Text Example
Text Example
White with #001ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ECC; }
p { color: rgb(0,30,204); }
H1.HeaderClassName
{
color: #001ECC;
}
.AnyTagClassName
{
color: #001ECC;
}
</style>
background-color css
<style>
a { background-color: #001ECC; }
a { background-color: rgb(0,30,204); }
div.DivClassName
{
background-color: #001ECC;
}
.BgClassName
{
background-color: #001ECC;
}
</style>
border-color css
<style>
span { border-color: #001ECC; }
span { border-color: rgb(0,30,204); }
td.TdClassName
{
border-color: #001ECC;
}
.TagClassName
{
border-color: #001ECC;
}
</style>