Shades of Midnight Blue #0A167C
Tints of Midnight Blue #0A167C
RGB
CMYK
RGB Variations
Color information
#0A167C (or 0x0A167C) is known color: Midnight Blue. HEX triplet: 0A, 16 and 7C. RGB value is (10,22,124). Sum of RGB (Red+Green+Blue) = 10+22+124=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A167C is #F5E983. Grayscale: #1D1D1D. Windows color (decimal): -16116100 or 8132106. OLE color: 8132106.
HSL color Cylindrical-coordinate representation of color #0A167C: hue angle of 233.68º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A167C is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 22 | 124 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.51 |
| HSL | 233.68º | 0.85% | 0.26% | - |
| HSV(B) | 233.68º | 0.92% | 0.49% | - |
| XYZ | 4.05 | 2.09 | 19.26 | - |
| YUV | 30.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 124 | 0.92 | 0.82 | 0 | 0.51 | 233.68 | 0.85 | 0.26 |
| Hex | A | 16 | 7C | 5C | 52 | 0 | 33 | EA | 55 | 1A |
| Octal | 12 | 26 | 174 | 134 | 122 | 0 | 63 | 352 | 125 | 32 |
| Binary | 1010 | 10110 | 1111100 | 1011100 | 1010010 | 0 | 110011 | 11101010 | 1010101 | 11010 |
Color Harmonies of #0A167C
Complementary color
Monochromatic Colors of #0A167C
Black with #0A167C
Text Example
Text Example
White with #0A167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A167C; }
p { color: rgb(10,22,124); }
H1.HeaderClassName
{
color: #0A167C;
}
.AnyTagClassName
{
color: #0A167C;
}
</style>
background-color css
<style>
a { background-color: #0A167C; }
a { background-color: rgb(10,22,124); }
div.DivClassName
{
background-color: #0A167C;
}
.BgClassName
{
background-color: #0A167C;
}
</style>
border-color css
<style>
span { border-color: #0A167C; }
span { border-color: rgb(10,22,124); }
td.TdClassName
{
border-color: #0A167C;
}
.TagClassName
{
border-color: #0A167C;
}
</style>