Shades of Midnight Blue #0B015D
Tints of Midnight Blue #0B015D
RGB
CMYK
RGB Variations
Color information
#0B015D (or 0x0B015D) is known color: Midnight Blue. HEX triplet: 0B, 01 and 5D. RGB value is (11,1,93). Sum of RGB (Red+Green+Blue) = 11+1+93=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B015D is #F4FEA2. Grayscale: #0E0E0E. Windows color (decimal): -16055971 or 6095115. OLE color: 6095115.
HSL color Cylindrical-coordinate representation of color #0B015D: hue angle of 246.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B015D is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 1 | 93 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.64 |
| HSL | 246.52º | 0.98% | 0.18% | - |
| HSV(B) | 246.52º | 0.99% | 0.36% | - |
| XYZ | 2.12 | 0.88 | 10.41 | - |
| YUV | 14.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 93 | 0.88 | 0.99 | 0 | 0.64 | 246.52 | 0.98 | 0.18 |
| Hex | B | 1 | 5D | 58 | 63 | 0 | 40 | F7 | 62 | 12 |
| Octal | 13 | 1 | 135 | 130 | 143 | 0 | 100 | 367 | 142 | 22 |
| Binary | 1011 | 1 | 1011101 | 1011000 | 1100011 | 0 | 1000000 | 11110111 | 1100010 | 10010 |
Color Harmonies of #0B015D
Complementary color
Monochromatic Colors of #0B015D
Black with #0B015D
Text Example
Text Example
White with #0B015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B015D; }
p { color: rgb(11,1,93); }
H1.HeaderClassName
{
color: #0B015D;
}
.AnyTagClassName
{
color: #0B015D;
}
</style>
background-color css
<style>
a { background-color: #0B015D; }
a { background-color: rgb(11,1,93); }
div.DivClassName
{
background-color: #0B015D;
}
.BgClassName
{
background-color: #0B015D;
}
</style>
border-color css
<style>
span { border-color: #0B015D; }
span { border-color: rgb(11,1,93); }
td.TdClassName
{
border-color: #0B015D;
}
.TagClassName
{
border-color: #0B015D;
}
</style>