Shades of Midnight Blue #0A1475
Tints of Midnight Blue #0A1475
RGB
CMYK
RGB Variations
Color information
#0A1475 (or 0x0A1475) is known color: Midnight Blue. HEX triplet: 0A, 14 and 75. RGB value is (10,20,117). Sum of RGB (Red+Green+Blue) = 10+20+117=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1475 is #F5EB8A. Grayscale: #1B1B1B. Windows color (decimal): -16116619 or 7672842. OLE color: 7672842.
HSL color Cylindrical-coordinate representation of color #0A1475: hue angle of 234.39º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1475 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 20 | 117 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.54 |
| HSL | 234.39º | 0.84% | 0.25% | - |
| HSV(B) | 234.39º | 0.91% | 0.46% | - |
| XYZ | 3.59 | 1.85 | 17 | - |
| YUV | 28.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 117 | 0.91 | 0.83 | 0 | 0.54 | 234.39 | 0.84 | 0.25 |
| Hex | A | 14 | 75 | 5B | 53 | 0 | 36 | EA | 54 | 19 |
| Octal | 12 | 24 | 165 | 133 | 123 | 0 | 66 | 352 | 124 | 31 |
| Binary | 1010 | 10100 | 1110101 | 1011011 | 1010011 | 0 | 110110 | 11101010 | 1010100 | 11001 |
Color Harmonies of #0A1475
Complementary color
Monochromatic Colors of #0A1475
Black with #0A1475
Text Example
Text Example
White with #0A1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1475; }
p { color: rgb(10,20,117); }
H1.HeaderClassName
{
color: #0A1475;
}
.AnyTagClassName
{
color: #0A1475;
}
</style>
background-color css
<style>
a { background-color: #0A1475; }
a { background-color: rgb(10,20,117); }
div.DivClassName
{
background-color: #0A1475;
}
.BgClassName
{
background-color: #0A1475;
}
</style>
border-color css
<style>
span { border-color: #0A1475; }
span { border-color: rgb(10,20,117); }
td.TdClassName
{
border-color: #0A1475;
}
.TagClassName
{
border-color: #0A1475;
}
</style>