Shades of New Midnight Blue #00149D
Tints of New Midnight Blue #00149D
RGB
CMYK
RGB Variations
Color information
#00149D (or 0x00149D) is known color: New Midnight Blue. HEX triplet: 00, 14 and 9D. RGB value is (0,20,157). Sum of RGB (Red+Green+Blue) = 0+20+157=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 157 (61.72% from 255 or 88.70% from 177); Max value from RGB is 157 - color contains mainly: blue. Hex color #00149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00149D is #FFEB62. Grayscale: #1D1D1D. Windows color (decimal): -16771939 or 10294272. OLE color: 10294272.
HSL color Cylindrical-coordinate representation of color #00149D: hue angle of 232.36º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00149D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 20 | 157 | - |
| CMYK | 1 | 0.87 | 0 | 0.38 |
| HSL | 232.36º | 1% | 0.31% | - |
| HSV(B) | 232.36º | 1% | 0.62% | - |
| XYZ | 6.34 | 2.93 | 32.13 | - |
| YUV | 29.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 157 | 1 | 0.87 | 0 | 0.38 | 232.36 | 1 | 0.31 |
| Hex | 0 | 14 | 9D | 64 | 57 | 0 | 26 | E8 | 64 | 1F |
| Octal | 0 | 24 | 235 | 144 | 127 | 0 | 46 | 350 | 144 | 37 |
| Binary | 0 | 10100 | 10011101 | 1100100 | 1010111 | 0 | 100110 | 11101000 | 1100100 | 11111 |
Color Harmonies of #00149D
Complementary color
Monochromatic Colors of #00149D
Black with #00149D
Text Example
Text Example
White with #00149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00149D; }
p { color: rgb(0,20,157); }
H1.HeaderClassName
{
color: #00149D;
}
.AnyTagClassName
{
color: #00149D;
}
</style>
background-color css
<style>
a { background-color: #00149D; }
a { background-color: rgb(0,20,157); }
div.DivClassName
{
background-color: #00149D;
}
.BgClassName
{
background-color: #00149D;
}
</style>
border-color css
<style>
span { border-color: #00149D; }
span { border-color: rgb(0,20,157); }
td.TdClassName
{
border-color: #00149D;
}
.TagClassName
{
border-color: #00149D;
}
</style>