Shades of Midnight Blue #030150
Tints of Midnight Blue #030150
RGB
CMYK
RGB Variations
Color information
#030150 (or 0x030150) is known color: Midnight Blue. HEX triplet: 03, 01 and 50. RGB value is (3,1,80). Sum of RGB (Red+Green+Blue) = 3+1+80=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 80 (31.64% from 255 or 95.24% from 84); Max value from RGB is 80 - color contains mainly: blue. Hex color #030150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030150 is #FCFEAF. Grayscale: #0A0A0A. Windows color (decimal): -16580272 or 5243139. OLE color: 5243139.
HSL color Cylindrical-coordinate representation of color #030150: hue angle of 241.52º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030150 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 1 | 80 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.69 |
| HSL | 241.52º | 0.98% | 0.16% | - |
| HSV(B) | 241.52º | 0.99% | 0.31% | - |
| XYZ | 1.5 | 0.62 | 7.63 | - |
| YUV | 10.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 80 | 0.96 | 0.99 | 0 | 0.69 | 241.52 | 0.98 | 0.16 |
| Hex | 3 | 1 | 50 | 60 | 63 | 0 | 45 | F2 | 62 | 10 |
| Octal | 3 | 1 | 120 | 140 | 143 | 0 | 105 | 362 | 142 | 20 |
| Binary | 11 | 1 | 1010000 | 1100000 | 1100011 | 0 | 1000101 | 11110010 | 1100010 | 10000 |
Color Harmonies of #030150
Complementary color
Monochromatic Colors of #030150
Black with #030150
Text Example
Text Example
White with #030150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030150; }
p { color: rgb(3,1,80); }
H1.HeaderClassName
{
color: #030150;
}
.AnyTagClassName
{
color: #030150;
}
</style>
background-color css
<style>
a { background-color: #030150; }
a { background-color: rgb(3,1,80); }
div.DivClassName
{
background-color: #030150;
}
.BgClassName
{
background-color: #030150;
}
</style>
border-color css
<style>
span { border-color: #030150; }
span { border-color: rgb(3,1,80); }
td.TdClassName
{
border-color: #030150;
}
.TagClassName
{
border-color: #030150;
}
</style>