Shades of Midnight Blue #05085B
Tints of Midnight Blue #05085B
RGB
CMYK
RGB Variations
Color information
#05085B (or 0x05085B) is known color: Midnight Blue. HEX triplet: 05, 08 and 5B. RGB value is (5,8,91). Sum of RGB (Red+Green+Blue) = 5+8+91=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #05085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05085B is #FAF7A4. Grayscale: #101010. Windows color (decimal): -16447397 or 5965829. OLE color: 5965829.
HSL color Cylindrical-coordinate representation of color #05085B: hue angle of 237.91º 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 #05085B is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 8 | 91 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.64 |
| HSL | 237.91º | 0.9% | 0.19% | - |
| HSV(B) | 237.91º | 0.95% | 0.36% | - |
| XYZ | 2.04 | 0.96 | 9.98 | - |
| YUV | 16.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 91 | 0.95 | 0.91 | 0 | 0.64 | 237.91 | 0.9 | 0.19 |
| Hex | 5 | 8 | 5B | 5F | 5B | 0 | 40 | EE | 5A | 13 |
| Octal | 5 | 10 | 133 | 137 | 133 | 0 | 100 | 356 | 132 | 23 |
| Binary | 101 | 1000 | 1011011 | 1011111 | 1011011 | 0 | 1000000 | 11101110 | 1011010 | 10011 |
Color Harmonies of #05085B
Complementary color
Monochromatic Colors of #05085B
Black with #05085B
Text Example
Text Example
White with #05085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05085B; }
p { color: rgb(5,8,91); }
H1.HeaderClassName
{
color: #05085B;
}
.AnyTagClassName
{
color: #05085B;
}
</style>
background-color css
<style>
a { background-color: #05085B; }
a { background-color: rgb(5,8,91); }
div.DivClassName
{
background-color: #05085B;
}
.BgClassName
{
background-color: #05085B;
}
</style>
border-color css
<style>
span { border-color: #05085B; }
span { border-color: rgb(5,8,91); }
td.TdClassName
{
border-color: #05085B;
}
.TagClassName
{
border-color: #05085B;
}
</style>