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