Shades of New Midnight Blue #000F9C
Tints of New Midnight Blue #000F9C
RGB
CMYK
RGB Variations
Color information
#000F9C (or 0x000F9C) is known color: New Midnight Blue. HEX triplet: 00, 0F and 9C. RGB value is (0,15,156). Sum of RGB (Red+Green+Blue) = 0+15+156=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 156 (61.33% from 255 or 91.23% from 171); Max value from RGB is 156 - color contains mainly: blue. Hex color #000F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F9C is #FFF063. Grayscale: #1A1A1A. Windows color (decimal): -16773220 or 10227456. OLE color: 10227456.
HSL color Cylindrical-coordinate representation of color #000F9C: hue angle of 234.23º 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 #000F9C is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 15 | 156 | - |
| CMYK | 1 | 0.90 | 0 | 0.39 |
| HSL | 234.23º | 1% | 0.31% | - |
| HSV(B) | 234.23º | 1% | 0.61% | - |
| XYZ | 6.17 | 2.74 | 31.66 | - |
| YUV | 26.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 156 | 1 | 0.90 | 0 | 0.39 | 234.23 | 1 | 0.31 |
| Hex | 0 | F | 9C | 64 | 5A | 0 | 27 | EA | 64 | 1F |
| Octal | 0 | 17 | 234 | 144 | 132 | 0 | 47 | 352 | 144 | 37 |
| Binary | 0 | 1111 | 10011100 | 1100100 | 1011010 | 0 | 100111 | 11101010 | 1100100 | 11111 |
Color Harmonies of #000F9C
Complementary color
Monochromatic Colors of #000F9C
Black with #000F9C
Text Example
Text Example
White with #000F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F9C; }
p { color: rgb(0,15,156); }
H1.HeaderClassName
{
color: #000F9C;
}
.AnyTagClassName
{
color: #000F9C;
}
</style>
background-color css
<style>
a { background-color: #000F9C; }
a { background-color: rgb(0,15,156); }
div.DivClassName
{
background-color: #000F9C;
}
.BgClassName
{
background-color: #000F9C;
}
</style>
border-color css
<style>
span { border-color: #000F9C; }
span { border-color: rgb(0,15,156); }
td.TdClassName
{
border-color: #000F9C;
}
.TagClassName
{
border-color: #000F9C;
}
</style>