Shades of Midnight Blue #0A166D
Tints of Midnight Blue #0A166D
RGB
CMYK
RGB Variations
Color information
#0A166D (or 0x0A166D) is known color: Midnight Blue. HEX triplet: 0A, 16 and 6D. RGB value is (10,22,109). Sum of RGB (Red+Green+Blue) = 10+22+109=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A166D is #F5E992. Grayscale: #1B1B1B. Windows color (decimal): -16116115 or 7149066. OLE color: 7149066.
HSL color Cylindrical-coordinate representation of color #0A166D: hue angle of 232.73º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A166D is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 22 | 109 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.57 |
| HSL | 232.73º | 0.83% | 0.23% | - |
| HSV(B) | 232.73º | 0.91% | 0.43% | - |
| XYZ | 3.17 | 1.74 | 14.64 | - |
| YUV | 28.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 109 | 0.91 | 0.80 | 0 | 0.57 | 232.73 | 0.83 | 0.23 |
| Hex | A | 16 | 6D | 5B | 50 | 0 | 39 | E9 | 53 | 17 |
| Octal | 12 | 26 | 155 | 133 | 120 | 0 | 71 | 351 | 123 | 27 |
| Binary | 1010 | 10110 | 1101101 | 1011011 | 1010000 | 0 | 111001 | 11101001 | 1010011 | 10111 |
Color Harmonies of #0A166D
Complementary color
Monochromatic Colors of #0A166D
Black with #0A166D
Text Example
Text Example
White with #0A166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A166D; }
p { color: rgb(10,22,109); }
H1.HeaderClassName
{
color: #0A166D;
}
.AnyTagClassName
{
color: #0A166D;
}
</style>
background-color css
<style>
a { background-color: #0A166D; }
a { background-color: rgb(10,22,109); }
div.DivClassName
{
background-color: #0A166D;
}
.BgClassName
{
background-color: #0A166D;
}
</style>
border-color css
<style>
span { border-color: #0A166D; }
span { border-color: rgb(10,22,109); }
td.TdClassName
{
border-color: #0A166D;
}
.TagClassName
{
border-color: #0A166D;
}
</style>