Shades of New Midnight Blue #0B06A5
Tints of New Midnight Blue #0B06A5
RGB
CMYK
RGB Variations
Color information
#0B06A5 (or 0x0B06A5) is known color: New Midnight Blue. HEX triplet: 0B, 06 and A5. RGB value is (11,6,165). Sum of RGB (Red+Green+Blue) = 11+6+165=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 165 (64.84% from 255 or 90.66% from 182); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B06A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B06A5 is #F4F95A. Grayscale: #181818. Windows color (decimal): -16054619 or 10814987. OLE color: 10814987.
HSL color Cylindrical-coordinate representation of color #0B06A5: hue angle of 241.89º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B06A5 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 6 | 165 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.35 |
| HSL | 241.89º | 0.93% | 0.34% | - |
| HSV(B) | 241.89º | 0.96% | 0.65% | - |
| XYZ | 6.99 | 2.92 | 35.79 | - |
| YUV | 25.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 165 | 0.93 | 0.96 | 0 | 0.35 | 241.89 | 0.93 | 0.34 |
| Hex | B | 6 | A5 | 5D | 60 | 0 | 23 | F2 | 5D | 22 |
| Octal | 13 | 6 | 245 | 135 | 140 | 0 | 43 | 362 | 135 | 42 |
| Binary | 1011 | 110 | 10100101 | 1011101 | 1100000 | 0 | 100011 | 11110010 | 1011101 | 100010 |
Color Harmonies of #0B06A5
Complementary color
Monochromatic Colors of #0B06A5
Black with #0B06A5
Text Example
Text Example
White with #0B06A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B06A5; }
p { color: rgb(11,6,165); }
H1.HeaderClassName
{
color: #0B06A5;
}
.AnyTagClassName
{
color: #0B06A5;
}
</style>
background-color css
<style>
a { background-color: #0B06A5; }
a { background-color: rgb(11,6,165); }
div.DivClassName
{
background-color: #0B06A5;
}
.BgClassName
{
background-color: #0B06A5;
}
</style>
border-color css
<style>
span { border-color: #0B06A5; }
span { border-color: rgb(11,6,165); }
td.TdClassName
{
border-color: #0B06A5;
}
.TagClassName
{
border-color: #0B06A5;
}
</style>