Shades of Midnight Blue #0B044F
Tints of Midnight Blue #0B044F
RGB
CMYK
RGB Variations
Color information
#0B044F (or 0x0B044F) is known color: Midnight Blue. HEX triplet: 0B, 04 and 4F. RGB value is (11,4,79). Sum of RGB (Red+Green+Blue) = 11+4+79=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B044F is #F4FBB0. Grayscale: #0E0E0E. Windows color (decimal): -16055217 or 5178379. OLE color: 5178379.
HSL color Cylindrical-coordinate representation of color #0B044F: hue angle of 245.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B044F is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 4 | 79 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.69 |
| HSL | 245.6º | 0.9% | 0.16% | - |
| HSV(B) | 245.6º | 0.95% | 0.31% | - |
| XYZ | 1.59 | 0.72 | 7.45 | - |
| YUV | 14.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 79 | 0.86 | 0.95 | 0 | 0.69 | 245.6 | 0.9 | 0.16 |
| Hex | B | 4 | 4F | 56 | 5F | 0 | 45 | F6 | 5A | 10 |
| Octal | 13 | 4 | 117 | 126 | 137 | 0 | 105 | 366 | 132 | 20 |
| Binary | 1011 | 100 | 1001111 | 1010110 | 1011111 | 0 | 1000101 | 11110110 | 1011010 | 10000 |
Color Harmonies of #0B044F
Complementary color
Monochromatic Colors of #0B044F
Black with #0B044F
Text Example
Text Example
White with #0B044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B044F; }
p { color: rgb(11,4,79); }
H1.HeaderClassName
{
color: #0B044F;
}
.AnyTagClassName
{
color: #0B044F;
}
</style>
background-color css
<style>
a { background-color: #0B044F; }
a { background-color: rgb(11,4,79); }
div.DivClassName
{
background-color: #0B044F;
}
.BgClassName
{
background-color: #0B044F;
}
</style>
border-color css
<style>
span { border-color: #0B044F; }
span { border-color: rgb(11,4,79); }
td.TdClassName
{
border-color: #0B044F;
}
.TagClassName
{
border-color: #0B044F;
}
</style>