Shades of Midnight Blue #0B005F
Tints of Midnight Blue #0B005F
RGB
CMYK
RGB Variations
Color information
#0B005F (or 0x0B005F) is known color: Midnight Blue. HEX triplet: 0B, 00 and 5F. RGB value is (11,0,95). Sum of RGB (Red+Green+Blue) = 11+0+95=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 95 (37.5% from 255 or 89.62% from 106); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B005F is #F4FFA0. Grayscale: #0D0D0D. Windows color (decimal): -16056225 or 6225931. OLE color: 6225931.
HSL color Cylindrical-coordinate representation of color #0B005F: hue angle of 246.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B005F is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 0 | 95 | - |
| CMYK | 0.88 | 1 | 0 | 0.63 |
| HSL | 246.95º | 1% | 0.19% | - |
| HSV(B) | 246.95º | 1% | 0.37% | - |
| XYZ | 2.2 | 0.9 | 10.88 | - |
| YUV | 14.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 95 | 0.88 | 1 | 0 | 0.63 | 246.95 | 1 | 0.19 |
| Hex | B | 0 | 5F | 58 | 64 | 0 | 3F | F7 | 64 | 13 |
| Octal | 13 | 0 | 137 | 130 | 144 | 0 | 77 | 367 | 144 | 23 |
| Binary | 1011 | 0 | 1011111 | 1011000 | 1100100 | 0 | 111111 | 11110111 | 1100100 | 10011 |
Color Harmonies of #0B005F
Complementary color
Monochromatic Colors of #0B005F
Black with #0B005F
Text Example
Text Example
White with #0B005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B005F; }
p { color: rgb(11,0,95); }
H1.HeaderClassName
{
color: #0B005F;
}
.AnyTagClassName
{
color: #0B005F;
}
</style>
background-color css
<style>
a { background-color: #0B005F; }
a { background-color: rgb(11,0,95); }
div.DivClassName
{
background-color: #0B005F;
}
.BgClassName
{
background-color: #0B005F;
}
</style>
border-color css
<style>
span { border-color: #0B005F; }
span { border-color: rgb(11,0,95); }
td.TdClassName
{
border-color: #0B005F;
}
.TagClassName
{
border-color: #0B005F;
}
</style>