Shades of Midnight Blue #0A0668
Tints of Midnight Blue #0A0668
RGB
CMYK
RGB Variations
Color information
#0A0668 (or 0x0A0668) is known color: Midnight Blue. HEX triplet: 0A, 06 and 68. RGB value is (10,6,104). Sum of RGB (Red+Green+Blue) = 10+6+104=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 104 (41.02% from 255 or 86.67% from 120); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A0668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0668 is #F5F997. Grayscale: #111111. Windows color (decimal): -16120216 or 6817290. OLE color: 6817290.
HSL color Cylindrical-coordinate representation of color #0A0668: hue angle of 242.45º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0668 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 6 | 104 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.59 |
| HSL | 242.45º | 0.89% | 0.22% | - |
| HSV(B) | 242.45º | 0.94% | 0.41% | - |
| XYZ | 2.69 | 1.19 | 13.19 | - |
| YUV | 18.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 104 | 0.90 | 0.94 | 0 | 0.59 | 242.45 | 0.89 | 0.22 |
| Hex | A | 6 | 68 | 5A | 5E | 0 | 3B | F2 | 59 | 16 |
| Octal | 12 | 6 | 150 | 132 | 136 | 0 | 73 | 362 | 131 | 26 |
| Binary | 1010 | 110 | 1101000 | 1011010 | 1011110 | 0 | 111011 | 11110010 | 1011001 | 10110 |
Color Harmonies of #0A0668
Complementary color
Monochromatic Colors of #0A0668
Black with #0A0668
Text Example
Text Example
White with #0A0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0668; }
p { color: rgb(10,6,104); }
H1.HeaderClassName
{
color: #0A0668;
}
.AnyTagClassName
{
color: #0A0668;
}
</style>
background-color css
<style>
a { background-color: #0A0668; }
a { background-color: rgb(10,6,104); }
div.DivClassName
{
background-color: #0A0668;
}
.BgClassName
{
background-color: #0A0668;
}
</style>
border-color css
<style>
span { border-color: #0A0668; }
span { border-color: rgb(10,6,104); }
td.TdClassName
{
border-color: #0A0668;
}
.TagClassName
{
border-color: #0A0668;
}
</style>