Shades of New Midnight Blue #0008AC
Tints of New Midnight Blue #0008AC
RGB
CMYK
RGB Variations
Color information
#0008AC (or 0x0008AC) is known color: New Midnight Blue. HEX triplet: 00, 08 and AC. RGB value is (0,8,172). Sum of RGB (Red+Green+Blue) = 0+8+172=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 172 (67.58% from 255 or 95.56% from 180); Max value from RGB is 172 - color contains mainly: blue. Hex color #0008AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0008AC is #FFF753. Grayscale: #171717. Windows color (decimal): -16774996 or 11274240. OLE color: 11274240.
HSL color Cylindrical-coordinate representation of color #0008AC: hue angle of 237.21º 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 #0008AC is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 8 | 172 | - |
| CMYK | 1 | 0.95 | 0 | 0.33 |
| HSL | 237.21º | 1% | 0.34% | - |
| HSV(B) | 237.21º | 1% | 0.67% | - |
| XYZ | 7.53 | 3.15 | 39.24 | - |
| YUV | 24.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 172 | 1 | 0.95 | 0 | 0.33 | 237.21 | 1 | 0.34 |
| Hex | 0 | 8 | AC | 64 | 5F | 0 | 21 | ED | 64 | 22 |
| Octal | 0 | 10 | 254 | 144 | 137 | 0 | 41 | 355 | 144 | 42 |
| Binary | 0 | 1000 | 10101100 | 1100100 | 1011111 | 0 | 100001 | 11101101 | 1100100 | 100010 |
Color Harmonies of #0008AC
Complementary color
Monochromatic Colors of #0008AC
Black with #0008AC
Text Example
Text Example
White with #0008AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008AC; }
p { color: rgb(0,8,172); }
H1.HeaderClassName
{
color: #0008AC;
}
.AnyTagClassName
{
color: #0008AC;
}
</style>
background-color css
<style>
a { background-color: #0008AC; }
a { background-color: rgb(0,8,172); }
div.DivClassName
{
background-color: #0008AC;
}
.BgClassName
{
background-color: #0008AC;
}
</style>
border-color css
<style>
span { border-color: #0008AC; }
span { border-color: rgb(0,8,172); }
td.TdClassName
{
border-color: #0008AC;
}
.TagClassName
{
border-color: #0008AC;
}
</style>