Shades of Midnight Blue #0B034D
Tints of Midnight Blue #0B034D
RGB
CMYK
RGB Variations
Color information
#0B034D (or 0x0B034D) is known color: Midnight Blue. HEX triplet: 0B, 03 and 4D. RGB value is (11,3,77). Sum of RGB (Red+Green+Blue) = 11+3+77=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B034D is #F4FCB2. Grayscale: #0D0D0D. Windows color (decimal): -16055475 or 5047051. OLE color: 5047051.
HSL color Cylindrical-coordinate representation of color #0B034D: hue angle of 246.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B034D is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 3 | 77 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.70 |
| HSL | 246.49º | 0.93% | 0.16% | - |
| HSV(B) | 246.49º | 0.96% | 0.3% | - |
| XYZ | 1.51 | 0.67 | 7.07 | - |
| YUV | 13.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 77 | 0.86 | 0.96 | 0 | 0.70 | 246.49 | 0.93 | 0.16 |
| Hex | B | 3 | 4D | 56 | 60 | 0 | 46 | F6 | 5C | 10 |
| Octal | 13 | 3 | 115 | 126 | 140 | 0 | 106 | 366 | 134 | 20 |
| Binary | 1011 | 11 | 1001101 | 1010110 | 1100000 | 0 | 1000110 | 11110110 | 1011100 | 10000 |
Color Harmonies of #0B034D
Complementary color
Monochromatic Colors of #0B034D
Black with #0B034D
Text Example
Text Example
White with #0B034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B034D; }
p { color: rgb(11,3,77); }
H1.HeaderClassName
{
color: #0B034D;
}
.AnyTagClassName
{
color: #0B034D;
}
</style>
background-color css
<style>
a { background-color: #0B034D; }
a { background-color: rgb(11,3,77); }
div.DivClassName
{
background-color: #0B034D;
}
.BgClassName
{
background-color: #0B034D;
}
</style>
border-color css
<style>
span { border-color: #0B034D; }
span { border-color: rgb(11,3,77); }
td.TdClassName
{
border-color: #0B034D;
}
.TagClassName
{
border-color: #0B034D;
}
</style>