Shades of Midnight Blue #0A075D
Tints of Midnight Blue #0A075D
RGB
CMYK
RGB Variations
Color information
#0A075D (or 0x0A075D) is known color: Midnight Blue. HEX triplet: 0A, 07 and 5D. RGB value is (10,7,93). Sum of RGB (Red+Green+Blue) = 10+7+93=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A075D is #F5F8A2. Grayscale: #111111. Windows color (decimal): -16119971 or 6096650. OLE color: 6096650.
HSL color Cylindrical-coordinate representation of color #0A075D: hue angle of 242.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A075D is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 7 | 93 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.64 |
| HSL | 242.09º | 0.86% | 0.2% | - |
| HSV(B) | 242.09º | 0.92% | 0.36% | - |
| XYZ | 2.18 | 1.01 | 10.44 | - |
| YUV | 17.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 93 | 0.89 | 0.92 | 0 | 0.64 | 242.09 | 0.86 | 0.2 |
| Hex | A | 7 | 5D | 59 | 5C | 0 | 40 | F2 | 56 | 14 |
| Octal | 12 | 7 | 135 | 131 | 134 | 0 | 100 | 362 | 126 | 24 |
| Binary | 1010 | 111 | 1011101 | 1011001 | 1011100 | 0 | 1000000 | 11110010 | 1010110 | 10100 |
Color Harmonies of #0A075D
Complementary color
Monochromatic Colors of #0A075D
Black with #0A075D
Text Example
Text Example
White with #0A075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A075D; }
p { color: rgb(10,7,93); }
H1.HeaderClassName
{
color: #0A075D;
}
.AnyTagClassName
{
color: #0A075D;
}
</style>
background-color css
<style>
a { background-color: #0A075D; }
a { background-color: rgb(10,7,93); }
div.DivClassName
{
background-color: #0A075D;
}
.BgClassName
{
background-color: #0A075D;
}
</style>
border-color css
<style>
span { border-color: #0A075D; }
span { border-color: rgb(10,7,93); }
td.TdClassName
{
border-color: #0A075D;
}
.TagClassName
{
border-color: #0A075D;
}
</style>