Shades of Midnight Blue #0B015F
Tints of Midnight Blue #0B015F
RGB
CMYK
RGB Variations
Color information
#0B015F (or 0x0B015F) is known color: Midnight Blue. HEX triplet: 0B, 01 and 5F. RGB value is (11,1,95). Sum of RGB (Red+Green+Blue) = 11+1+95=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 95 (37.5% from 255 or 88.79% from 107); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B015F is #F4FEA0. Grayscale: #0E0E0E. Windows color (decimal): -16055969 or 6226187. OLE color: 6226187.
HSL color Cylindrical-coordinate representation of color #0B015F: hue angle of 246.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B015F is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 1 | 95 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.63 |
| HSL | 246.38º | 0.98% | 0.19% | - |
| HSV(B) | 246.38º | 0.99% | 0.37% | - |
| XYZ | 2.21 | 0.92 | 10.89 | - |
| YUV | 14.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 95 | 0.88 | 0.99 | 0 | 0.63 | 246.38 | 0.98 | 0.19 |
| Hex | B | 1 | 5F | 58 | 63 | 0 | 3F | F6 | 62 | 13 |
| Octal | 13 | 1 | 137 | 130 | 143 | 0 | 77 | 366 | 142 | 23 |
| Binary | 1011 | 1 | 1011111 | 1011000 | 1100011 | 0 | 111111 | 11110110 | 1100010 | 10011 |
Color Harmonies of #0B015F
Complementary color
Monochromatic Colors of #0B015F
Black with #0B015F
Text Example
Text Example
White with #0B015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B015F; }
p { color: rgb(11,1,95); }
H1.HeaderClassName
{
color: #0B015F;
}
.AnyTagClassName
{
color: #0B015F;
}
</style>
background-color css
<style>
a { background-color: #0B015F; }
a { background-color: rgb(11,1,95); }
div.DivClassName
{
background-color: #0B015F;
}
.BgClassName
{
background-color: #0B015F;
}
</style>
border-color css
<style>
span { border-color: #0B015F; }
span { border-color: rgb(11,1,95); }
td.TdClassName
{
border-color: #0B015F;
}
.TagClassName
{
border-color: #0B015F;
}
</style>