Shades of New Midnight Blue #000BA1
Tints of New Midnight Blue #000BA1
RGB
CMYK
RGB Variations
Color information
#000BA1 (or 0x000BA1) is known color: New Midnight Blue. HEX triplet: 00, 0B and A1. RGB value is (0,11,161). Sum of RGB (Red+Green+Blue) = 0+11+161=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 161 (63.28% from 255 or 93.60% from 172); Max value from RGB is 161 - color contains mainly: blue. Hex color #000BA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000BA1 is #FFF45E. Grayscale: #181818. Windows color (decimal): -16774239 or 10554112. OLE color: 10554112.
HSL color Cylindrical-coordinate representation of color #000BA1: hue angle of 235.9º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BA1 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 11 | 161 | - |
| CMYK | 1 | 0.93 | 0 | 0.37 |
| HSL | 235.9º | 1% | 0.32% | - |
| HSV(B) | 235.9º | 1% | 0.63% | - |
| XYZ | 6.55 | 2.81 | 33.92 | - |
| YUV | 24.81 | 204.86 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 161 | 1 | 0.93 | 0 | 0.37 | 235.9 | 1 | 0.32 |
| Hex | 0 | B | A1 | 64 | 5D | 0 | 25 | EC | 64 | 20 |
| Octal | 0 | 13 | 241 | 144 | 135 | 0 | 45 | 354 | 144 | 40 |
| Binary | 0 | 1011 | 10100001 | 1100100 | 1011101 | 0 | 100101 | 11101100 | 1100100 | 100000 |
Color Harmonies of #000BA1
Complementary color
Monochromatic Colors of #000BA1
Black with #000BA1
Text Example
Text Example
White with #000BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BA1; }
p { color: rgb(0,11,161); }
H1.HeaderClassName
{
color: #000BA1;
}
.AnyTagClassName
{
color: #000BA1;
}
</style>
background-color css
<style>
a { background-color: #000BA1; }
a { background-color: rgb(0,11,161); }
div.DivClassName
{
background-color: #000BA1;
}
.BgClassName
{
background-color: #000BA1;
}
</style>
border-color css
<style>
span { border-color: #000BA1; }
span { border-color: rgb(0,11,161); }
td.TdClassName
{
border-color: #000BA1;
}
.TagClassName
{
border-color: #000BA1;
}
</style>