Shades of Medium Blue #0F0BCC
Tints of Medium Blue #0F0BCC
RGB
CMYK
RGB Variations
Color information
#0F0BCC (or 0x0F0BCC) is known color: Medium Blue. HEX triplet: 0F, 0B and CC. RGB value is (15,11,204). Sum of RGB (Red+Green+Blue) = 15+11+204=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F0BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BCC is #F0F433. Grayscale: #212121. Windows color (decimal): -15791156 or 13372175. OLE color: 13372175.
HSL color Cylindrical-coordinate representation of color #0F0BCC: hue angle of 241.24º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0BCC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 11 | 204 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.2 |
| HSL | 241.24º | 0.9% | 0.42% | - |
| HSV(B) | 241.24º | 0.95% | 0.8% | - |
| XYZ | 11.22 | 4.7 | 57.44 | - |
| YUV | 34.2 | 223.83 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 204 | 0.93 | 0.95 | 0 | 0.2 | 241.24 | 0.9 | 0.42 |
| Hex | F | B | CC | 5D | 5F | 0 | 14 | F1 | 5A | 2A |
| Octal | 17 | 13 | 314 | 135 | 137 | 0 | 24 | 361 | 132 | 52 |
| Binary | 1111 | 1011 | 11001100 | 1011101 | 1011111 | 0 | 10100 | 11110001 | 1011010 | 101010 |
Color Harmonies of #0F0BCC
Complementary color
Monochromatic Colors of #0F0BCC
Black with #0F0BCC
Text Example
Text Example
White with #0F0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BCC; }
p { color: rgb(15,11,204); }
H1.HeaderClassName
{
color: #0F0BCC;
}
.AnyTagClassName
{
color: #0F0BCC;
}
</style>
background-color css
<style>
a { background-color: #0F0BCC; }
a { background-color: rgb(15,11,204); }
div.DivClassName
{
background-color: #0F0BCC;
}
.BgClassName
{
background-color: #0F0BCC;
}
</style>
border-color css
<style>
span { border-color: #0F0BCC; }
span { border-color: rgb(15,11,204); }
td.TdClassName
{
border-color: #0F0BCC;
}
.TagClassName
{
border-color: #0F0BCC;
}
</style>