Shades of Midnight Blue #0B1460
Tints of Midnight Blue #0B1460
RGB
CMYK
RGB Variations
Color information
#0B1460 (or 0x0B1460) is known color: Midnight Blue. HEX triplet: 0B, 14 and 60. RGB value is (11,20,96). Sum of RGB (Red+Green+Blue) = 11+20+96=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B1460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1460 is #F4EB9F. Grayscale: #191919. Windows color (decimal): -16051104 or 6296587. OLE color: 6296587.
HSL color Cylindrical-coordinate representation of color #0B1460: hue angle of 233.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1460 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 20 | 96 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.62 |
| HSL | 233.65º | 0.79% | 0.21% | - |
| HSV(B) | 233.65º | 0.89% | 0.38% | - |
| XYZ | 2.5 | 1.42 | 11.21 | - |
| YUV | 25.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 96 | 0.89 | 0.79 | 0 | 0.62 | 233.65 | 0.79 | 0.21 |
| Hex | B | 14 | 60 | 59 | 4F | 0 | 3E | EA | 4F | 15 |
| Octal | 13 | 24 | 140 | 131 | 117 | 0 | 76 | 352 | 117 | 25 |
| Binary | 1011 | 10100 | 1100000 | 1011001 | 1001111 | 0 | 111110 | 11101010 | 1001111 | 10101 |
Color Harmonies of #0B1460
Complementary color
Monochromatic Colors of #0B1460
Black with #0B1460
Text Example
Text Example
White with #0B1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1460; }
p { color: rgb(11,20,96); }
H1.HeaderClassName
{
color: #0B1460;
}
.AnyTagClassName
{
color: #0B1460;
}
</style>
background-color css
<style>
a { background-color: #0B1460; }
a { background-color: rgb(11,20,96); }
div.DivClassName
{
background-color: #0B1460;
}
.BgClassName
{
background-color: #0B1460;
}
</style>
border-color css
<style>
span { border-color: #0B1460; }
span { border-color: rgb(11,20,96); }
td.TdClassName
{
border-color: #0B1460;
}
.TagClassName
{
border-color: #0B1460;
}
</style>