Shades of Midnight Blue #07045C
Tints of Midnight Blue #07045C
RGB
CMYK
RGB Variations
Color information
#07045C (or 0x07045C) is known color: Midnight Blue. HEX triplet: 07, 04 and 5C. RGB value is (7,4,92). Sum of RGB (Red+Green+Blue) = 7+4+92=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #07045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07045C is #F8FBA3. Grayscale: #0E0E0E. Windows color (decimal): -16317348 or 6030343. OLE color: 6030343.
HSL color Cylindrical-coordinate representation of color #07045C: hue angle of 242.05º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07045C is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 4 | 92 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.64 |
| HSL | 242.05º | 0.92% | 0.19% | - |
| HSV(B) | 242.05º | 0.96% | 0.36% | - |
| XYZ | 2.06 | 0.9 | 10.19 | - |
| YUV | 14.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 92 | 0.92 | 0.96 | 0 | 0.64 | 242.05 | 0.92 | 0.19 |
| Hex | 7 | 4 | 5C | 5C | 60 | 0 | 40 | F2 | 5C | 13 |
| Octal | 7 | 4 | 134 | 134 | 140 | 0 | 100 | 362 | 134 | 23 |
| Binary | 111 | 100 | 1011100 | 1011100 | 1100000 | 0 | 1000000 | 11110010 | 1011100 | 10011 |
Color Harmonies of #07045C
Complementary color
Monochromatic Colors of #07045C
Black with #07045C
Text Example
Text Example
White with #07045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07045C; }
p { color: rgb(7,4,92); }
H1.HeaderClassName
{
color: #07045C;
}
.AnyTagClassName
{
color: #07045C;
}
</style>
background-color css
<style>
a { background-color: #07045C; }
a { background-color: rgb(7,4,92); }
div.DivClassName
{
background-color: #07045C;
}
.BgClassName
{
background-color: #07045C;
}
</style>
border-color css
<style>
span { border-color: #07045C; }
span { border-color: rgb(7,4,92); }
td.TdClassName
{
border-color: #07045C;
}
.TagClassName
{
border-color: #07045C;
}
</style>