Shades of New Midnight Blue #00099F
Tints of New Midnight Blue #00099F
RGB
CMYK
RGB Variations
Color information
#00099F (or 0x00099F) is known color: New Midnight Blue. HEX triplet: 00, 09 and 9F. RGB value is (0,9,159). Sum of RGB (Red+Green+Blue) = 0+9+159=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 159 (62.5% from 255 or 94.64% from 168); Max value from RGB is 159 - color contains mainly: blue. Hex color #00099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00099F is #FFF660. Grayscale: #161616. Windows color (decimal): -16774753 or 10422528. OLE color: 10422528.
HSL color Cylindrical-coordinate representation of color #00099F: hue angle of 236.6º 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 #00099F is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 9 | 159 | - |
| CMYK | 1 | 0.94 | 0 | 0.38 |
| HSL | 236.6º | 1% | 0.31% | - |
| HSV(B) | 236.6º | 1% | 0.62% | - |
| XYZ | 6.36 | 2.7 | 32.99 | - |
| YUV | 23.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 159 | 1 | 0.94 | 0 | 0.38 | 236.6 | 1 | 0.31 |
| Hex | 0 | 9 | 9F | 64 | 5E | 0 | 26 | ED | 64 | 1F |
| Octal | 0 | 11 | 237 | 144 | 136 | 0 | 46 | 355 | 144 | 37 |
| Binary | 0 | 1001 | 10011111 | 1100100 | 1011110 | 0 | 100110 | 11101101 | 1100100 | 11111 |
Color Harmonies of #00099F
Complementary color
Monochromatic Colors of #00099F
Black with #00099F
Text Example
Text Example
White with #00099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00099F; }
p { color: rgb(0,9,159); }
H1.HeaderClassName
{
color: #00099F;
}
.AnyTagClassName
{
color: #00099F;
}
</style>
background-color css
<style>
a { background-color: #00099F; }
a { background-color: rgb(0,9,159); }
div.DivClassName
{
background-color: #00099F;
}
.BgClassName
{
background-color: #00099F;
}
</style>
border-color css
<style>
span { border-color: #00099F; }
span { border-color: rgb(0,9,159); }
td.TdClassName
{
border-color: #00099F;
}
.TagClassName
{
border-color: #00099F;
}
</style>