Shades of New Midnight Blue #0B05AB
Tints of New Midnight Blue #0B05AB
RGB
CMYK
RGB Variations
Color information
#0B05AB (or 0x0B05AB) is known color: New Midnight Blue. HEX triplet: 0B, 05 and AB. RGB value is (11,5,171). Sum of RGB (Red+Green+Blue) = 11+5+171=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 171 (67.19% from 255 or 91.44% from 187); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B05AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B05AB is #F4FA54. Grayscale: #191919. Windows color (decimal): -16054869 or 11207947. OLE color: 11207947.
HSL color Cylindrical-coordinate representation of color #0B05AB: hue angle of 242.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05AB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 5 | 171 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.33 |
| HSL | 242.17º | 0.94% | 0.35% | - |
| HSV(B) | 242.17º | 0.97% | 0.67% | - |
| XYZ | 7.54 | 3.12 | 38.73 | - |
| YUV | 25.72 | 209.99 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 171 | 0.94 | 0.97 | 0 | 0.33 | 242.17 | 0.94 | 0.35 |
| Hex | B | 5 | AB | 5E | 61 | 0 | 21 | F2 | 5E | 23 |
| Octal | 13 | 5 | 253 | 136 | 141 | 0 | 41 | 362 | 136 | 43 |
| Binary | 1011 | 101 | 10101011 | 1011110 | 1100001 | 0 | 100001 | 11110010 | 1011110 | 100011 |
Color Harmonies of #0B05AB
Complementary color
Monochromatic Colors of #0B05AB
Black with #0B05AB
Text Example
Text Example
White with #0B05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05AB; }
p { color: rgb(11,5,171); }
H1.HeaderClassName
{
color: #0B05AB;
}
.AnyTagClassName
{
color: #0B05AB;
}
</style>
background-color css
<style>
a { background-color: #0B05AB; }
a { background-color: rgb(11,5,171); }
div.DivClassName
{
background-color: #0B05AB;
}
.BgClassName
{
background-color: #0B05AB;
}
</style>
border-color css
<style>
span { border-color: #0B05AB; }
span { border-color: rgb(11,5,171); }
td.TdClassName
{
border-color: #0B05AB;
}
.TagClassName
{
border-color: #0B05AB;
}
</style>