Shades of New Midnight Blue #000FAC
Tints of New Midnight Blue #000FAC
RGB
CMYK
RGB Variations
Color information
#000FAC (or 0x000FAC) is known color: New Midnight Blue. HEX triplet: 00, 0F and AC. RGB value is (0,15,172). Sum of RGB (Red+Green+Blue) = 0+15+172=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 172 (67.58% from 255 or 91.98% from 187); Max value from RGB is 172 - color contains mainly: blue. Hex color #000FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FAC is #FFF053. Grayscale: #1B1B1B. Windows color (decimal): -16773204 or 11276032. OLE color: 11276032.
HSL color Cylindrical-coordinate representation of color #000FAC: hue angle of 234.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FAC is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 15 | 172 | - |
| CMYK | 1 | 0.91 | 0 | 0.33 |
| HSL | 234.77º | 1% | 0.34% | - |
| HSV(B) | 234.77º | 1% | 0.67% | - |
| XYZ | 7.62 | 3.32 | 39.27 | - |
| YUV | 28.41 | 209.03 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 172 | 1 | 0.91 | 0 | 0.33 | 234.77 | 1 | 0.34 |
| Hex | 0 | F | AC | 64 | 5B | 0 | 21 | EB | 64 | 22 |
| Octal | 0 | 17 | 254 | 144 | 133 | 0 | 41 | 353 | 144 | 42 |
| Binary | 0 | 1111 | 10101100 | 1100100 | 1011011 | 0 | 100001 | 11101011 | 1100100 | 100010 |
Color Harmonies of #000FAC
Complementary color
Monochromatic Colors of #000FAC
Black with #000FAC
Text Example
Text Example
White with #000FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FAC; }
p { color: rgb(0,15,172); }
H1.HeaderClassName
{
color: #000FAC;
}
.AnyTagClassName
{
color: #000FAC;
}
</style>
background-color css
<style>
a { background-color: #000FAC; }
a { background-color: rgb(0,15,172); }
div.DivClassName
{
background-color: #000FAC;
}
.BgClassName
{
background-color: #000FAC;
}
</style>
border-color css
<style>
span { border-color: #000FAC; }
span { border-color: rgb(0,15,172); }
td.TdClassName
{
border-color: #000FAC;
}
.TagClassName
{
border-color: #000FAC;
}
</style>