Shades of New Midnight Blue #000099
Tints of New Midnight Blue #000099
RGB
CMYK
RGB Variations
Color information
#000099 (or 0x000099) is known color: New Midnight Blue. HEX triplet: 00, 00 and 99. RGB value is (0,0,153). Sum of RGB (Red+Green+Blue) = 0+0+153=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 153 (60.16% from 255 or 100% from 153); Max value from RGB is 153 - color contains mainly: blue. Hex color #000099 is a web safe color. Inversed color of #000099 is #FFFF66. Grayscale: #101010. Windows color (decimal): -16777063 or 10027008. OLE color: 10027008.
HSL color Cylindrical-coordinate representation of color #000099: hue angle of 240º 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 #000099 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 0 | 0 | 153 | - |
CMYK | 1 | 1 | 0 | 0.4 |
HSL | 240º | 1% | 0.3% | - |
HSV(B) | 240º | 1% | 0.6% | - |
XYZ | 5.75 | 2.3 | 30.28 | - |
YUV | 17.44 | 204.5 | 115.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 153 | 1 | 1 | 0 | 0.4 | 240 | 1 | 0.3 |
Hex | 0 | 0 | 99 | 64 | 64 | 0 | 28 | F0 | 64 | 1E |
Octal | 0 | 0 | 231 | 144 | 144 | 0 | 50 | 360 | 144 | 36 |
Binary | 0 | 0 | 10011001 | 1100100 | 1100100 | 0 | 101000 | 11110000 | 1100100 | 11110 |
Color Harmonies of #000099
Complementary color
Monochromatic Colors of #000099
Black with #000099
Text Example
Text Example
White with #000099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000099; }
p { color: rgb(0,0,153); }
H1.HeaderClassName
{
color: #000099;
}
.AnyTagClassName
{
color: #000099;
}
</style>
background-color css
<style>
a { background-color: #000099; }
a { background-color: rgb(0,0,153); }
div.DivClassName
{
background-color: #000099;
}
.BgClassName
{
background-color: #000099;
}
</style>
border-color css
<style>
span { border-color: #000099; }
span { border-color: rgb(0,0,153); }
td.TdClassName
{
border-color: #000099;
}
.TagClassName
{
border-color: #000099;
}
</style>