Shades of New Midnight Blue #0B05A1
Tints of New Midnight Blue #0B05A1
RGB
CMYK
RGB Variations
Color information
#0B05A1 (or 0x0B05A1) is known color: New Midnight Blue. HEX triplet: 0B, 05 and A1. RGB value is (11,5,161). Sum of RGB (Red+Green+Blue) = 11+5+161=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 161 (63.28% from 255 or 90.96% from 177); Max value from RGB is 161 - color contains mainly: blue. Hex color #0B05A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B05A1 is #F4FA5E. Grayscale: #171717. Windows color (decimal): -16054879 or 10552587. OLE color: 10552587.
HSL color Cylindrical-coordinate representation of color #0B05A1: hue angle of 242.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05A1 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 5 | 161 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.37 |
| HSL | 242.31º | 0.94% | 0.33% | - |
| HSV(B) | 242.31º | 0.97% | 0.63% | - |
| XYZ | 6.63 | 2.75 | 33.9 | - |
| YUV | 24.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 161 | 0.93 | 0.97 | 0 | 0.37 | 242.31 | 0.94 | 0.33 |
| Hex | B | 5 | A1 | 5D | 61 | 0 | 25 | F2 | 5E | 21 |
| Octal | 13 | 5 | 241 | 135 | 141 | 0 | 45 | 362 | 136 | 41 |
| Binary | 1011 | 101 | 10100001 | 1011101 | 1100001 | 0 | 100101 | 11110010 | 1011110 | 100001 |
Color Harmonies of #0B05A1
Complementary color
Monochromatic Colors of #0B05A1
Black with #0B05A1
Text Example
Text Example
White with #0B05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05A1; }
p { color: rgb(11,5,161); }
H1.HeaderClassName
{
color: #0B05A1;
}
.AnyTagClassName
{
color: #0B05A1;
}
</style>
background-color css
<style>
a { background-color: #0B05A1; }
a { background-color: rgb(11,5,161); }
div.DivClassName
{
background-color: #0B05A1;
}
.BgClassName
{
background-color: #0B05A1;
}
</style>
border-color css
<style>
span { border-color: #0B05A1; }
span { border-color: rgb(11,5,161); }
td.TdClassName
{
border-color: #0B05A1;
}
.TagClassName
{
border-color: #0B05A1;
}
</style>