Shades of New Midnight Blue #031396
Tints of New Midnight Blue #031396
RGB
CMYK
RGB Variations
Color information
#031396 (or 0x031396) is known color: New Midnight Blue. HEX triplet: 03, 13 and 96. RGB value is (3,19,150). Sum of RGB (Red+Green+Blue) = 3+19+150=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #031396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031396 is #FCEC69. Grayscale: #1C1C1C. Windows color (decimal): -16575594 or 9835267. OLE color: 9835267.
HSL color Cylindrical-coordinate representation of color #031396: hue angle of 233.47º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031396 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 19 | 150 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.41 |
| HSL | 233.47º | 0.96% | 0.3% | - |
| HSV(B) | 233.47º | 0.98% | 0.59% | - |
| XYZ | 5.78 | 2.69 | 29.07 | - |
| YUV | 29.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 150 | 0.98 | 0.87 | 0 | 0.41 | 233.47 | 0.96 | 0.3 |
| Hex | 3 | 13 | 96 | 62 | 57 | 0 | 29 | E9 | 60 | 1E |
| Octal | 3 | 23 | 226 | 142 | 127 | 0 | 51 | 351 | 140 | 36 |
| Binary | 11 | 10011 | 10010110 | 1100010 | 1010111 | 0 | 101001 | 11101001 | 1100000 | 11110 |
Color Harmonies of #031396
Complementary color
Monochromatic Colors of #031396
Black with #031396
Text Example
Text Example
White with #031396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031396; }
p { color: rgb(3,19,150); }
H1.HeaderClassName
{
color: #031396;
}
.AnyTagClassName
{
color: #031396;
}
</style>
background-color css
<style>
a { background-color: #031396; }
a { background-color: rgb(3,19,150); }
div.DivClassName
{
background-color: #031396;
}
.BgClassName
{
background-color: #031396;
}
</style>
border-color css
<style>
span { border-color: #031396; }
span { border-color: rgb(3,19,150); }
td.TdClassName
{
border-color: #031396;
}
.TagClassName
{
border-color: #031396;
}
</style>