Shades of Midnight Blue #01075A
Tints of Midnight Blue #01075A
RGB
CMYK
RGB Variations
Color information
#01075A (or 0x01075A) is known color: Midnight Blue. HEX triplet: 01, 07 and 5A. RGB value is (1,7,90). Sum of RGB (Red+Green+Blue) = 1+7+90=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #01075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075A is #FEF8A5. Grayscale: #0E0E0E. Windows color (decimal): -16709798 or 5900033. OLE color: 5900033.
HSL color Cylindrical-coordinate representation of color #01075A: hue angle of 235.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01075A is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 7 | 90 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.65 |
| HSL | 235.96º | 0.98% | 0.18% | - |
| HSV(B) | 235.96º | 0.99% | 0.35% | - |
| XYZ | 1.93 | 0.9 | 9.74 | - |
| YUV | 14.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 90 | 0.99 | 0.92 | 0 | 0.65 | 235.96 | 0.98 | 0.18 |
| Hex | 1 | 7 | 5A | 63 | 5C | 0 | 41 | EC | 62 | 12 |
| Octal | 1 | 7 | 132 | 143 | 134 | 0 | 101 | 354 | 142 | 22 |
| Binary | 1 | 111 | 1011010 | 1100011 | 1011100 | 0 | 1000001 | 11101100 | 1100010 | 10010 |
Color Harmonies of #01075A
Complementary color
Monochromatic Colors of #01075A
Black with #01075A
Text Example
Text Example
White with #01075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01075A; }
p { color: rgb(1,7,90); }
H1.HeaderClassName
{
color: #01075A;
}
.AnyTagClassName
{
color: #01075A;
}
</style>
background-color css
<style>
a { background-color: #01075A; }
a { background-color: rgb(1,7,90); }
div.DivClassName
{
background-color: #01075A;
}
.BgClassName
{
background-color: #01075A;
}
</style>
border-color css
<style>
span { border-color: #01075A; }
span { border-color: rgb(1,7,90); }
td.TdClassName
{
border-color: #01075A;
}
.TagClassName
{
border-color: #01075A;
}
</style>