Shades of Blue #0C07EF
Tints of Blue #0C07EF
RGB
CMYK
RGB Variations
Color information
#0C07EF (or 0x0C07EF) is known color: Blue. HEX triplet: 0C, 07 and EF. RGB value is (12,7,239). Sum of RGB (Red+Green+Blue) = 12+7+239=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C07EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C07EF is #F3F810. Grayscale: #222222. Windows color (decimal): -15988753 or 15664908. OLE color: 15664908.
HSL color Cylindrical-coordinate representation of color #0C07EF: hue angle of 241.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C07EF is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 7 | 239 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.06 |
| HSL | 241.29º | 0.94% | 0.48% | - |
| HSV(B) | 241.29º | 0.97% | 0.94% | - |
| XYZ | 15.81 | 6.46 | 82.08 | - |
| YUV | 34.94 | 243.16 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 239 | 0.95 | 0.97 | 0 | 0.06 | 241.29 | 0.94 | 0.48 |
| Hex | C | 7 | EF | 5F | 61 | 0 | 6 | F1 | 5E | 30 |
| Octal | 14 | 7 | 357 | 137 | 141 | 0 | 6 | 361 | 136 | 60 |
| Binary | 1100 | 111 | 11101111 | 1011111 | 1100001 | 0 | 110 | 11110001 | 1011110 | 110000 |
Color Harmonies of #0C07EF
Complementary color
Monochromatic Colors of #0C07EF
Black with #0C07EF
Text Example
Text Example
White with #0C07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C07EF; }
p { color: rgb(12,7,239); }
H1.HeaderClassName
{
color: #0C07EF;
}
.AnyTagClassName
{
color: #0C07EF;
}
</style>
background-color css
<style>
a { background-color: #0C07EF; }
a { background-color: rgb(12,7,239); }
div.DivClassName
{
background-color: #0C07EF;
}
.BgClassName
{
background-color: #0C07EF;
}
</style>
border-color css
<style>
span { border-color: #0C07EF; }
span { border-color: rgb(12,7,239); }
td.TdClassName
{
border-color: #0C07EF;
}
.TagClassName
{
border-color: #0C07EF;
}
</style>