Shades of New Midnight Blue #0810AC
Tints of New Midnight Blue #0810AC
RGB
CMYK
RGB Variations
Color information
#0810AC (or 0x0810AC) is known color: New Midnight Blue. HEX triplet: 08, 10 and AC. RGB value is (8,16,172). Sum of RGB (Red+Green+Blue) = 8+16+172=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0810AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0810AC is #F7EF53. Grayscale: #1E1E1E. Windows color (decimal): -16248660 or 11276296. OLE color: 11276296.
HSL color Cylindrical-coordinate representation of color #0810AC: hue angle of 237.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0810AC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 16 | 172 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.33 |
| HSL | 237.07º | 0.91% | 0.35% | - |
| HSV(B) | 237.07º | 0.95% | 0.67% | - |
| XYZ | 7.73 | 3.4 | 39.28 | - |
| YUV | 31.39 | 207.35 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 172 | 0.95 | 0.91 | 0 | 0.33 | 237.07 | 0.91 | 0.35 |
| Hex | 8 | 10 | AC | 5F | 5B | 0 | 21 | ED | 5B | 23 |
| Octal | 10 | 20 | 254 | 137 | 133 | 0 | 41 | 355 | 133 | 43 |
| Binary | 1000 | 10000 | 10101100 | 1011111 | 1011011 | 0 | 100001 | 11101101 | 1011011 | 100011 |
Color Harmonies of #0810AC
Complementary color
Monochromatic Colors of #0810AC
Black with #0810AC
Text Example
Text Example
White with #0810AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0810AC; }
p { color: rgb(8,16,172); }
H1.HeaderClassName
{
color: #0810AC;
}
.AnyTagClassName
{
color: #0810AC;
}
</style>
background-color css
<style>
a { background-color: #0810AC; }
a { background-color: rgb(8,16,172); }
div.DivClassName
{
background-color: #0810AC;
}
.BgClassName
{
background-color: #0810AC;
}
</style>
border-color css
<style>
span { border-color: #0810AC; }
span { border-color: rgb(8,16,172); }
td.TdClassName
{
border-color: #0810AC;
}
.TagClassName
{
border-color: #0810AC;
}
</style>