Shades of New Midnight Blue #010BAB
Tints of New Midnight Blue #010BAB
RGB
CMYK
RGB Variations
Color information
#010BAB (or 0x010BAB) is known color: New Midnight Blue. HEX triplet: 01, 0B and AB. RGB value is (1,11,171). Sum of RGB (Red+Green+Blue) = 1+11+171=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 171 (67.19% from 255 or 93.44% from 183); Max value from RGB is 171 - color contains mainly: blue. Hex color #010BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010BAB is #FEF454. Grayscale: #191919. Windows color (decimal): -16708693 or 11209473. OLE color: 11209473.
HSL color Cylindrical-coordinate representation of color #010BAB: hue angle of 236.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BAB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 11 | 171 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.33 |
| HSL | 236.47º | 0.99% | 0.34% | - |
| HSV(B) | 236.47º | 0.99% | 0.67% | - |
| XYZ | 7.48 | 3.19 | 38.75 | - |
| YUV | 26.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 171 | 0.99 | 0.94 | 0 | 0.33 | 236.47 | 0.99 | 0.34 |
| Hex | 1 | B | AB | 63 | 5E | 0 | 21 | EC | 63 | 22 |
| Octal | 1 | 13 | 253 | 143 | 136 | 0 | 41 | 354 | 143 | 42 |
| Binary | 1 | 1011 | 10101011 | 1100011 | 1011110 | 0 | 100001 | 11101100 | 1100011 | 100010 |
Color Harmonies of #010BAB
Complementary color
Monochromatic Colors of #010BAB
Black with #010BAB
Text Example
Text Example
White with #010BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BAB; }
p { color: rgb(1,11,171); }
H1.HeaderClassName
{
color: #010BAB;
}
.AnyTagClassName
{
color: #010BAB;
}
</style>
background-color css
<style>
a { background-color: #010BAB; }
a { background-color: rgb(1,11,171); }
div.DivClassName
{
background-color: #010BAB;
}
.BgClassName
{
background-color: #010BAB;
}
</style>
border-color css
<style>
span { border-color: #010BAB; }
span { border-color: rgb(1,11,171); }
td.TdClassName
{
border-color: #010BAB;
}
.TagClassName
{
border-color: #010BAB;
}
</style>