Shades of Blue #0C05EF
Tints of Blue #0C05EF
RGB
CMYK
RGB Variations
Color information
#0C05EF (or 0x0C05EF) is known color: Blue. HEX triplet: 0C, 05 and EF. RGB value is (12,5,239). Sum of RGB (Red+Green+Blue) = 12+5+239=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 239 (93.75% from 255 or 93.36% from 256); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C05EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C05EF is #F3FA10. Grayscale: #202020. Windows color (decimal): -15989265 or 15664396. OLE color: 15664396.
HSL color Cylindrical-coordinate representation of color #0C05EF: hue angle of 241.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C05EF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 5 | 239 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.06 |
| HSL | 241.79º | 0.96% | 0.48% | - |
| HSV(B) | 241.79º | 0.98% | 0.94% | - |
| XYZ | 15.79 | 6.42 | 82.07 | - |
| YUV | 33.77 | 243.82 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 239 | 0.95 | 0.98 | 0 | 0.06 | 241.79 | 0.96 | 0.48 |
| Hex | C | 5 | EF | 5F | 62 | 0 | 6 | F2 | 60 | 30 |
| Octal | 14 | 5 | 357 | 137 | 142 | 0 | 6 | 362 | 140 | 60 |
| Binary | 1100 | 101 | 11101111 | 1011111 | 1100010 | 0 | 110 | 11110010 | 1100000 | 110000 |
Color Harmonies of #0C05EF
Complementary color
Monochromatic Colors of #0C05EF
Black with #0C05EF
Text Example
Text Example
White with #0C05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05EF; }
p { color: rgb(12,5,239); }
H1.HeaderClassName
{
color: #0C05EF;
}
.AnyTagClassName
{
color: #0C05EF;
}
</style>
background-color css
<style>
a { background-color: #0C05EF; }
a { background-color: rgb(12,5,239); }
div.DivClassName
{
background-color: #0C05EF;
}
.BgClassName
{
background-color: #0C05EF;
}
</style>
border-color css
<style>
span { border-color: #0C05EF; }
span { border-color: rgb(12,5,239); }
td.TdClassName
{
border-color: #0C05EF;
}
.TagClassName
{
border-color: #0C05EF;
}
</style>