Shades of Midnight Blue #050F67
Tints of Midnight Blue #050F67
RGB
CMYK
RGB Variations
Color information
#050F67 (or 0x050F67) is known color: Midnight Blue. HEX triplet: 05, 0F and 67. RGB value is (5,15,103). Sum of RGB (Red+Green+Blue) = 5+15+103=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #050F67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F67 is #FAF098. Grayscale: #151515. Windows color (decimal): -16445593 or 6754053. OLE color: 6754053.
HSL color Cylindrical-coordinate representation of color #050F67: hue angle of 233.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050F67 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 15 | 103 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.60 |
| HSL | 233.88º | 0.91% | 0.21% | - |
| HSV(B) | 233.88º | 0.95% | 0.4% | - |
| XYZ | 2.68 | 1.35 | 12.95 | - |
| YUV | 22.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 103 | 0.95 | 0.85 | 0 | 0.60 | 233.88 | 0.91 | 0.21 |
| Hex | 5 | F | 67 | 5F | 55 | 0 | 3C | EA | 5B | 15 |
| Octal | 5 | 17 | 147 | 137 | 125 | 0 | 74 | 352 | 133 | 25 |
| Binary | 101 | 1111 | 1100111 | 1011111 | 1010101 | 0 | 111100 | 11101010 | 1011011 | 10101 |
Color Harmonies of #050F67
Complementary color
Monochromatic Colors of #050F67
Black with #050F67
Text Example
Text Example
White with #050F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F67; }
p { color: rgb(5,15,103); }
H1.HeaderClassName
{
color: #050F67;
}
.AnyTagClassName
{
color: #050F67;
}
</style>
background-color css
<style>
a { background-color: #050F67; }
a { background-color: rgb(5,15,103); }
div.DivClassName
{
background-color: #050F67;
}
.BgClassName
{
background-color: #050F67;
}
</style>
border-color css
<style>
span { border-color: #050F67; }
span { border-color: rgb(5,15,103); }
td.TdClassName
{
border-color: #050F67;
}
.TagClassName
{
border-color: #050F67;
}
</style>