Shades of Blue #000CEC
Tints of Blue #000CEC
RGB
CMYK
RGB Variations
Color information
#000CEC (or 0x000CEC) is known color: Blue. HEX triplet: 00, 0C and EC. RGB value is (0,12,236). Sum of RGB (Red+Green+Blue) = 0+12+236=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 236 (92.58% from 255 or 95.16% from 248); Max value from RGB is 236 - color contains mainly: blue. Hex color #000CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CEC is #FFF313. Grayscale: #212121. Windows color (decimal): -16773908 or 15469568. OLE color: 15469568.
HSL color Cylindrical-coordinate representation of color #000CEC: hue angle of 236.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CEC is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 12 | 236 | - |
| CMYK | 1 | 0.95 | 0 | 0.07 |
| HSL | 236.95º | 1% | 0.46% | - |
| HSV(B) | 236.95º | 1% | 0.93% | - |
| XYZ | 15.27 | 6.32 | 79.77 | - |
| YUV | 33.95 | 242.02 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 236 | 1 | 0.95 | 0 | 0.07 | 236.95 | 1 | 0.46 |
| Hex | 0 | C | EC | 64 | 5F | 0 | 7 | ED | 64 | 2E |
| Octal | 0 | 14 | 354 | 144 | 137 | 0 | 7 | 355 | 144 | 56 |
| Binary | 0 | 1100 | 11101100 | 1100100 | 1011111 | 0 | 111 | 11101101 | 1100100 | 101110 |
Color Harmonies of #000CEC
Complementary color
Monochromatic Colors of #000CEC
Black with #000CEC
Text Example
Text Example
White with #000CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CEC; }
p { color: rgb(0,12,236); }
H1.HeaderClassName
{
color: #000CEC;
}
.AnyTagClassName
{
color: #000CEC;
}
</style>
background-color css
<style>
a { background-color: #000CEC; }
a { background-color: rgb(0,12,236); }
div.DivClassName
{
background-color: #000CEC;
}
.BgClassName
{
background-color: #000CEC;
}
</style>
border-color css
<style>
span { border-color: #000CEC; }
span { border-color: rgb(0,12,236); }
td.TdClassName
{
border-color: #000CEC;
}
.TagClassName
{
border-color: #000CEC;
}
</style>