Shades of New Midnight Blue #0B0BAD
Tints of New Midnight Blue #0B0BAD
RGB
CMYK
RGB Variations
Color information
#0B0BAD (or 0x0B0BAD) is known color: New Midnight Blue. HEX triplet: 0B, 0B and AD. RGB value is (11,11,173). Sum of RGB (Red+Green+Blue) = 11+11+173=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B0BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0BAD is #F4F452. Grayscale: #1C1C1C. Windows color (decimal): -16053331 or 11340555. OLE color: 11340555.
HSL color Cylindrical-coordinate representation of color #0B0BAD: hue angle of 240º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0BAD is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 11 | 173 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.32 |
| HSL | 240º | 0.88% | 0.36% | - |
| HSV(B) | 240º | 0.94% | 0.68% | - |
| XYZ | 7.8 | 3.33 | 39.77 | - |
| YUV | 29.47 | 209 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 173 | 0.94 | 0.94 | 0 | 0.32 | 240 | 0.88 | 0.36 |
| Hex | B | B | AD | 5E | 5E | 0 | 20 | F0 | 58 | 24 |
| Octal | 13 | 13 | 255 | 136 | 136 | 0 | 40 | 360 | 130 | 44 |
| Binary | 1011 | 1011 | 10101101 | 1011110 | 1011110 | 0 | 100000 | 11110000 | 1011000 | 100100 |
Color Harmonies of #0B0BAD
Complementary color
Monochromatic Colors of #0B0BAD
Black with #0B0BAD
Text Example
Text Example
White with #0B0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0BAD; }
p { color: rgb(11,11,173); }
H1.HeaderClassName
{
color: #0B0BAD;
}
.AnyTagClassName
{
color: #0B0BAD;
}
</style>
background-color css
<style>
a { background-color: #0B0BAD; }
a { background-color: rgb(11,11,173); }
div.DivClassName
{
background-color: #0B0BAD;
}
.BgClassName
{
background-color: #0B0BAD;
}
</style>
border-color css
<style>
span { border-color: #0B0BAD; }
span { border-color: rgb(11,11,173); }
td.TdClassName
{
border-color: #0B0BAD;
}
.TagClassName
{
border-color: #0B0BAD;
}
</style>