Shades of Midnight Blue #0B1478
Tints of Midnight Blue #0B1478
RGB
CMYK
RGB Variations
Color information
#0B1478 (or 0x0B1478) is known color: Midnight Blue. HEX triplet: 0B, 14 and 78. RGB value is (11,20,120). Sum of RGB (Red+Green+Blue) = 11+20+120=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B1478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1478 is #F4EB87. Grayscale: #1C1C1C. Windows color (decimal): -16051080 or 7869451. OLE color: 7869451.
HSL color Cylindrical-coordinate representation of color #0B1478: hue angle of 235.05º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1478 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 20 | 120 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.53 |
| HSL | 235.05º | 0.83% | 0.26% | - |
| HSV(B) | 235.05º | 0.91% | 0.47% | - |
| XYZ | 3.78 | 1.93 | 17.94 | - |
| YUV | 28.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 120 | 0.91 | 0.83 | 0 | 0.53 | 235.05 | 0.83 | 0.26 |
| Hex | B | 14 | 78 | 5B | 53 | 0 | 35 | EB | 53 | 1A |
| Octal | 13 | 24 | 170 | 133 | 123 | 0 | 65 | 353 | 123 | 32 |
| Binary | 1011 | 10100 | 1111000 | 1011011 | 1010011 | 0 | 110101 | 11101011 | 1010011 | 11010 |
Color Harmonies of #0B1478
Complementary color
Monochromatic Colors of #0B1478
Black with #0B1478
Text Example
Text Example
White with #0B1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1478; }
p { color: rgb(11,20,120); }
H1.HeaderClassName
{
color: #0B1478;
}
.AnyTagClassName
{
color: #0B1478;
}
</style>
background-color css
<style>
a { background-color: #0B1478; }
a { background-color: rgb(11,20,120); }
div.DivClassName
{
background-color: #0B1478;
}
.BgClassName
{
background-color: #0B1478;
}
</style>
border-color css
<style>
span { border-color: #0B1478; }
span { border-color: rgb(11,20,120); }
td.TdClassName
{
border-color: #0B1478;
}
.TagClassName
{
border-color: #0B1478;
}
</style>