Shades of New Midnight Blue #000399
Tints of New Midnight Blue #000399
RGB
CMYK
RGB Variations
Color information
#000399 (or 0x000399) is known color: New Midnight Blue. HEX triplet: 00, 03 and 99. RGB value is (0,3,153). Sum of RGB (Red+Green+Blue) = 0+3+153=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 153 (60.16% from 255 or 98.08% from 156); Max value from RGB is 153 - color contains mainly: blue. Hex color #000399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000399 is #FFFC66. Grayscale: #121212. Windows color (decimal): -16776295 or 10027776. OLE color: 10027776.
HSL color Cylindrical-coordinate representation of color #000399: hue angle of 238.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000399 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 3 | 153 | - |
| CMYK | 1 | 0.98 | 0 | 0.4 |
| HSL | 238.82º | 1% | 0.3% | - |
| HSV(B) | 238.82º | 1% | 0.6% | - |
| XYZ | 5.78 | 2.37 | 30.29 | - |
| YUV | 19.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 153 | 1 | 0.98 | 0 | 0.4 | 238.82 | 1 | 0.3 |
| Hex | 0 | 3 | 99 | 64 | 62 | 0 | 28 | EF | 64 | 1E |
| Octal | 0 | 3 | 231 | 144 | 142 | 0 | 50 | 357 | 144 | 36 |
| Binary | 0 | 11 | 10011001 | 1100100 | 1100010 | 0 | 101000 | 11101111 | 1100100 | 11110 |
Color Harmonies of #000399
Complementary color
Monochromatic Colors of #000399
Black with #000399
Text Example
Text Example
White with #000399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000399; }
p { color: rgb(0,3,153); }
H1.HeaderClassName
{
color: #000399;
}
.AnyTagClassName
{
color: #000399;
}
</style>
background-color css
<style>
a { background-color: #000399; }
a { background-color: rgb(0,3,153); }
div.DivClassName
{
background-color: #000399;
}
.BgClassName
{
background-color: #000399;
}
</style>
border-color css
<style>
span { border-color: #000399; }
span { border-color: rgb(0,3,153); }
td.TdClassName
{
border-color: #000399;
}
.TagClassName
{
border-color: #000399;
}
</style>