Shades of Blue #0C08EC
Tints of Blue #0C08EC
RGB
CMYK
RGB Variations
Color information
#0C08EC (or 0x0C08EC) is known color: Blue. HEX triplet: 0C, 08 and EC. RGB value is (12,8,236). Sum of RGB (Red+Green+Blue) = 12+8+236=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #0C08EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C08EC is #F3F713. Grayscale: #222222. Windows color (decimal): -15988500 or 15468556. OLE color: 15468556.
HSL color Cylindrical-coordinate representation of color #0C08EC: hue angle of 241.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C08EC is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 8 | 236 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.07 |
| HSL | 241.05º | 0.93% | 0.48% | - |
| HSV(B) | 241.05º | 0.97% | 0.93% | - |
| XYZ | 15.38 | 6.31 | 79.76 | - |
| YUV | 35.19 | 241.33 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 236 | 0.95 | 0.97 | 0 | 0.07 | 241.05 | 0.93 | 0.48 |
| Hex | C | 8 | EC | 5F | 61 | 0 | 7 | F1 | 5D | 30 |
| Octal | 14 | 10 | 354 | 137 | 141 | 0 | 7 | 361 | 135 | 60 |
| Binary | 1100 | 1000 | 11101100 | 1011111 | 1100001 | 0 | 111 | 11110001 | 1011101 | 110000 |
Color Harmonies of #0C08EC
Complementary color
Monochromatic Colors of #0C08EC
Black with #0C08EC
Text Example
Text Example
White with #0C08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C08EC; }
p { color: rgb(12,8,236); }
H1.HeaderClassName
{
color: #0C08EC;
}
.AnyTagClassName
{
color: #0C08EC;
}
</style>
background-color css
<style>
a { background-color: #0C08EC; }
a { background-color: rgb(12,8,236); }
div.DivClassName
{
background-color: #0C08EC;
}
.BgClassName
{
background-color: #0C08EC;
}
</style>
border-color css
<style>
span { border-color: #0C08EC; }
span { border-color: rgb(12,8,236); }
td.TdClassName
{
border-color: #0C08EC;
}
.TagClassName
{
border-color: #0C08EC;
}
</style>