Shades of New Midnight Blue #0311AB
Tints of New Midnight Blue #0311AB
RGB
CMYK
RGB Variations
Color information
#0311AB (or 0x0311AB) is known color: New Midnight Blue. HEX triplet: 03, 11 and AB. RGB value is (3,17,171). Sum of RGB (Red+Green+Blue) = 3+17+171=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 171 (67.19% from 255 or 89.53% from 191); Max value from RGB is 171 - color contains mainly: blue. Hex color #0311AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0311AB is #FCEE54. Grayscale: #1D1D1D. Windows color (decimal): -16576085 or 11211011. OLE color: 11211011.
HSL color Cylindrical-coordinate representation of color #0311AB: hue angle of 235º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0311AB is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 17 | 171 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.33 |
| HSL | 235º | 0.97% | 0.34% | - |
| HSV(B) | 235º | 0.98% | 0.67% | - |
| XYZ | 7.59 | 3.36 | 38.78 | - |
| YUV | 30.37 | 207.36 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 171 | 0.98 | 0.90 | 0 | 0.33 | 235 | 0.97 | 0.34 |
| Hex | 3 | 11 | AB | 62 | 5A | 0 | 21 | EB | 61 | 22 |
| Octal | 3 | 21 | 253 | 142 | 132 | 0 | 41 | 353 | 141 | 42 |
| Binary | 11 | 10001 | 10101011 | 1100010 | 1011010 | 0 | 100001 | 11101011 | 1100001 | 100010 |
Color Harmonies of #0311AB
Complementary color
Monochromatic Colors of #0311AB
Black with #0311AB
Text Example
Text Example
White with #0311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0311AB; }
p { color: rgb(3,17,171); }
H1.HeaderClassName
{
color: #0311AB;
}
.AnyTagClassName
{
color: #0311AB;
}
</style>
background-color css
<style>
a { background-color: #0311AB; }
a { background-color: rgb(3,17,171); }
div.DivClassName
{
background-color: #0311AB;
}
.BgClassName
{
background-color: #0311AB;
}
</style>
border-color css
<style>
span { border-color: #0311AB; }
span { border-color: rgb(3,17,171); }
td.TdClassName
{
border-color: #0311AB;
}
.TagClassName
{
border-color: #0311AB;
}
</style>