Shades of Blue #0C0CEB
Tints of Blue #0C0CEB
RGB
CMYK
RGB Variations
Color information
#0C0CEB (or 0x0C0CEB) is known color: Blue. HEX triplet: 0C, 0C and EB. RGB value is (12,12,235). Sum of RGB (Red+Green+Blue) = 12+12+235=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C0CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0CEB is #F3F314. Grayscale: #242424. Windows color (decimal): -15987477 or 15404044. OLE color: 15404044.
HSL color Cylindrical-coordinate representation of color #0C0CEB: hue angle of 240º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0CEB is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 12 | 235 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.08 |
| HSL | 240º | 0.9% | 0.48% | - |
| HSV(B) | 240º | 0.95% | 0.92% | - |
| XYZ | 15.28 | 6.34 | 79.02 | - |
| YUV | 37.42 | 239.5 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 12 | 235 | 0.95 | 0.95 | 0 | 0.08 | 240 | 0.9 | 0.48 |
| Hex | C | C | EB | 5F | 5F | 0 | 8 | F0 | 5A | 30 |
| Octal | 14 | 14 | 353 | 137 | 137 | 0 | 10 | 360 | 132 | 60 |
| Binary | 1100 | 1100 | 11101011 | 1011111 | 1011111 | 0 | 1000 | 11110000 | 1011010 | 110000 |
Color Harmonies of #0C0CEB
Complementary color
Monochromatic Colors of #0C0CEB
Black with #0C0CEB
Text Example
Text Example
White with #0C0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0CEB; }
p { color: rgb(12,12,235); }
H1.HeaderClassName
{
color: #0C0CEB;
}
.AnyTagClassName
{
color: #0C0CEB;
}
</style>
background-color css
<style>
a { background-color: #0C0CEB; }
a { background-color: rgb(12,12,235); }
div.DivClassName
{
background-color: #0C0CEB;
}
.BgClassName
{
background-color: #0C0CEB;
}
</style>
border-color css
<style>
span { border-color: #0C0CEB; }
span { border-color: rgb(12,12,235); }
td.TdClassName
{
border-color: #0C0CEB;
}
.TagClassName
{
border-color: #0C0CEB;
}
</style>