Shades of Blue #000CE8
Tints of Blue #000CE8
RGB
CMYK
RGB Variations
Color information
#000CE8 (or 0x000CE8) is known color: Blue. HEX triplet: 00, 0C and E8. RGB value is (0,12,232). Sum of RGB (Red+Green+Blue) = 0+12+232=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 232 (91.02% from 255 or 95.08% from 244); Max value from RGB is 232 - color contains mainly: blue. Hex color #000CE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CE8 is #FFF317. Grayscale: #202020. Windows color (decimal): -16773912 or 15207424. OLE color: 15207424.
HSL color Cylindrical-coordinate representation of color #000CE8: hue angle of 236.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CE8 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 12 | 232 | - |
| CMYK | 1 | 0.95 | 0 | 0.09 |
| HSL | 236.9º | 1% | 0.45% | - |
| HSV(B) | 236.9º | 1% | 0.91% | - |
| XYZ | 14.7 | 6.09 | 76.74 | - |
| YUV | 33.49 | 240.02 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 232 | 1 | 0.95 | 0 | 0.09 | 236.9 | 1 | 0.45 |
| Hex | 0 | C | E8 | 64 | 5F | 0 | 9 | ED | 64 | 2D |
| Octal | 0 | 14 | 350 | 144 | 137 | 0 | 11 | 355 | 144 | 55 |
| Binary | 0 | 1100 | 11101000 | 1100100 | 1011111 | 0 | 1001 | 11101101 | 1100100 | 101101 |
Color Harmonies of #000CE8
Complementary color
Monochromatic Colors of #000CE8
Black with #000CE8
Text Example
Text Example
White with #000CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CE8; }
p { color: rgb(0,12,232); }
H1.HeaderClassName
{
color: #000CE8;
}
.AnyTagClassName
{
color: #000CE8;
}
</style>
background-color css
<style>
a { background-color: #000CE8; }
a { background-color: rgb(0,12,232); }
div.DivClassName
{
background-color: #000CE8;
}
.BgClassName
{
background-color: #000CE8;
}
</style>
border-color css
<style>
span { border-color: #000CE8; }
span { border-color: rgb(0,12,232); }
td.TdClassName
{
border-color: #000CE8;
}
.TagClassName
{
border-color: #000CE8;
}
</style>