Shades of Midnight Blue #030851
Tints of Midnight Blue #030851
RGB
CMYK
RGB Variations
Color information
#030851 (or 0x030851) is known color: Midnight Blue. HEX triplet: 03, 08 and 51. RGB value is (3,8,81). Sum of RGB (Red+Green+Blue) = 3+8+81=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #030851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030851 is #FCF7AE. Grayscale: #0E0E0E. Windows color (decimal): -16578479 or 5310467. OLE color: 5310467.
HSL color Cylindrical-coordinate representation of color #030851: hue angle of 236.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030851 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 8 | 81 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.68 |
| HSL | 236.15º | 0.93% | 0.16% | - |
| HSV(B) | 236.15º | 0.96% | 0.32% | - |
| XYZ | 1.61 | 0.79 | 7.85 | - |
| YUV | 14.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 81 | 0.96 | 0.90 | 0 | 0.68 | 236.15 | 0.93 | 0.16 |
| Hex | 3 | 8 | 51 | 60 | 5A | 0 | 44 | EC | 5D | 10 |
| Octal | 3 | 10 | 121 | 140 | 132 | 0 | 104 | 354 | 135 | 20 |
| Binary | 11 | 1000 | 1010001 | 1100000 | 1011010 | 0 | 1000100 | 11101100 | 1011101 | 10000 |
Color Harmonies of #030851
Complementary color
Monochromatic Colors of #030851
Black with #030851
Text Example
Text Example
White with #030851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030851; }
p { color: rgb(3,8,81); }
H1.HeaderClassName
{
color: #030851;
}
.AnyTagClassName
{
color: #030851;
}
</style>
background-color css
<style>
a { background-color: #030851; }
a { background-color: rgb(3,8,81); }
div.DivClassName
{
background-color: #030851;
}
.BgClassName
{
background-color: #030851;
}
</style>
border-color css
<style>
span { border-color: #030851; }
span { border-color: rgb(3,8,81); }
td.TdClassName
{
border-color: #030851;
}
.TagClassName
{
border-color: #030851;
}
</style>