Shades of Blue #0C00EB
Tints of Blue #0C00EB
RGB
CMYK
RGB Variations
Color information
#0C00EB (or 0x0C00EB) is known color: Blue. HEX triplet: 0C, 00 and EB. RGB value is (12,0,235). Sum of RGB (Red+Green+Blue) = 12+0+235=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 0 (0.39% from 255 or 0% 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 #0C00EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C00EB is #F3FF14. Grayscale: #1D1D1D. Windows color (decimal): -15990549 or 15400972. OLE color: 15400972.
HSL color Cylindrical-coordinate representation of color #0C00EB: hue angle of 243.06º 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 #0C00EB is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 0 | 235 | - |
| CMYK | 0.95 | 1 | 0 | 0.08 |
| HSL | 243.06º | 1% | 0.46% | - |
| HSV(B) | 243.06º | 1% | 0.92% | - |
| XYZ | 15.15 | 6.08 | 78.97 | - |
| YUV | 30.38 | 243.48 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 235 | 0.95 | 1 | 0 | 0.08 | 243.06 | 1 | 0.46 |
| Hex | C | 0 | EB | 5F | 64 | 0 | 8 | F3 | 64 | 2E |
| Octal | 14 | 0 | 353 | 137 | 144 | 0 | 10 | 363 | 144 | 56 |
| Binary | 1100 | 0 | 11101011 | 1011111 | 1100100 | 0 | 1000 | 11110011 | 1100100 | 101110 |
Color Harmonies of #0C00EB
Complementary color
Monochromatic Colors of #0C00EB
Black with #0C00EB
Text Example
Text Example
White with #0C00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C00EB; }
p { color: rgb(12,0,235); }
H1.HeaderClassName
{
color: #0C00EB;
}
.AnyTagClassName
{
color: #0C00EB;
}
</style>
background-color css
<style>
a { background-color: #0C00EB; }
a { background-color: rgb(12,0,235); }
div.DivClassName
{
background-color: #0C00EB;
}
.BgClassName
{
background-color: #0C00EB;
}
</style>
border-color css
<style>
span { border-color: #0C00EB; }
span { border-color: rgb(12,0,235); }
td.TdClassName
{
border-color: #0C00EB;
}
.TagClassName
{
border-color: #0C00EB;
}
</style>