Shades of Medium Blue #000CE3
Tints of Medium Blue #000CE3
RGB
CMYK
RGB Variations
Color information
#000CE3 (or 0x000CE3) is known color: Medium Blue. HEX triplet: 00, 0C and E3. RGB value is (0,12,227). Sum of RGB (Red+Green+Blue) = 0+12+227=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 227 (89.06% from 255 or 94.98% from 239); Max value from RGB is 227 - color contains mainly: blue. Hex color #000CE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CE3 is #FFF31C. Grayscale: #202020. Windows color (decimal): -16773917 or 14879744. OLE color: 14879744.
HSL color Cylindrical-coordinate representation of color #000CE3: hue angle of 236.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CE3 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 12 | 227 | - |
| CMYK | 1 | 0.95 | 0 | 0.11 |
| HSL | 236.83º | 1% | 0.45% | - |
| HSV(B) | 236.83º | 1% | 0.89% | - |
| XYZ | 14 | 5.81 | 73.06 | - |
| YUV | 32.92 | 237.52 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 227 | 1 | 0.95 | 0 | 0.11 | 236.83 | 1 | 0.45 |
| Hex | 0 | C | E3 | 64 | 5F | 0 | B | ED | 64 | 2D |
| Octal | 0 | 14 | 343 | 144 | 137 | 0 | 13 | 355 | 144 | 55 |
| Binary | 0 | 1100 | 11100011 | 1100100 | 1011111 | 0 | 1011 | 11101101 | 1100100 | 101101 |
Color Harmonies of #000CE3
Complementary color
Monochromatic Colors of #000CE3
Black with #000CE3
Text Example
Text Example
White with #000CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CE3; }
p { color: rgb(0,12,227); }
H1.HeaderClassName
{
color: #000CE3;
}
.AnyTagClassName
{
color: #000CE3;
}
</style>
background-color css
<style>
a { background-color: #000CE3; }
a { background-color: rgb(0,12,227); }
div.DivClassName
{
background-color: #000CE3;
}
.BgClassName
{
background-color: #000CE3;
}
</style>
border-color css
<style>
span { border-color: #000CE3; }
span { border-color: rgb(0,12,227); }
td.TdClassName
{
border-color: #000CE3;
}
.TagClassName
{
border-color: #000CE3;
}
</style>