Shades of Midnight Blue #0A2083
Tints of Midnight Blue #0A2083
RGB
CMYK
RGB Variations
Color information
#0A2083 (or 0x0A2083) is known color: Midnight Blue. HEX triplet: 0A, 20 and 83. RGB value is (10,32,131). Sum of RGB (Red+Green+Blue) = 10+32+131=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A2083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2083 is #F5DF7C. Grayscale: #242424. Windows color (decimal): -16113533 or 8593418. OLE color: 8593418.
HSL color Cylindrical-coordinate representation of color #0A2083: hue angle of 229.09º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2083 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 32 | 131 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.49 |
| HSL | 229.09º | 0.86% | 0.28% | - |
| HSV(B) | 229.09º | 0.92% | 0.51% | - |
| XYZ | 4.74 | 2.74 | 21.75 | - |
| YUV | 36.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 131 | 0.92 | 0.76 | 0 | 0.49 | 229.09 | 0.86 | 0.28 |
| Hex | A | 20 | 83 | 5C | 4C | 0 | 31 | E5 | 56 | 1C |
| Octal | 12 | 40 | 203 | 134 | 114 | 0 | 61 | 345 | 126 | 34 |
| Binary | 1010 | 100000 | 10000011 | 1011100 | 1001100 | 0 | 110001 | 11100101 | 1010110 | 11100 |
Color Harmonies of #0A2083
Complementary color
Monochromatic Colors of #0A2083
Black with #0A2083
Text Example
Text Example
White with #0A2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2083; }
p { color: rgb(10,32,131); }
H1.HeaderClassName
{
color: #0A2083;
}
.AnyTagClassName
{
color: #0A2083;
}
</style>
background-color css
<style>
a { background-color: #0A2083; }
a { background-color: rgb(10,32,131); }
div.DivClassName
{
background-color: #0A2083;
}
.BgClassName
{
background-color: #0A2083;
}
</style>
border-color css
<style>
span { border-color: #0A2083; }
span { border-color: rgb(10,32,131); }
td.TdClassName
{
border-color: #0A2083;
}
.TagClassName
{
border-color: #0A2083;
}
</style>