Shades of New Midnight Blue #0F0BAD
Tints of New Midnight Blue #0F0BAD
RGB
CMYK
RGB Variations
Color information
#0F0BAD (or 0x0F0BAD) is known color: New Midnight Blue. HEX triplet: 0F, 0B and AD. RGB value is (15,11,173). Sum of RGB (Red+Green+Blue) = 15+11+173=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 173 (67.97% from 255 or 86.93% from 199); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F0BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0BAD is #F0F452. Grayscale: #1E1E1E. Windows color (decimal): -15791187 or 11340559. OLE color: 11340559.
HSL color Cylindrical-coordinate representation of color #0F0BAD: hue angle of 241.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0BAD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 11 | 173 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.32 |
| HSL | 241.48º | 0.88% | 0.36% | - |
| HSV(B) | 241.48º | 0.94% | 0.68% | - |
| XYZ | 7.86 | 3.36 | 39.77 | - |
| YUV | 30.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 173 | 0.91 | 0.94 | 0 | 0.32 | 241.48 | 0.88 | 0.36 |
| Hex | F | B | AD | 5B | 5E | 0 | 20 | F1 | 58 | 24 |
| Octal | 17 | 13 | 255 | 133 | 136 | 0 | 40 | 361 | 130 | 44 |
| Binary | 1111 | 1011 | 10101101 | 1011011 | 1011110 | 0 | 100000 | 11110001 | 1011000 | 100100 |
Color Harmonies of #0F0BAD
Complementary color
Monochromatic Colors of #0F0BAD
Black with #0F0BAD
Text Example
Text Example
White with #0F0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BAD; }
p { color: rgb(15,11,173); }
H1.HeaderClassName
{
color: #0F0BAD;
}
.AnyTagClassName
{
color: #0F0BAD;
}
</style>
background-color css
<style>
a { background-color: #0F0BAD; }
a { background-color: rgb(15,11,173); }
div.DivClassName
{
background-color: #0F0BAD;
}
.BgClassName
{
background-color: #0F0BAD;
}
</style>
border-color css
<style>
span { border-color: #0F0BAD; }
span { border-color: rgb(15,11,173); }
td.TdClassName
{
border-color: #0F0BAD;
}
.TagClassName
{
border-color: #0F0BAD;
}
</style>