Shades of Midnight Blue #050355
Tints of Midnight Blue #050355
RGB
CMYK
RGB Variations
Color information
#050355 (or 0x050355) is known color: Midnight Blue. HEX triplet: 05, 03 and 55. RGB value is (5,3,85). Sum of RGB (Red+Green+Blue) = 5+3+85=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 85 (33.59% from 255 or 91.40% from 93); Max value from RGB is 85 - color contains mainly: blue. Hex color #050355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050355 is #FAFCAA. Grayscale: #0C0C0C. Windows color (decimal): -16448683 or 5571333. OLE color: 5571333.
HSL color Cylindrical-coordinate representation of color #050355: hue angle of 241.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050355 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 3 | 85 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.67 |
| HSL | 241.46º | 0.93% | 0.17% | - |
| HSV(B) | 241.46º | 0.96% | 0.33% | - |
| XYZ | 1.73 | 0.75 | 8.65 | - |
| YUV | 12.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 85 | 0.94 | 0.96 | 0 | 0.67 | 241.46 | 0.93 | 0.17 |
| Hex | 5 | 3 | 55 | 5E | 60 | 0 | 43 | F1 | 5D | 11 |
| Octal | 5 | 3 | 125 | 136 | 140 | 0 | 103 | 361 | 135 | 21 |
| Binary | 101 | 11 | 1010101 | 1011110 | 1100000 | 0 | 1000011 | 11110001 | 1011101 | 10001 |
Color Harmonies of #050355
Complementary color
Monochromatic Colors of #050355
Black with #050355
Text Example
Text Example
White with #050355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050355; }
p { color: rgb(5,3,85); }
H1.HeaderClassName
{
color: #050355;
}
.AnyTagClassName
{
color: #050355;
}
</style>
background-color css
<style>
a { background-color: #050355; }
a { background-color: rgb(5,3,85); }
div.DivClassName
{
background-color: #050355;
}
.BgClassName
{
background-color: #050355;
}
</style>
border-color css
<style>
span { border-color: #050355; }
span { border-color: rgb(5,3,85); }
td.TdClassName
{
border-color: #050355;
}
.TagClassName
{
border-color: #050355;
}
</style>