Shades of Midnight Blue #030154
Tints of Midnight Blue #030154
RGB
CMYK
RGB Variations
Color information
#030154 (or 0x030154) is known color: Midnight Blue. HEX triplet: 03, 01 and 54. RGB value is (3,1,84). Sum of RGB (Red+Green+Blue) = 3+1+84=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 84 (33.20% from 255 or 95.45% from 88); Max value from RGB is 84 - color contains mainly: blue. Hex color #030154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030154 is #FCFEAB. Grayscale: #0A0A0A. Windows color (decimal): -16580268 or 5505283. OLE color: 5505283.
HSL color Cylindrical-coordinate representation of color #030154: hue angle of 241.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030154 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 1 | 84 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.67 |
| HSL | 241.45º | 0.98% | 0.17% | - |
| HSV(B) | 241.45º | 0.99% | 0.33% | - |
| XYZ | 1.65 | 0.68 | 8.43 | - |
| YUV | 11.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 84 | 0.96 | 0.99 | 0 | 0.67 | 241.45 | 0.98 | 0.17 |
| Hex | 3 | 1 | 54 | 60 | 63 | 0 | 43 | F1 | 62 | 11 |
| Octal | 3 | 1 | 124 | 140 | 143 | 0 | 103 | 361 | 142 | 21 |
| Binary | 11 | 1 | 1010100 | 1100000 | 1100011 | 0 | 1000011 | 11110001 | 1100010 | 10001 |
Color Harmonies of #030154
Complementary color
Monochromatic Colors of #030154
Black with #030154
Text Example
Text Example
White with #030154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030154; }
p { color: rgb(3,1,84); }
H1.HeaderClassName
{
color: #030154;
}
.AnyTagClassName
{
color: #030154;
}
</style>
background-color css
<style>
a { background-color: #030154; }
a { background-color: rgb(3,1,84); }
div.DivClassName
{
background-color: #030154;
}
.BgClassName
{
background-color: #030154;
}
</style>
border-color css
<style>
span { border-color: #030154; }
span { border-color: rgb(3,1,84); }
td.TdClassName
{
border-color: #030154;
}
.TagClassName
{
border-color: #030154;
}
</style>