Shades of Midnight Blue #0A105D
Tints of Midnight Blue #0A105D
RGB
CMYK
RGB Variations
Color information
#0A105D (or 0x0A105D) is known color: Midnight Blue. HEX triplet: 0A, 10 and 5D. RGB value is (10,16,93). Sum of RGB (Red+Green+Blue) = 10+16+93=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A105D is #F5EFA2. Grayscale: #161616. Windows color (decimal): -16117667 or 6098954. OLE color: 6098954.
HSL color Cylindrical-coordinate representation of color #0A105D: hue angle of 235.66º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A105D is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 16 | 93 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.64 |
| HSL | 235.66º | 0.81% | 0.2% | - |
| HSV(B) | 235.66º | 0.89% | 0.36% | - |
| XYZ | 2.29 | 1.23 | 10.47 | - |
| YUV | 22.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 93 | 0.89 | 0.83 | 0 | 0.64 | 235.66 | 0.81 | 0.2 |
| Hex | A | 10 | 5D | 59 | 53 | 0 | 40 | EC | 51 | 14 |
| Octal | 12 | 20 | 135 | 131 | 123 | 0 | 100 | 354 | 121 | 24 |
| Binary | 1010 | 10000 | 1011101 | 1011001 | 1010011 | 0 | 1000000 | 11101100 | 1010001 | 10100 |
Color Harmonies of #0A105D
Complementary color
Monochromatic Colors of #0A105D
Black with #0A105D
Text Example
Text Example
White with #0A105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A105D; }
p { color: rgb(10,16,93); }
H1.HeaderClassName
{
color: #0A105D;
}
.AnyTagClassName
{
color: #0A105D;
}
</style>
background-color css
<style>
a { background-color: #0A105D; }
a { background-color: rgb(10,16,93); }
div.DivClassName
{
background-color: #0A105D;
}
.BgClassName
{
background-color: #0A105D;
}
</style>
border-color css
<style>
span { border-color: #0A105D; }
span { border-color: rgb(10,16,93); }
td.TdClassName
{
border-color: #0A105D;
}
.TagClassName
{
border-color: #0A105D;
}
</style>