Shades of Midnight Blue #05045D
Tints of Midnight Blue #05045D
RGB
CMYK
RGB Variations
Color information
#05045D (or 0x05045D) is known color: Midnight Blue. HEX triplet: 05, 04 and 5D. RGB value is (5,4,93). Sum of RGB (Red+Green+Blue) = 5+4+93=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #05045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05045D is #FAFBA2. Grayscale: #0E0E0E. Windows color (decimal): -16448419 or 6095877. OLE color: 6095877.
HSL color Cylindrical-coordinate representation of color #05045D: hue angle of 240.67º 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 #05045D is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 4 | 93 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.64 |
| HSL | 240.67º | 0.92% | 0.19% | - |
| HSV(B) | 240.67º | 0.96% | 0.36% | - |
| XYZ | 2.08 | 0.91 | 10.42 | - |
| YUV | 14.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 93 | 0.95 | 0.96 | 0 | 0.64 | 240.67 | 0.92 | 0.19 |
| Hex | 5 | 4 | 5D | 5F | 60 | 0 | 40 | F1 | 5C | 13 |
| Octal | 5 | 4 | 135 | 137 | 140 | 0 | 100 | 361 | 134 | 23 |
| Binary | 101 | 100 | 1011101 | 1011111 | 1100000 | 0 | 1000000 | 11110001 | 1011100 | 10011 |
Color Harmonies of #05045D
Complementary color
Monochromatic Colors of #05045D
Black with #05045D
Text Example
Text Example
White with #05045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05045D; }
p { color: rgb(5,4,93); }
H1.HeaderClassName
{
color: #05045D;
}
.AnyTagClassName
{
color: #05045D;
}
</style>
background-color css
<style>
a { background-color: #05045D; }
a { background-color: rgb(5,4,93); }
div.DivClassName
{
background-color: #05045D;
}
.BgClassName
{
background-color: #05045D;
}
</style>
border-color css
<style>
span { border-color: #05045D; }
span { border-color: rgb(5,4,93); }
td.TdClassName
{
border-color: #05045D;
}
.TagClassName
{
border-color: #05045D;
}
</style>