Shades of New Midnight Blue #010BA9
Tints of New Midnight Blue #010BA9
RGB
CMYK
RGB Variations
Color information
#010BA9 (or 0x010BA9) is known color: New Midnight Blue. HEX triplet: 01, 0B and A9. RGB value is (1,11,169). Sum of RGB (Red+Green+Blue) = 1+11+169=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 169 (66.41% from 255 or 93.37% from 181); Max value from RGB is 169 - color contains mainly: blue. Hex color #010BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010BA9 is #FEF456. Grayscale: #191919. Windows color (decimal): -16708695 or 11078401. OLE color: 11078401.
HSL color Cylindrical-coordinate representation of color #010BA9: hue angle of 236.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BA9 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 11 | 169 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.34 |
| HSL | 236.43º | 0.99% | 0.33% | - |
| HSV(B) | 236.43º | 0.99% | 0.66% | - |
| XYZ | 7.29 | 3.11 | 37.75 | - |
| YUV | 26.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 169 | 0.99 | 0.93 | 0 | 0.34 | 236.43 | 0.99 | 0.33 |
| Hex | 1 | B | A9 | 63 | 5D | 0 | 22 | EC | 63 | 21 |
| Octal | 1 | 13 | 251 | 143 | 135 | 0 | 42 | 354 | 143 | 41 |
| Binary | 1 | 1011 | 10101001 | 1100011 | 1011101 | 0 | 100010 | 11101100 | 1100011 | 100001 |
Color Harmonies of #010BA9
Complementary color
Monochromatic Colors of #010BA9
Black with #010BA9
Text Example
Text Example
White with #010BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BA9; }
p { color: rgb(1,11,169); }
H1.HeaderClassName
{
color: #010BA9;
}
.AnyTagClassName
{
color: #010BA9;
}
</style>
background-color css
<style>
a { background-color: #010BA9; }
a { background-color: rgb(1,11,169); }
div.DivClassName
{
background-color: #010BA9;
}
.BgClassName
{
background-color: #010BA9;
}
</style>
border-color css
<style>
span { border-color: #010BA9; }
span { border-color: rgb(1,11,169); }
td.TdClassName
{
border-color: #010BA9;
}
.TagClassName
{
border-color: #010BA9;
}
</style>