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