Shades of New Midnight Blue #0012B1
Tints of New Midnight Blue #0012B1
RGB
CMYK
RGB Variations
Color information
#0012B1 (or 0x0012B1) is known color: New Midnight Blue. HEX triplet: 00, 12 and B1. RGB value is (0,18,177). Sum of RGB (Red+Green+Blue) = 0+18+177=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 177 (69.53% from 255 or 90.77% from 195); Max value from RGB is 177 - color contains mainly: blue. Hex color #0012B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0012B1 is #FFED4E. Grayscale: #1E1E1E. Windows color (decimal): -16772431 or 11604480. OLE color: 11604480.
HSL color Cylindrical-coordinate representation of color #0012B1: hue angle of 233.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012B1 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 18 | 177 | - |
| CMYK | 1 | 0.90 | 0 | 0.31 |
| HSL | 233.9º | 1% | 0.35% | - |
| HSV(B) | 233.9º | 1% | 0.69% | - |
| XYZ | 8.15 | 3.61 | 41.86 | - |
| YUV | 30.74 | 210.54 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 177 | 1 | 0.90 | 0 | 0.31 | 233.9 | 1 | 0.35 |
| Hex | 0 | 12 | B1 | 64 | 5A | 0 | 1F | EA | 64 | 23 |
| Octal | 0 | 22 | 261 | 144 | 132 | 0 | 37 | 352 | 144 | 43 |
| Binary | 0 | 10010 | 10110001 | 1100100 | 1011010 | 0 | 11111 | 11101010 | 1100100 | 100011 |
Color Harmonies of #0012B1
Complementary color
Monochromatic Colors of #0012B1
Black with #0012B1
Text Example
Text Example
White with #0012B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012B1; }
p { color: rgb(0,18,177); }
H1.HeaderClassName
{
color: #0012B1;
}
.AnyTagClassName
{
color: #0012B1;
}
</style>
background-color css
<style>
a { background-color: #0012B1; }
a { background-color: rgb(0,18,177); }
div.DivClassName
{
background-color: #0012B1;
}
.BgClassName
{
background-color: #0012B1;
}
</style>
border-color css
<style>
span { border-color: #0012B1; }
span { border-color: rgb(0,18,177); }
td.TdClassName
{
border-color: #0012B1;
}
.TagClassName
{
border-color: #0012B1;
}
</style>