Shades of Medium Blue #0F0CBD
Tints of Medium Blue #0F0CBD
RGB
CMYK
RGB Variations
Color information
#0F0CBD (or 0x0F0CBD) is known color: Medium Blue. HEX triplet: 0F, 0C and BD. RGB value is (15,12,189). Sum of RGB (Red+Green+Blue) = 15+12+189=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F0CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CBD is #F0F342. Grayscale: #202020. Windows color (decimal): -15790915 or 12389391. OLE color: 12389391.
HSL color Cylindrical-coordinate representation of color #0F0CBD: 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 #0F0CBD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 12 | 189 | - |
| 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.51 | 4.04 | 48.42 | - |
| YUV | 33.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 189 | 0.92 | 0.94 | 0 | 0.26 | 241.02 | 0.88 | 0.39 |
| Hex | F | C | BD | 5C | 5E | 0 | 1A | F1 | 58 | 27 |
| Octal | 17 | 14 | 275 | 134 | 136 | 0 | 32 | 361 | 130 | 47 |
| Binary | 1111 | 1100 | 10111101 | 1011100 | 1011110 | 0 | 11010 | 11110001 | 1011000 | 100111 |
Color Harmonies of #0F0CBD
Complementary color
Monochromatic Colors of #0F0CBD
Black with #0F0CBD
Text Example
Text Example
White with #0F0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CBD; }
p { color: rgb(15,12,189); }
H1.HeaderClassName
{
color: #0F0CBD;
}
.AnyTagClassName
{
color: #0F0CBD;
}
</style>
background-color css
<style>
a { background-color: #0F0CBD; }
a { background-color: rgb(15,12,189); }
div.DivClassName
{
background-color: #0F0CBD;
}
.BgClassName
{
background-color: #0F0CBD;
}
</style>
border-color css
<style>
span { border-color: #0F0CBD; }
span { border-color: rgb(15,12,189); }
td.TdClassName
{
border-color: #0F0CBD;
}
.TagClassName
{
border-color: #0F0CBD;
}
</style>