Shades of Midnight Blue #030451
Tints of Midnight Blue #030451
RGB
CMYK
RGB Variations
Color information
#030451 (or 0x030451) is known color: Midnight Blue. HEX triplet: 03, 04 and 51. RGB value is (3,4,81). Sum of RGB (Red+Green+Blue) = 3+4+81=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 81 (32.03% from 255 or 92.05% from 88); Max value from RGB is 81 - color contains mainly: blue. Hex color #030451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030451 is #FCFBAE. Grayscale: #0C0C0C. Windows color (decimal): -16579503 or 5309443. OLE color: 5309443.
HSL color Cylindrical-coordinate representation of color #030451: hue angle of 239.23º 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 #030451 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 4 | 81 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.68 |
| HSL | 239.23º | 0.93% | 0.16% | - |
| HSV(B) | 239.23º | 0.96% | 0.32% | - |
| XYZ | 1.57 | 0.7 | 7.84 | - |
| YUV | 12.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 81 | 0.96 | 0.95 | 0 | 0.68 | 239.23 | 0.93 | 0.16 |
| Hex | 3 | 4 | 51 | 60 | 5F | 0 | 44 | EF | 5D | 10 |
| Octal | 3 | 4 | 121 | 140 | 137 | 0 | 104 | 357 | 135 | 20 |
| Binary | 11 | 100 | 1010001 | 1100000 | 1011111 | 0 | 1000100 | 11101111 | 1011101 | 10000 |
Color Harmonies of #030451
Complementary color
Monochromatic Colors of #030451
Black with #030451
Text Example
Text Example
White with #030451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030451; }
p { color: rgb(3,4,81); }
H1.HeaderClassName
{
color: #030451;
}
.AnyTagClassName
{
color: #030451;
}
</style>
background-color css
<style>
a { background-color: #030451; }
a { background-color: rgb(3,4,81); }
div.DivClassName
{
background-color: #030451;
}
.BgClassName
{
background-color: #030451;
}
</style>
border-color css
<style>
span { border-color: #030451; }
span { border-color: rgb(3,4,81); }
td.TdClassName
{
border-color: #030451;
}
.TagClassName
{
border-color: #030451;
}
</style>