Shades of Midnight Blue #0A1676
Tints of Midnight Blue #0A1676
RGB
CMYK
RGB Variations
Color information
#0A1676 (or 0x0A1676) is known color: Midnight Blue. HEX triplet: 0A, 16 and 76. RGB value is (10,22,118). Sum of RGB (Red+Green+Blue) = 10+22+118=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1676 is #F5E989. Grayscale: #1C1C1C. Windows color (decimal): -16116106 or 7738890. OLE color: 7738890.
HSL color Cylindrical-coordinate representation of color #0A1676: hue angle of 233.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1676 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 22 | 118 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.54 |
| HSL | 233.33º | 0.84% | 0.25% | - |
| HSV(B) | 233.33º | 0.92% | 0.46% | - |
| XYZ | 3.68 | 1.95 | 17.32 | - |
| YUV | 29.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 118 | 0.92 | 0.81 | 0 | 0.54 | 233.33 | 0.84 | 0.25 |
| Hex | A | 16 | 76 | 5C | 51 | 0 | 36 | E9 | 54 | 19 |
| Octal | 12 | 26 | 166 | 134 | 121 | 0 | 66 | 351 | 124 | 31 |
| Binary | 1010 | 10110 | 1110110 | 1011100 | 1010001 | 0 | 110110 | 11101001 | 1010100 | 11001 |
Color Harmonies of #0A1676
Complementary color
Monochromatic Colors of #0A1676
Black with #0A1676
Text Example
Text Example
White with #0A1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1676; }
p { color: rgb(10,22,118); }
H1.HeaderClassName
{
color: #0A1676;
}
.AnyTagClassName
{
color: #0A1676;
}
</style>
background-color css
<style>
a { background-color: #0A1676; }
a { background-color: rgb(10,22,118); }
div.DivClassName
{
background-color: #0A1676;
}
.BgClassName
{
background-color: #0A1676;
}
</style>
border-color css
<style>
span { border-color: #0A1676; }
span { border-color: rgb(10,22,118); }
td.TdClassName
{
border-color: #0A1676;
}
.TagClassName
{
border-color: #0A1676;
}
</style>