Shades of Medium Blue #0F0BCB
Tints of Medium Blue #0F0BCB
RGB
CMYK
RGB Variations
Color information
#0F0BCB (or 0x0F0BCB) is known color: Medium Blue. HEX triplet: 0F, 0B and CB. RGB value is (15,11,203). Sum of RGB (Red+Green+Blue) = 15+11+203=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 203 (79.69% from 255 or 88.65% from 229); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F0BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BCB is #F0F434. Grayscale: #212121. Windows color (decimal): -15791157 or 13306639. OLE color: 13306639.
HSL color Cylindrical-coordinate representation of color #0F0BCB: hue angle of 241.25º 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 #0F0BCB is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 11 | 203 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.20 |
| HSL | 241.25º | 0.9% | 0.42% | - |
| HSV(B) | 241.25º | 0.95% | 0.8% | - |
| XYZ | 11.1 | 4.65 | 56.81 | - |
| YUV | 34.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 203 | 0.93 | 0.95 | 0 | 0.20 | 241.25 | 0.9 | 0.42 |
| Hex | F | B | CB | 5D | 5F | 0 | 14 | F1 | 5A | 2A |
| Octal | 17 | 13 | 313 | 135 | 137 | 0 | 24 | 361 | 132 | 52 |
| Binary | 1111 | 1011 | 11001011 | 1011101 | 1011111 | 0 | 10100 | 11110001 | 1011010 | 101010 |
Color Harmonies of #0F0BCB
Complementary color
Monochromatic Colors of #0F0BCB
Black with #0F0BCB
Text Example
Text Example
White with #0F0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BCB; }
p { color: rgb(15,11,203); }
H1.HeaderClassName
{
color: #0F0BCB;
}
.AnyTagClassName
{
color: #0F0BCB;
}
</style>
background-color css
<style>
a { background-color: #0F0BCB; }
a { background-color: rgb(15,11,203); }
div.DivClassName
{
background-color: #0F0BCB;
}
.BgClassName
{
background-color: #0F0BCB;
}
</style>
border-color css
<style>
span { border-color: #0F0BCB; }
span { border-color: rgb(15,11,203); }
td.TdClassName
{
border-color: #0F0BCB;
}
.TagClassName
{
border-color: #0F0BCB;
}
</style>