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