Shades of Medium Blue #0F0CCC
Tints of Medium Blue #0F0CCC
RGB
CMYK
RGB Variations
Color information
#0F0CCC (or 0x0F0CCC) is known color: Medium Blue. HEX triplet: 0F, 0C and CC. RGB value is (15,12,204). Sum of RGB (Red+Green+Blue) = 15+12+204=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F0CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CCC is #F0F333. Grayscale: #222222. Windows color (decimal): -15790900 or 13372431. OLE color: 13372431.
HSL color Cylindrical-coordinate representation of color #0F0CCC: hue angle of 240.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CCC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 12 | 204 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.2 |
| HSL | 240.94º | 0.89% | 0.42% | - |
| HSV(B) | 240.94º | 0.94% | 0.8% | - |
| XYZ | 11.23 | 4.72 | 57.45 | - |
| YUV | 34.79 | 223.49 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 204 | 0.93 | 0.94 | 0 | 0.2 | 240.94 | 0.89 | 0.42 |
| Hex | F | C | CC | 5D | 5E | 0 | 14 | F1 | 59 | 2A |
| Octal | 17 | 14 | 314 | 135 | 136 | 0 | 24 | 361 | 131 | 52 |
| Binary | 1111 | 1100 | 11001100 | 1011101 | 1011110 | 0 | 10100 | 11110001 | 1011001 | 101010 |
Color Harmonies of #0F0CCC
Complementary color
Monochromatic Colors of #0F0CCC
Black with #0F0CCC
Text Example
Text Example
White with #0F0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CCC; }
p { color: rgb(15,12,204); }
H1.HeaderClassName
{
color: #0F0CCC;
}
.AnyTagClassName
{
color: #0F0CCC;
}
</style>
background-color css
<style>
a { background-color: #0F0CCC; }
a { background-color: rgb(15,12,204); }
div.DivClassName
{
background-color: #0F0CCC;
}
.BgClassName
{
background-color: #0F0CCC;
}
</style>
border-color css
<style>
span { border-color: #0F0CCC; }
span { border-color: rgb(15,12,204); }
td.TdClassName
{
border-color: #0F0CCC;
}
.TagClassName
{
border-color: #0F0CCC;
}
</style>