Shades of Midnight Blue #030754
Tints of Midnight Blue #030754
RGB
CMYK
RGB Variations
Color information
#030754 (or 0x030754) is known color: Midnight Blue. HEX triplet: 03, 07 and 54. RGB value is (3,7,84). Sum of RGB (Red+Green+Blue) = 3+7+84=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 84 (33.20% from 255 or 89.36% from 94); Max value from RGB is 84 - color contains mainly: blue. Hex color #030754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030754 is #FCF8AB. Grayscale: #0E0E0E. Windows color (decimal): -16578732 or 5506819. OLE color: 5506819.
HSL color Cylindrical-coordinate representation of color #030754: hue angle of 237.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030754 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 7 | 84 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.67 |
| HSL | 237.04º | 0.93% | 0.17% | - |
| HSV(B) | 237.04º | 0.96% | 0.33% | - |
| XYZ | 1.71 | 0.81 | 8.45 | - |
| YUV | 14.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 84 | 0.96 | 0.92 | 0 | 0.67 | 237.04 | 0.93 | 0.17 |
| Hex | 3 | 7 | 54 | 60 | 5C | 0 | 43 | ED | 5D | 11 |
| Octal | 3 | 7 | 124 | 140 | 134 | 0 | 103 | 355 | 135 | 21 |
| Binary | 11 | 111 | 1010100 | 1100000 | 1011100 | 0 | 1000011 | 11101101 | 1011101 | 10001 |
Color Harmonies of #030754
Complementary color
Monochromatic Colors of #030754
Black with #030754
Text Example
Text Example
White with #030754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030754; }
p { color: rgb(3,7,84); }
H1.HeaderClassName
{
color: #030754;
}
.AnyTagClassName
{
color: #030754;
}
</style>
background-color css
<style>
a { background-color: #030754; }
a { background-color: rgb(3,7,84); }
div.DivClassName
{
background-color: #030754;
}
.BgClassName
{
background-color: #030754;
}
</style>
border-color css
<style>
span { border-color: #030754; }
span { border-color: rgb(3,7,84); }
td.TdClassName
{
border-color: #030754;
}
.TagClassName
{
border-color: #030754;
}
</style>