Shades of Midnight Blue #050F68
Tints of Midnight Blue #050F68
RGB
CMYK
RGB Variations
Color information
#050F68 (or 0x050F68) is known color: Midnight Blue. HEX triplet: 05, 0F and 68. RGB value is (5,15,104). Sum of RGB (Red+Green+Blue) = 5+15+104=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #050F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F68 is #FAF097. Grayscale: #151515. Windows color (decimal): -16445592 or 6819589. OLE color: 6819589.
HSL color Cylindrical-coordinate representation of color #050F68: hue angle of 233.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050F68 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 15 | 104 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.59 |
| HSL | 233.94º | 0.91% | 0.21% | - |
| HSV(B) | 233.94º | 0.95% | 0.41% | - |
| XYZ | 2.73 | 1.37 | 13.22 | - |
| YUV | 22.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 104 | 0.95 | 0.86 | 0 | 0.59 | 233.94 | 0.91 | 0.21 |
| Hex | 5 | F | 68 | 5F | 56 | 0 | 3B | EA | 5B | 15 |
| Octal | 5 | 17 | 150 | 137 | 126 | 0 | 73 | 352 | 133 | 25 |
| Binary | 101 | 1111 | 1101000 | 1011111 | 1010110 | 0 | 111011 | 11101010 | 1011011 | 10101 |
Color Harmonies of #050F68
Complementary color
Monochromatic Colors of #050F68
Black with #050F68
Text Example
Text Example
White with #050F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F68; }
p { color: rgb(5,15,104); }
H1.HeaderClassName
{
color: #050F68;
}
.AnyTagClassName
{
color: #050F68;
}
</style>
background-color css
<style>
a { background-color: #050F68; }
a { background-color: rgb(5,15,104); }
div.DivClassName
{
background-color: #050F68;
}
.BgClassName
{
background-color: #050F68;
}
</style>
border-color css
<style>
span { border-color: #050F68; }
span { border-color: rgb(5,15,104); }
td.TdClassName
{
border-color: #050F68;
}
.TagClassName
{
border-color: #050F68;
}
</style>