Shades of Midnight Blue #0A1068
Tints of Midnight Blue #0A1068
RGB
CMYK
RGB Variations
Color information
#0A1068 (or 0x0A1068) is known color: Midnight Blue. HEX triplet: 0A, 10 and 68. RGB value is (10,16,104). Sum of RGB (Red+Green+Blue) = 10+16+104=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A1068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1068 is #F5EF97. Grayscale: #171717. Windows color (decimal): -16117656 or 6819850. OLE color: 6819850.
HSL color Cylindrical-coordinate representation of color #0A1068: hue angle of 236.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1068 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 16 | 104 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.59 |
| HSL | 236.17º | 0.82% | 0.22% | - |
| HSV(B) | 236.17º | 0.9% | 0.41% | - |
| XYZ | 2.81 | 1.43 | 13.23 | - |
| YUV | 24.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 104 | 0.90 | 0.85 | 0 | 0.59 | 236.17 | 0.82 | 0.22 |
| Hex | A | 10 | 68 | 5A | 55 | 0 | 3B | EC | 52 | 16 |
| Octal | 12 | 20 | 150 | 132 | 125 | 0 | 73 | 354 | 122 | 26 |
| Binary | 1010 | 10000 | 1101000 | 1011010 | 1010101 | 0 | 111011 | 11101100 | 1010010 | 10110 |
Color Harmonies of #0A1068
Complementary color
Monochromatic Colors of #0A1068
Black with #0A1068
Text Example
Text Example
White with #0A1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1068; }
p { color: rgb(10,16,104); }
H1.HeaderClassName
{
color: #0A1068;
}
.AnyTagClassName
{
color: #0A1068;
}
</style>
background-color css
<style>
a { background-color: #0A1068; }
a { background-color: rgb(10,16,104); }
div.DivClassName
{
background-color: #0A1068;
}
.BgClassName
{
background-color: #0A1068;
}
</style>
border-color css
<style>
span { border-color: #0A1068; }
span { border-color: rgb(10,16,104); }
td.TdClassName
{
border-color: #0A1068;
}
.TagClassName
{
border-color: #0A1068;
}
</style>