Shades of Midnight Blue #050350
Tints of Midnight Blue #050350
RGB
CMYK
RGB Variations
Color information
#050350 (or 0x050350) is known color: Midnight Blue. HEX triplet: 05, 03 and 50. RGB value is (5,3,80). Sum of RGB (Red+Green+Blue) = 5+3+80=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #050350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050350 is #FAFCAF. Grayscale: #0C0C0C. Windows color (decimal): -16448688 or 5243653. OLE color: 5243653.
HSL color Cylindrical-coordinate representation of color #050350: hue angle of 241.56º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050350 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 3 | 80 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.69 |
| HSL | 241.56º | 0.93% | 0.16% | - |
| HSV(B) | 241.56º | 0.96% | 0.31% | - |
| XYZ | 1.54 | 0.68 | 7.64 | - |
| YUV | 12.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 80 | 0.94 | 0.96 | 0 | 0.69 | 241.56 | 0.93 | 0.16 |
| Hex | 5 | 3 | 50 | 5E | 60 | 0 | 45 | F2 | 5D | 10 |
| Octal | 5 | 3 | 120 | 136 | 140 | 0 | 105 | 362 | 135 | 20 |
| Binary | 101 | 11 | 1010000 | 1011110 | 1100000 | 0 | 1000101 | 11110010 | 1011101 | 10000 |
Color Harmonies of #050350
Complementary color
Monochromatic Colors of #050350
Black with #050350
Text Example
Text Example
White with #050350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050350; }
p { color: rgb(5,3,80); }
H1.HeaderClassName
{
color: #050350;
}
.AnyTagClassName
{
color: #050350;
}
</style>
background-color css
<style>
a { background-color: #050350; }
a { background-color: rgb(5,3,80); }
div.DivClassName
{
background-color: #050350;
}
.BgClassName
{
background-color: #050350;
}
</style>
border-color css
<style>
span { border-color: #050350; }
span { border-color: rgb(5,3,80); }
td.TdClassName
{
border-color: #050350;
}
.TagClassName
{
border-color: #050350;
}
</style>