Shades of Medium Blue #0F0CBC
Tints of Medium Blue #0F0CBC
RGB
CMYK
RGB Variations
Color information
#0F0CBC (or 0x0F0CBC) is known color: Medium Blue. HEX triplet: 0F, 0C and BC. RGB value is (15,12,188). Sum of RGB (Red+Green+Blue) = 15+12+188=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F0CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CBC is #F0F343. Grayscale: #202020. Windows color (decimal): -15790916 or 12323855. OLE color: 12323855.
HSL color Cylindrical-coordinate representation of color #0F0CBC: hue angle of 241.02º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CBC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 12 | 188 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.26 |
| HSL | 241.02º | 0.88% | 0.39% | - |
| HSV(B) | 241.02º | 0.94% | 0.74% | - |
| XYZ | 9.41 | 4 | 47.85 | - |
| YUV | 32.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 188 | 0.92 | 0.94 | 0 | 0.26 | 241.02 | 0.88 | 0.39 |
| Hex | F | C | BC | 5C | 5E | 0 | 1A | F1 | 58 | 27 |
| Octal | 17 | 14 | 274 | 134 | 136 | 0 | 32 | 361 | 130 | 47 |
| Binary | 1111 | 1100 | 10111100 | 1011100 | 1011110 | 0 | 11010 | 11110001 | 1011000 | 100111 |
Color Harmonies of #0F0CBC
Complementary color
Monochromatic Colors of #0F0CBC
Black with #0F0CBC
Text Example
Text Example
White with #0F0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CBC; }
p { color: rgb(15,12,188); }
H1.HeaderClassName
{
color: #0F0CBC;
}
.AnyTagClassName
{
color: #0F0CBC;
}
</style>
background-color css
<style>
a { background-color: #0F0CBC; }
a { background-color: rgb(15,12,188); }
div.DivClassName
{
background-color: #0F0CBC;
}
.BgClassName
{
background-color: #0F0CBC;
}
</style>
border-color css
<style>
span { border-color: #0F0CBC; }
span { border-color: rgb(15,12,188); }
td.TdClassName
{
border-color: #0F0CBC;
}
.TagClassName
{
border-color: #0F0CBC;
}
</style>