Shades of New Midnight Blue #00179C
Tints of New Midnight Blue #00179C
RGB
CMYK
RGB Variations
Color information
#00179C (or 0x00179C) is known color: New Midnight Blue. HEX triplet: 00, 17 and 9C. RGB value is (0,23,156). Sum of RGB (Red+Green+Blue) = 0+23+156=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #00179C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00179C is #FFE863. Grayscale: #1E1E1E. Windows color (decimal): -16771172 or 10229504. OLE color: 10229504.
HSL color Cylindrical-coordinate representation of color #00179C: hue angle of 231.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00179C is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 23 | 156 | - |
| CMYK | 1 | 0.85 | 0 | 0.39 |
| HSL | 231.15º | 1% | 0.31% | - |
| HSV(B) | 231.15º | 1% | 0.61% | - |
| XYZ | 6.31 | 3.01 | 31.7 | - |
| YUV | 31.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 156 | 1 | 0.85 | 0 | 0.39 | 231.15 | 1 | 0.31 |
| Hex | 0 | 17 | 9C | 64 | 55 | 0 | 27 | E7 | 64 | 1F |
| Octal | 0 | 27 | 234 | 144 | 125 | 0 | 47 | 347 | 144 | 37 |
| Binary | 0 | 10111 | 10011100 | 1100100 | 1010101 | 0 | 100111 | 11100111 | 1100100 | 11111 |
Color Harmonies of #00179C
Complementary color
Monochromatic Colors of #00179C
Black with #00179C
Text Example
Text Example
White with #00179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00179C; }
p { color: rgb(0,23,156); }
H1.HeaderClassName
{
color: #00179C;
}
.AnyTagClassName
{
color: #00179C;
}
</style>
background-color css
<style>
a { background-color: #00179C; }
a { background-color: rgb(0,23,156); }
div.DivClassName
{
background-color: #00179C;
}
.BgClassName
{
background-color: #00179C;
}
</style>
border-color css
<style>
span { border-color: #00179C; }
span { border-color: rgb(0,23,156); }
td.TdClassName
{
border-color: #00179C;
}
.TagClassName
{
border-color: #00179C;
}
</style>