Shades of New Midnight Blue #0B039B
Tints of New Midnight Blue #0B039B
RGB
CMYK
RGB Variations
Color information
#0B039B (or 0x0B039B) is known color: New Midnight Blue. HEX triplet: 0B, 03 and 9B. RGB value is (11,3,155). Sum of RGB (Red+Green+Blue) = 11+3+155=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 155 (60.94% from 255 or 91.72% from 169); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B039B is #F4FC64. Grayscale: #161616. Windows color (decimal): -16055397 or 10158859. OLE color: 10158859.
HSL color Cylindrical-coordinate representation of color #0B039B: hue angle of 243.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B039B is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 3 | 155 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.39 |
| HSL | 243.16º | 0.96% | 0.31% | - |
| HSV(B) | 243.16º | 0.98% | 0.61% | - |
| XYZ | 6.09 | 2.5 | 31.17 | - |
| YUV | 22.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 155 | 0.93 | 0.98 | 0 | 0.39 | 243.16 | 0.96 | 0.31 |
| Hex | B | 3 | 9B | 5D | 62 | 0 | 27 | F3 | 60 | 1F |
| Octal | 13 | 3 | 233 | 135 | 142 | 0 | 47 | 363 | 140 | 37 |
| Binary | 1011 | 11 | 10011011 | 1011101 | 1100010 | 0 | 100111 | 11110011 | 1100000 | 11111 |
Color Harmonies of #0B039B
Complementary color
Monochromatic Colors of #0B039B
Black with #0B039B
Text Example
Text Example
White with #0B039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B039B; }
p { color: rgb(11,3,155); }
H1.HeaderClassName
{
color: #0B039B;
}
.AnyTagClassName
{
color: #0B039B;
}
</style>
background-color css
<style>
a { background-color: #0B039B; }
a { background-color: rgb(11,3,155); }
div.DivClassName
{
background-color: #0B039B;
}
.BgClassName
{
background-color: #0B039B;
}
</style>
border-color css
<style>
span { border-color: #0B039B; }
span { border-color: rgb(11,3,155); }
td.TdClassName
{
border-color: #0B039B;
}
.TagClassName
{
border-color: #0B039B;
}
</style>