Shades of Blue #000CEB
Tints of Blue #000CEB
RGB
CMYK
RGB Variations
Color information
#000CEB (or 0x000CEB) is known color: Blue. HEX triplet: 00, 0C and EB. RGB value is (0,12,235). Sum of RGB (Red+Green+Blue) = 0+12+235=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 235 (92.19% from 255 or 95.14% from 247); Max value from RGB is 235 - color contains mainly: blue. Hex color #000CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CEB is #FFF314. Grayscale: #202020. Windows color (decimal): -16773909 or 15404032. OLE color: 15404032.
HSL color Cylindrical-coordinate representation of color #000CEB: hue angle of 236.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CEB is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 12 | 235 | - |
| CMYK | 1 | 0.95 | 0 | 0.08 |
| HSL | 236.94º | 1% | 0.46% | - |
| HSV(B) | 236.94º | 1% | 0.92% | - |
| XYZ | 15.13 | 6.26 | 79.01 | - |
| YUV | 33.83 | 241.52 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 235 | 1 | 0.95 | 0 | 0.08 | 236.94 | 1 | 0.46 |
| Hex | 0 | C | EB | 64 | 5F | 0 | 8 | ED | 64 | 2E |
| Octal | 0 | 14 | 353 | 144 | 137 | 0 | 10 | 355 | 144 | 56 |
| Binary | 0 | 1100 | 11101011 | 1100100 | 1011111 | 0 | 1000 | 11101101 | 1100100 | 101110 |
Color Harmonies of #000CEB
Complementary color
Monochromatic Colors of #000CEB
Black with #000CEB
Text Example
Text Example
White with #000CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CEB; }
p { color: rgb(0,12,235); }
H1.HeaderClassName
{
color: #000CEB;
}
.AnyTagClassName
{
color: #000CEB;
}
</style>
background-color css
<style>
a { background-color: #000CEB; }
a { background-color: rgb(0,12,235); }
div.DivClassName
{
background-color: #000CEB;
}
.BgClassName
{
background-color: #000CEB;
}
</style>
border-color css
<style>
span { border-color: #000CEB; }
span { border-color: rgb(0,12,235); }
td.TdClassName
{
border-color: #000CEB;
}
.TagClassName
{
border-color: #000CEB;
}
</style>