Shades of Midnight Blue #0A1275
Tints of Midnight Blue #0A1275
RGB
CMYK
RGB Variations
Color information
#0A1275 (or 0x0A1275) is known color: Midnight Blue. HEX triplet: 0A, 12 and 75. RGB value is (10,18,117). Sum of RGB (Red+Green+Blue) = 10+18+117=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1275 is #F5ED8A. Grayscale: #1A1A1A. Windows color (decimal): -16117131 or 7672330. OLE color: 7672330.
HSL color Cylindrical-coordinate representation of color #0A1275: hue angle of 235.51º 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 #0A1275 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 18 | 117 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.54 |
| HSL | 235.51º | 0.84% | 0.25% | - |
| HSV(B) | 235.51º | 0.91% | 0.46% | - |
| XYZ | 3.55 | 1.78 | 16.99 | - |
| YUV | 26.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 117 | 0.91 | 0.85 | 0 | 0.54 | 235.51 | 0.84 | 0.25 |
| Hex | A | 12 | 75 | 5B | 55 | 0 | 36 | EC | 54 | 19 |
| Octal | 12 | 22 | 165 | 133 | 125 | 0 | 66 | 354 | 124 | 31 |
| Binary | 1010 | 10010 | 1110101 | 1011011 | 1010101 | 0 | 110110 | 11101100 | 1010100 | 11001 |
Color Harmonies of #0A1275
Complementary color
Monochromatic Colors of #0A1275
Black with #0A1275
Text Example
Text Example
White with #0A1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1275; }
p { color: rgb(10,18,117); }
H1.HeaderClassName
{
color: #0A1275;
}
.AnyTagClassName
{
color: #0A1275;
}
</style>
background-color css
<style>
a { background-color: #0A1275; }
a { background-color: rgb(10,18,117); }
div.DivClassName
{
background-color: #0A1275;
}
.BgClassName
{
background-color: #0A1275;
}
</style>
border-color css
<style>
span { border-color: #0A1275; }
span { border-color: rgb(10,18,117); }
td.TdClassName
{
border-color: #0A1275;
}
.TagClassName
{
border-color: #0A1275;
}
</style>