Shades of Midnight Blue #01075B
Tints of Midnight Blue #01075B
RGB
CMYK
RGB Variations
Color information
#01075B (or 0x01075B) is known color: Midnight Blue. HEX triplet: 01, 07 and 5B. RGB value is (1,7,91). Sum of RGB (Red+Green+Blue) = 1+7+91=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #01075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075B is #FEF8A4. Grayscale: #0E0E0E. Windows color (decimal): -16709797 or 5965569. OLE color: 5965569.
HSL color Cylindrical-coordinate representation of color #01075B: hue angle of 236º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01075B is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 7 | 91 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.64 |
| HSL | 236º | 0.98% | 0.18% | - |
| HSV(B) | 236º | 0.99% | 0.36% | - |
| XYZ | 1.98 | 0.91 | 9.97 | - |
| YUV | 14.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 91 | 0.99 | 0.92 | 0 | 0.64 | 236 | 0.98 | 0.18 |
| Hex | 1 | 7 | 5B | 63 | 5C | 0 | 40 | EC | 62 | 12 |
| Octal | 1 | 7 | 133 | 143 | 134 | 0 | 100 | 354 | 142 | 22 |
| Binary | 1 | 111 | 1011011 | 1100011 | 1011100 | 0 | 1000000 | 11101100 | 1100010 | 10010 |
Color Harmonies of #01075B
Complementary color
Monochromatic Colors of #01075B
Black with #01075B
Text Example
Text Example
White with #01075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01075B; }
p { color: rgb(1,7,91); }
H1.HeaderClassName
{
color: #01075B;
}
.AnyTagClassName
{
color: #01075B;
}
</style>
background-color css
<style>
a { background-color: #01075B; }
a { background-color: rgb(1,7,91); }
div.DivClassName
{
background-color: #01075B;
}
.BgClassName
{
background-color: #01075B;
}
</style>
border-color css
<style>
span { border-color: #01075B; }
span { border-color: rgb(1,7,91); }
td.TdClassName
{
border-color: #01075B;
}
.TagClassName
{
border-color: #01075B;
}
</style>