Shades of Midnight Blue #0B094D
Tints of Midnight Blue #0B094D
RGB
CMYK
RGB Variations
Color information
#0B094D (or 0x0B094D) is known color: Midnight Blue. HEX triplet: 0B, 09 and 4D. RGB value is (11,9,77). Sum of RGB (Red+Green+Blue) = 11+9+77=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B094D is #F4F6B2. Grayscale: #111111. Windows color (decimal): -16053939 or 5048587. OLE color: 5048587.
HSL color Cylindrical-coordinate representation of color #0B094D: hue angle of 241.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B094D is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 9 | 77 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.70 |
| HSL | 241.76º | 0.79% | 0.17% | - |
| HSV(B) | 241.76º | 0.88% | 0.3% | - |
| XYZ | 1.58 | 0.8 | 7.09 | - |
| YUV | 17.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 77 | 0.86 | 0.88 | 0 | 0.70 | 241.76 | 0.79 | 0.17 |
| Hex | B | 9 | 4D | 56 | 58 | 0 | 46 | F2 | 4F | 11 |
| Octal | 13 | 11 | 115 | 126 | 130 | 0 | 106 | 362 | 117 | 21 |
| Binary | 1011 | 1001 | 1001101 | 1010110 | 1011000 | 0 | 1000110 | 11110010 | 1001111 | 10001 |
Color Harmonies of #0B094D
Complementary color
Monochromatic Colors of #0B094D
Black with #0B094D
Text Example
Text Example
White with #0B094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B094D; }
p { color: rgb(11,9,77); }
H1.HeaderClassName
{
color: #0B094D;
}
.AnyTagClassName
{
color: #0B094D;
}
</style>
background-color css
<style>
a { background-color: #0B094D; }
a { background-color: rgb(11,9,77); }
div.DivClassName
{
background-color: #0B094D;
}
.BgClassName
{
background-color: #0B094D;
}
</style>
border-color css
<style>
span { border-color: #0B094D; }
span { border-color: rgb(11,9,77); }
td.TdClassName
{
border-color: #0B094D;
}
.TagClassName
{
border-color: #0B094D;
}
</style>