Shades of New Midnight Blue #00109F
Tints of New Midnight Blue #00109F
RGB
CMYK
RGB Variations
Color information
#00109F (or 0x00109F) is known color: New Midnight Blue. HEX triplet: 00, 10 and 9F. RGB value is (0,16,159). Sum of RGB (Red+Green+Blue) = 0+16+159=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #00109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00109F is #FFEF60. Grayscale: #1A1A1A. Windows color (decimal): -16772961 or 10424320. OLE color: 10424320.
HSL color Cylindrical-coordinate representation of color #00109F: hue angle of 233.96º 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 #00109F is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 16 | 159 | - |
| CMYK | 1 | 0.90 | 0 | 0.38 |
| HSL | 233.96º | 1% | 0.31% | - |
| HSV(B) | 233.96º | 1% | 0.62% | - |
| XYZ | 6.44 | 2.87 | 33.02 | - |
| YUV | 27.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 159 | 1 | 0.90 | 0 | 0.38 | 233.96 | 1 | 0.31 |
| Hex | 0 | 10 | 9F | 64 | 5A | 0 | 26 | EA | 64 | 1F |
| Octal | 0 | 20 | 237 | 144 | 132 | 0 | 46 | 352 | 144 | 37 |
| Binary | 0 | 10000 | 10011111 | 1100100 | 1011010 | 0 | 100110 | 11101010 | 1100100 | 11111 |
Color Harmonies of #00109F
Complementary color
Monochromatic Colors of #00109F
Black with #00109F
Text Example
Text Example
White with #00109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00109F; }
p { color: rgb(0,16,159); }
H1.HeaderClassName
{
color: #00109F;
}
.AnyTagClassName
{
color: #00109F;
}
</style>
background-color css
<style>
a { background-color: #00109F; }
a { background-color: rgb(0,16,159); }
div.DivClassName
{
background-color: #00109F;
}
.BgClassName
{
background-color: #00109F;
}
</style>
border-color css
<style>
span { border-color: #00109F; }
span { border-color: rgb(0,16,159); }
td.TdClassName
{
border-color: #00109F;
}
.TagClassName
{
border-color: #00109F;
}
</style>