Shades of Midnight Blue #0B1477
Tints of Midnight Blue #0B1477
RGB
CMYK
RGB Variations
Color information
#0B1477 (or 0x0B1477) is known color: Midnight Blue. HEX triplet: 0B, 14 and 77. RGB value is (11,20,119). Sum of RGB (Red+Green+Blue) = 11+20+119=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 119 (46.88% from 255 or 79.33% from 150); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B1477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1477 is #F4EB88. Grayscale: #1C1C1C. Windows color (decimal): -16051081 or 7803915. OLE color: 7803915.
HSL color Cylindrical-coordinate representation of color #0B1477: hue angle of 235º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1477 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 20 | 119 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.53 |
| HSL | 235º | 0.83% | 0.25% | - |
| HSV(B) | 235º | 0.91% | 0.47% | - |
| XYZ | 3.72 | 1.9 | 17.62 | - |
| YUV | 28.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 119 | 0.91 | 0.83 | 0 | 0.53 | 235 | 0.83 | 0.25 |
| Hex | B | 14 | 77 | 5B | 53 | 0 | 35 | EB | 53 | 19 |
| Octal | 13 | 24 | 167 | 133 | 123 | 0 | 65 | 353 | 123 | 31 |
| Binary | 1011 | 10100 | 1110111 | 1011011 | 1010011 | 0 | 110101 | 11101011 | 1010011 | 11001 |
Color Harmonies of #0B1477
Complementary color
Monochromatic Colors of #0B1477
Black with #0B1477
Text Example
Text Example
White with #0B1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1477; }
p { color: rgb(11,20,119); }
H1.HeaderClassName
{
color: #0B1477;
}
.AnyTagClassName
{
color: #0B1477;
}
</style>
background-color css
<style>
a { background-color: #0B1477; }
a { background-color: rgb(11,20,119); }
div.DivClassName
{
background-color: #0B1477;
}
.BgClassName
{
background-color: #0B1477;
}
</style>
border-color css
<style>
span { border-color: #0B1477; }
span { border-color: rgb(11,20,119); }
td.TdClassName
{
border-color: #0B1477;
}
.TagClassName
{
border-color: #0B1477;
}
</style>