Shades of Medium Blue #001CCE
Tints of Medium Blue #001CCE
RGB
CMYK
RGB Variations
Color information
#001CCE (or 0x001CCE) is known color: Medium Blue. HEX triplet: 00, 1C and CE. RGB value is (0,28,206). Sum of RGB (Red+Green+Blue) = 0+28+206=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #001CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCE is #FFE331. Grayscale: #272727. Windows color (decimal): -16769842 or 13507584. OLE color: 13507584.
HSL color Cylindrical-coordinate representation of color #001CCE: hue angle of 231.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CCE is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 28 | 206 | - |
| CMYK | 1 | 0.86 | 0 | 0.19 |
| HSL | 231.84º | 1% | 0.4% | - |
| HSV(B) | 231.84º | 1% | 0.81% | - |
| XYZ | 11.56 | 5.29 | 58.8 | - |
| YUV | 39.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 206 | 1 | 0.86 | 0 | 0.19 | 231.84 | 1 | 0.4 |
| Hex | 0 | 1C | CE | 64 | 56 | 0 | 13 | E8 | 64 | 28 |
| Octal | 0 | 34 | 316 | 144 | 126 | 0 | 23 | 350 | 144 | 50 |
| Binary | 0 | 11100 | 11001110 | 1100100 | 1010110 | 0 | 10011 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001CCE
Complementary color
Monochromatic Colors of #001CCE
Black with #001CCE
Text Example
Text Example
White with #001CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CCE; }
p { color: rgb(0,28,206); }
H1.HeaderClassName
{
color: #001CCE;
}
.AnyTagClassName
{
color: #001CCE;
}
</style>
background-color css
<style>
a { background-color: #001CCE; }
a { background-color: rgb(0,28,206); }
div.DivClassName
{
background-color: #001CCE;
}
.BgClassName
{
background-color: #001CCE;
}
</style>
border-color css
<style>
span { border-color: #001CCE; }
span { border-color: rgb(0,28,206); }
td.TdClassName
{
border-color: #001CCE;
}
.TagClassName
{
border-color: #001CCE;
}
</style>