Shades of Midnight Blue #0B055D
Tints of Midnight Blue #0B055D
RGB
CMYK
RGB Variations
Color information
#0B055D (or 0x0B055D) is known color: Midnight Blue. HEX triplet: 0B, 05 and 5D. RGB value is (11,5,93). Sum of RGB (Red+Green+Blue) = 11+5+93=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B055D is #F4FAA2. Grayscale: #101010. Windows color (decimal): -16054947 or 6096139. OLE color: 6096139.
HSL color Cylindrical-coordinate representation of color #0B055D: hue angle of 244.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B055D is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 5 | 93 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.64 |
| HSL | 244.09º | 0.9% | 0.19% | - |
| HSV(B) | 244.09º | 0.95% | 0.36% | - |
| XYZ | 2.17 | 0.97 | 10.43 | - |
| YUV | 16.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 93 | 0.88 | 0.95 | 0 | 0.64 | 244.09 | 0.9 | 0.19 |
| Hex | B | 5 | 5D | 58 | 5F | 0 | 40 | F4 | 5A | 13 |
| Octal | 13 | 5 | 135 | 130 | 137 | 0 | 100 | 364 | 132 | 23 |
| Binary | 1011 | 101 | 1011101 | 1011000 | 1011111 | 0 | 1000000 | 11110100 | 1011010 | 10011 |
Color Harmonies of #0B055D
Complementary color
Monochromatic Colors of #0B055D
Black with #0B055D
Text Example
Text Example
White with #0B055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B055D; }
p { color: rgb(11,5,93); }
H1.HeaderClassName
{
color: #0B055D;
}
.AnyTagClassName
{
color: #0B055D;
}
</style>
background-color css
<style>
a { background-color: #0B055D; }
a { background-color: rgb(11,5,93); }
div.DivClassName
{
background-color: #0B055D;
}
.BgClassName
{
background-color: #0B055D;
}
</style>
border-color css
<style>
span { border-color: #0B055D; }
span { border-color: rgb(11,5,93); }
td.TdClassName
{
border-color: #0B055D;
}
.TagClassName
{
border-color: #0B055D;
}
</style>