Shades of New Midnight Blue #0109AC
Tints of New Midnight Blue #0109AC
RGB
CMYK
RGB Variations
Color information
#0109AC (or 0x0109AC) is known color: New Midnight Blue. HEX triplet: 01, 09 and AC. RGB value is (1,9,172). Sum of RGB (Red+Green+Blue) = 1+9+172=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 172 (67.58% from 255 or 94.51% from 182); Max value from RGB is 172 - color contains mainly: blue. Hex color #0109AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0109AC is #FEF653. Grayscale: #181818. Windows color (decimal): -16709204 or 11274497. OLE color: 11274497.
HSL color Cylindrical-coordinate representation of color #0109AC: hue angle of 237.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0109AC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 9 | 172 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.33 |
| HSL | 237.19º | 0.99% | 0.34% | - |
| HSV(B) | 237.19º | 0.99% | 0.67% | - |
| XYZ | 7.56 | 3.18 | 39.25 | - |
| YUV | 25.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 172 | 0.99 | 0.95 | 0 | 0.33 | 237.19 | 0.99 | 0.34 |
| Hex | 1 | 9 | AC | 63 | 5F | 0 | 21 | ED | 63 | 22 |
| Octal | 1 | 11 | 254 | 143 | 137 | 0 | 41 | 355 | 143 | 42 |
| Binary | 1 | 1001 | 10101100 | 1100011 | 1011111 | 0 | 100001 | 11101101 | 1100011 | 100010 |
Color Harmonies of #0109AC
Complementary color
Monochromatic Colors of #0109AC
Black with #0109AC
Text Example
Text Example
White with #0109AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109AC; }
p { color: rgb(1,9,172); }
H1.HeaderClassName
{
color: #0109AC;
}
.AnyTagClassName
{
color: #0109AC;
}
</style>
background-color css
<style>
a { background-color: #0109AC; }
a { background-color: rgb(1,9,172); }
div.DivClassName
{
background-color: #0109AC;
}
.BgClassName
{
background-color: #0109AC;
}
</style>
border-color css
<style>
span { border-color: #0109AC; }
span { border-color: rgb(1,9,172); }
td.TdClassName
{
border-color: #0109AC;
}
.TagClassName
{
border-color: #0109AC;
}
</style>