Shades of New Midnight Blue #00169C
Tints of New Midnight Blue #00169C
RGB
CMYK
RGB Variations
Color information
#00169C (or 0x00169C) is known color: New Midnight Blue. HEX triplet: 00, 16 and 9C. RGB value is (0,22,156). Sum of RGB (Red+Green+Blue) = 0+22+156=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #00169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00169C is #FFE963. Grayscale: #1E1E1E. Windows color (decimal): -16771428 or 10229248. OLE color: 10229248.
HSL color Cylindrical-coordinate representation of color #00169C: hue angle of 231.54º 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 #00169C is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 22 | 156 | - |
| CMYK | 1 | 0.86 | 0 | 0.39 |
| HSL | 231.54º | 1% | 0.31% | - |
| HSV(B) | 231.54º | 1% | 0.61% | - |
| XYZ | 6.29 | 2.97 | 31.7 | - |
| YUV | 30.7 | 198.71 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 156 | 1 | 0.86 | 0 | 0.39 | 231.54 | 1 | 0.31 |
| Hex | 0 | 16 | 9C | 64 | 56 | 0 | 27 | E8 | 64 | 1F |
| Octal | 0 | 26 | 234 | 144 | 126 | 0 | 47 | 350 | 144 | 37 |
| Binary | 0 | 10110 | 10011100 | 1100100 | 1010110 | 0 | 100111 | 11101000 | 1100100 | 11111 |
Color Harmonies of #00169C
Complementary color
Monochromatic Colors of #00169C
Black with #00169C
Text Example
Text Example
White with #00169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00169C; }
p { color: rgb(0,22,156); }
H1.HeaderClassName
{
color: #00169C;
}
.AnyTagClassName
{
color: #00169C;
}
</style>
background-color css
<style>
a { background-color: #00169C; }
a { background-color: rgb(0,22,156); }
div.DivClassName
{
background-color: #00169C;
}
.BgClassName
{
background-color: #00169C;
}
</style>
border-color css
<style>
span { border-color: #00169C; }
span { border-color: rgb(0,22,156); }
td.TdClassName
{
border-color: #00169C;
}
.TagClassName
{
border-color: #00169C;
}
</style>