Shades of Midnight Blue #05085D
Tints of Midnight Blue #05085D
RGB
CMYK
RGB Variations
Color information
#05085D (or 0x05085D) is known color: Midnight Blue. HEX triplet: 05, 08 and 5D. RGB value is (5,8,93). Sum of RGB (Red+Green+Blue) = 5+8+93=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #05085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05085D is #FAF7A2. Grayscale: #101010. Windows color (decimal): -16447395 or 6096901. OLE color: 6096901.
HSL color Cylindrical-coordinate representation of color #05085D: hue angle of 237.95º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05085D is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 8 | 93 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.64 |
| HSL | 237.95º | 0.9% | 0.19% | - |
| HSV(B) | 237.95º | 0.95% | 0.36% | - |
| XYZ | 2.13 | 1 | 10.44 | - |
| YUV | 16.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 93 | 0.95 | 0.91 | 0 | 0.64 | 237.95 | 0.9 | 0.19 |
| Hex | 5 | 8 | 5D | 5F | 5B | 0 | 40 | EE | 5A | 13 |
| Octal | 5 | 10 | 135 | 137 | 133 | 0 | 100 | 356 | 132 | 23 |
| Binary | 101 | 1000 | 1011101 | 1011111 | 1011011 | 0 | 1000000 | 11101110 | 1011010 | 10011 |
Color Harmonies of #05085D
Complementary color
Monochromatic Colors of #05085D
Black with #05085D
Text Example
Text Example
White with #05085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05085D; }
p { color: rgb(5,8,93); }
H1.HeaderClassName
{
color: #05085D;
}
.AnyTagClassName
{
color: #05085D;
}
</style>
background-color css
<style>
a { background-color: #05085D; }
a { background-color: rgb(5,8,93); }
div.DivClassName
{
background-color: #05085D;
}
.BgClassName
{
background-color: #05085D;
}
</style>
border-color css
<style>
span { border-color: #05085D; }
span { border-color: rgb(5,8,93); }
td.TdClassName
{
border-color: #05085D;
}
.TagClassName
{
border-color: #05085D;
}
</style>