Shades of Midnight Blue #01075C
Tints of Midnight Blue #01075C
RGB
CMYK
RGB Variations
Color information
#01075C (or 0x01075C) is known color: Midnight Blue. HEX triplet: 01, 07 and 5C. RGB value is (1,7,92). Sum of RGB (Red+Green+Blue) = 1+7+92=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #01075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075C is #FEF8A3. Grayscale: #0E0E0E. Windows color (decimal): -16709796 or 6031105. OLE color: 6031105.
HSL color Cylindrical-coordinate representation of color #01075C: hue angle of 236.04º 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 #01075C is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 7 | 92 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.64 |
| HSL | 236.04º | 0.98% | 0.18% | - |
| HSV(B) | 236.04º | 0.99% | 0.36% | - |
| XYZ | 2.02 | 0.93 | 10.2 | - |
| YUV | 14.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 92 | 0.99 | 0.92 | 0 | 0.64 | 236.04 | 0.98 | 0.18 |
| Hex | 1 | 7 | 5C | 63 | 5C | 0 | 40 | EC | 62 | 12 |
| Octal | 1 | 7 | 134 | 143 | 134 | 0 | 100 | 354 | 142 | 22 |
| Binary | 1 | 111 | 1011100 | 1100011 | 1011100 | 0 | 1000000 | 11101100 | 1100010 | 10010 |
Color Harmonies of #01075C
Complementary color
Monochromatic Colors of #01075C
Black with #01075C
Text Example
Text Example
White with #01075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01075C; }
p { color: rgb(1,7,92); }
H1.HeaderClassName
{
color: #01075C;
}
.AnyTagClassName
{
color: #01075C;
}
</style>
background-color css
<style>
a { background-color: #01075C; }
a { background-color: rgb(1,7,92); }
div.DivClassName
{
background-color: #01075C;
}
.BgClassName
{
background-color: #01075C;
}
</style>
border-color css
<style>
span { border-color: #01075C; }
span { border-color: rgb(1,7,92); }
td.TdClassName
{
border-color: #01075C;
}
.TagClassName
{
border-color: #01075C;
}
</style>