Shades of Midnight Blue #030250
Tints of Midnight Blue #030250
RGB
CMYK
RGB Variations
Color information
#030250 (or 0x030250) is known color: Midnight Blue. HEX triplet: 03, 02 and 50. RGB value is (3,2,80). Sum of RGB (Red+Green+Blue) = 3+2+80=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 80 (31.64% from 255 or 94.12% from 85); Max value from RGB is 80 - color contains mainly: blue. Hex color #030250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030250 is #FCFDAF. Grayscale: #0A0A0A. Windows color (decimal): -16580016 or 5243395. OLE color: 5243395.
HSL color Cylindrical-coordinate representation of color #030250: hue angle of 240.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030250 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 2 | 80 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.69 |
| HSL | 240.77º | 0.95% | 0.16% | - |
| HSV(B) | 240.77º | 0.98% | 0.31% | - |
| XYZ | 1.51 | 0.64 | 7.63 | - |
| YUV | 11.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 80 | 0.96 | 0.98 | 0 | 0.69 | 240.77 | 0.95 | 0.16 |
| Hex | 3 | 2 | 50 | 60 | 62 | 0 | 45 | F1 | 5F | 10 |
| Octal | 3 | 2 | 120 | 140 | 142 | 0 | 105 | 361 | 137 | 20 |
| Binary | 11 | 10 | 1010000 | 1100000 | 1100010 | 0 | 1000101 | 11110001 | 1011111 | 10000 |
Color Harmonies of #030250
Complementary color
Monochromatic Colors of #030250
Black with #030250
Text Example
Text Example
White with #030250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030250; }
p { color: rgb(3,2,80); }
H1.HeaderClassName
{
color: #030250;
}
.AnyTagClassName
{
color: #030250;
}
</style>
background-color css
<style>
a { background-color: #030250; }
a { background-color: rgb(3,2,80); }
div.DivClassName
{
background-color: #030250;
}
.BgClassName
{
background-color: #030250;
}
</style>
border-color css
<style>
span { border-color: #030250; }
span { border-color: rgb(3,2,80); }
td.TdClassName
{
border-color: #030250;
}
.TagClassName
{
border-color: #030250;
}
</style>