Shades of Midnight Blue #030654
Tints of Midnight Blue #030654
RGB
CMYK
RGB Variations
Color information
#030654 (or 0x030654) is known color: Midnight Blue. HEX triplet: 03, 06 and 54. RGB value is (3,6,84). Sum of RGB (Red+Green+Blue) = 3+6+84=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 84 (33.20% from 255 or 90.32% from 93); Max value from RGB is 84 - color contains mainly: blue. Hex color #030654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030654 is #FCF9AB. Grayscale: #0D0D0D. Windows color (decimal): -16578988 or 5506563. OLE color: 5506563.
HSL color Cylindrical-coordinate representation of color #030654: hue angle of 237.78º 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 #030654 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 6 | 84 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.67 |
| HSL | 237.78º | 0.93% | 0.17% | - |
| HSV(B) | 237.78º | 0.96% | 0.33% | - |
| XYZ | 1.7 | 0.79 | 8.45 | - |
| YUV | 14 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 84 | 0.96 | 0.93 | 0 | 0.67 | 237.78 | 0.93 | 0.17 |
| Hex | 3 | 6 | 54 | 60 | 5D | 0 | 43 | EE | 5D | 11 |
| Octal | 3 | 6 | 124 | 140 | 135 | 0 | 103 | 356 | 135 | 21 |
| Binary | 11 | 110 | 1010100 | 1100000 | 1011101 | 0 | 1000011 | 11101110 | 1011101 | 10001 |
Color Harmonies of #030654
Complementary color
Monochromatic Colors of #030654
Black with #030654
Text Example
Text Example
White with #030654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030654; }
p { color: rgb(3,6,84); }
H1.HeaderClassName
{
color: #030654;
}
.AnyTagClassName
{
color: #030654;
}
</style>
background-color css
<style>
a { background-color: #030654; }
a { background-color: rgb(3,6,84); }
div.DivClassName
{
background-color: #030654;
}
.BgClassName
{
background-color: #030654;
}
</style>
border-color css
<style>
span { border-color: #030654; }
span { border-color: rgb(3,6,84); }
td.TdClassName
{
border-color: #030654;
}
.TagClassName
{
border-color: #030654;
}
</style>