Shades of New Midnight Blue #001495
Tints of New Midnight Blue #001495
RGB
CMYK
RGB Variations
Color information
#001495 (or 0x001495) is known color: New Midnight Blue. HEX triplet: 00, 14 and 95. RGB value is (0,20,149). Sum of RGB (Red+Green+Blue) = 0+20+149=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #001495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001495 is #FFEB6A. Grayscale: #1C1C1C. Windows color (decimal): -16771947 or 9769984. OLE color: 9769984.
HSL color Cylindrical-coordinate representation of color #001495: hue angle of 231.95º 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 #001495 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 20 | 149 | - |
| CMYK | 1 | 0.87 | 0 | 0.42 |
| HSL | 231.95º | 1% | 0.29% | - |
| HSV(B) | 231.95º | 1% | 0.58% | - |
| XYZ | 5.67 | 2.67 | 28.65 | - |
| YUV | 28.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 149 | 1 | 0.87 | 0 | 0.42 | 231.95 | 1 | 0.29 |
| Hex | 0 | 14 | 95 | 64 | 57 | 0 | 2A | E8 | 64 | 1D |
| Octal | 0 | 24 | 225 | 144 | 127 | 0 | 52 | 350 | 144 | 35 |
| Binary | 0 | 10100 | 10010101 | 1100100 | 1010111 | 0 | 101010 | 11101000 | 1100100 | 11101 |
Color Harmonies of #001495
Complementary color
Monochromatic Colors of #001495
Black with #001495
Text Example
Text Example
White with #001495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001495; }
p { color: rgb(0,20,149); }
H1.HeaderClassName
{
color: #001495;
}
.AnyTagClassName
{
color: #001495;
}
</style>
background-color css
<style>
a { background-color: #001495; }
a { background-color: rgb(0,20,149); }
div.DivClassName
{
background-color: #001495;
}
.BgClassName
{
background-color: #001495;
}
</style>
border-color css
<style>
span { border-color: #001495; }
span { border-color: rgb(0,20,149); }
td.TdClassName
{
border-color: #001495;
}
.TagClassName
{
border-color: #001495;
}
</style>