Shades of New Midnight Blue #0B0D9E
Tints of New Midnight Blue #0B0D9E
RGB
CMYK
RGB Variations
Color information
#0B0D9E (or 0x0B0D9E) is known color: New Midnight Blue. HEX triplet: 0B, 0D and 9E. RGB value is (11,13,158). Sum of RGB (Red+Green+Blue) = 11+13+158=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B0D9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0D9E is #F4F261. Grayscale: #1C1C1C. Windows color (decimal): -16052834 or 10358027. OLE color: 10358027.
HSL color Cylindrical-coordinate representation of color #0B0D9E: hue angle of 239.18º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0D9E is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 13 | 158 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.38 |
| HSL | 239.18º | 0.87% | 0.33% | - |
| HSV(B) | 239.18º | 0.93% | 0.62% | - |
| XYZ | 6.45 | 2.83 | 32.55 | - |
| YUV | 28.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 158 | 0.93 | 0.92 | 0 | 0.38 | 239.18 | 0.87 | 0.33 |
| Hex | B | D | 9E | 5D | 5C | 0 | 26 | EF | 57 | 21 |
| Octal | 13 | 15 | 236 | 135 | 134 | 0 | 46 | 357 | 127 | 41 |
| Binary | 1011 | 1101 | 10011110 | 1011101 | 1011100 | 0 | 100110 | 11101111 | 1010111 | 100001 |
Color Harmonies of #0B0D9E
Complementary color
Monochromatic Colors of #0B0D9E
Black with #0B0D9E
Text Example
Text Example
White with #0B0D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D9E; }
p { color: rgb(11,13,158); }
H1.HeaderClassName
{
color: #0B0D9E;
}
.AnyTagClassName
{
color: #0B0D9E;
}
</style>
background-color css
<style>
a { background-color: #0B0D9E; }
a { background-color: rgb(11,13,158); }
div.DivClassName
{
background-color: #0B0D9E;
}
.BgClassName
{
background-color: #0B0D9E;
}
</style>
border-color css
<style>
span { border-color: #0B0D9E; }
span { border-color: rgb(11,13,158); }
td.TdClassName
{
border-color: #0B0D9E;
}
.TagClassName
{
border-color: #0B0D9E;
}
</style>