Shades of New Midnight Blue #0F0BAF
Tints of New Midnight Blue #0F0BAF
RGB
CMYK
RGB Variations
Color information
#0F0BAF (or 0x0F0BAF) is known color: New Midnight Blue. HEX triplet: 0F, 0B and AF. RGB value is (15,11,175). Sum of RGB (Red+Green+Blue) = 15+11+175=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F0BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0BAF is #F0F450. Grayscale: #1E1E1E. Windows color (decimal): -15791185 or 11471631. OLE color: 11471631.
HSL color Cylindrical-coordinate representation of color #0F0BAF: hue angle of 241.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0BAF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 11 | 175 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.31 |
| HSL | 241.46º | 0.88% | 0.36% | - |
| HSV(B) | 241.46º | 0.94% | 0.69% | - |
| XYZ | 8.05 | 3.44 | 40.8 | - |
| YUV | 30.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 175 | 0.91 | 0.94 | 0 | 0.31 | 241.46 | 0.88 | 0.36 |
| Hex | F | B | AF | 5B | 5E | 0 | 1F | F1 | 58 | 24 |
| Octal | 17 | 13 | 257 | 133 | 136 | 0 | 37 | 361 | 130 | 44 |
| Binary | 1111 | 1011 | 10101111 | 1011011 | 1011110 | 0 | 11111 | 11110001 | 1011000 | 100100 |
Color Harmonies of #0F0BAF
Complementary color
Monochromatic Colors of #0F0BAF
Black with #0F0BAF
Text Example
Text Example
White with #0F0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BAF; }
p { color: rgb(15,11,175); }
H1.HeaderClassName
{
color: #0F0BAF;
}
.AnyTagClassName
{
color: #0F0BAF;
}
</style>
background-color css
<style>
a { background-color: #0F0BAF; }
a { background-color: rgb(15,11,175); }
div.DivClassName
{
background-color: #0F0BAF;
}
.BgClassName
{
background-color: #0F0BAF;
}
</style>
border-color css
<style>
span { border-color: #0F0BAF; }
span { border-color: rgb(15,11,175); }
td.TdClassName
{
border-color: #0F0BAF;
}
.TagClassName
{
border-color: #0F0BAF;
}
</style>