Shades of Medium Blue #000CCE
Tints of Medium Blue #000CCE
RGB
CMYK
RGB Variations
Color information
#000CCE (or 0x000CCE) is known color: Medium Blue. HEX triplet: 00, 0C and CE. RGB value is (0,12,206). Sum of RGB (Red+Green+Blue) = 0+12+206=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 206 (80.86% from 255 or 94.50% from 218); Max value from RGB is 206 - color contains mainly: blue. Hex color #000CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CCE is #FFF331. Grayscale: #1D1D1D. Windows color (decimal): -16773938 or 13503488. OLE color: 13503488.
HSL color Cylindrical-coordinate representation of color #000CCE: hue angle of 236.5º 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 #000CCE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 12 | 206 | - |
| CMYK | 1 | 0.94 | 0 | 0.19 |
| HSL | 236.5º | 1% | 0.4% | - |
| HSV(B) | 236.5º | 1% | 0.81% | - |
| XYZ | 11.27 | 4.72 | 58.71 | - |
| YUV | 30.53 | 227.02 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 206 | 1 | 0.94 | 0 | 0.19 | 236.5 | 1 | 0.4 |
| Hex | 0 | C | CE | 64 | 5E | 0 | 13 | ED | 64 | 28 |
| Octal | 0 | 14 | 316 | 144 | 136 | 0 | 23 | 355 | 144 | 50 |
| Binary | 0 | 1100 | 11001110 | 1100100 | 1011110 | 0 | 10011 | 11101101 | 1100100 | 101000 |
Color Harmonies of #000CCE
Complementary color
Monochromatic Colors of #000CCE
Black with #000CCE
Text Example
Text Example
White with #000CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CCE; }
p { color: rgb(0,12,206); }
H1.HeaderClassName
{
color: #000CCE;
}
.AnyTagClassName
{
color: #000CCE;
}
</style>
background-color css
<style>
a { background-color: #000CCE; }
a { background-color: rgb(0,12,206); }
div.DivClassName
{
background-color: #000CCE;
}
.BgClassName
{
background-color: #000CCE;
}
</style>
border-color css
<style>
span { border-color: #000CCE; }
span { border-color: rgb(0,12,206); }
td.TdClassName
{
border-color: #000CCE;
}
.TagClassName
{
border-color: #000CCE;
}
</style>