Shades of New Midnight Blue #001395
Tints of New Midnight Blue #001395
RGB
CMYK
RGB Variations
Color information
#001395 (or 0x001395) is known color: New Midnight Blue. HEX triplet: 00, 13 and 95. RGB value is (0,19,149). Sum of RGB (Red+Green+Blue) = 0+19+149=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #001395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001395 is #FFEC6A. Grayscale: #1B1B1B. Windows color (decimal): -16772203 or 9769728. OLE color: 9769728.
HSL color Cylindrical-coordinate representation of color #001395: hue angle of 232.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001395 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 19 | 149 | - |
| CMYK | 1 | 0.87 | 0 | 0.42 |
| HSL | 232.35º | 1% | 0.29% | - |
| HSV(B) | 232.35º | 1% | 0.58% | - |
| XYZ | 5.66 | 2.64 | 28.64 | - |
| YUV | 28.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 149 | 1 | 0.87 | 0 | 0.42 | 232.35 | 1 | 0.29 |
| Hex | 0 | 13 | 95 | 64 | 57 | 0 | 2A | E8 | 64 | 1D |
| Octal | 0 | 23 | 225 | 144 | 127 | 0 | 52 | 350 | 144 | 35 |
| Binary | 0 | 10011 | 10010101 | 1100100 | 1010111 | 0 | 101010 | 11101000 | 1100100 | 11101 |
Color Harmonies of #001395
Complementary color
Monochromatic Colors of #001395
Black with #001395
Text Example
Text Example
White with #001395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001395; }
p { color: rgb(0,19,149); }
H1.HeaderClassName
{
color: #001395;
}
.AnyTagClassName
{
color: #001395;
}
</style>
background-color css
<style>
a { background-color: #001395; }
a { background-color: rgb(0,19,149); }
div.DivClassName
{
background-color: #001395;
}
.BgClassName
{
background-color: #001395;
}
</style>
border-color css
<style>
span { border-color: #001395; }
span { border-color: rgb(0,19,149); }
td.TdClassName
{
border-color: #001395;
}
.TagClassName
{
border-color: #001395;
}
</style>