Shades of Midnight Blue #030E66
Tints of Midnight Blue #030E66
RGB
CMYK
RGB Variations
Color information
#030E66 (or 0x030E66) is known color: Midnight Blue. HEX triplet: 03, 0E and 66. RGB value is (3,14,102). Sum of RGB (Red+Green+Blue) = 3+14+102=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 102 (40.23% from 255 or 85.71% from 119); Max value from RGB is 102 - color contains mainly: blue. Hex color #030E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E66 is #FCF199. Grayscale: #141414. Windows color (decimal): -16576922 or 6688259. OLE color: 6688259.
HSL color Cylindrical-coordinate representation of color #030E66: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E66 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 14 | 102 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.6 |
| HSL | 233.33º | 0.94% | 0.21% | - |
| HSV(B) | 233.33º | 0.97% | 0.4% | - |
| XYZ | 2.59 | 1.29 | 12.68 | - |
| YUV | 20.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 102 | 0.97 | 0.86 | 0 | 0.6 | 233.33 | 0.94 | 0.21 |
| Hex | 3 | E | 66 | 61 | 56 | 0 | 3C | E9 | 5E | 15 |
| Octal | 3 | 16 | 146 | 141 | 126 | 0 | 74 | 351 | 136 | 25 |
| Binary | 11 | 1110 | 1100110 | 1100001 | 1010110 | 0 | 111100 | 11101001 | 1011110 | 10101 |
Color Harmonies of #030E66
Complementary color
Monochromatic Colors of #030E66
Black with #030E66
Text Example
Text Example
White with #030E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E66; }
p { color: rgb(3,14,102); }
H1.HeaderClassName
{
color: #030E66;
}
.AnyTagClassName
{
color: #030E66;
}
</style>
background-color css
<style>
a { background-color: #030E66; }
a { background-color: rgb(3,14,102); }
div.DivClassName
{
background-color: #030E66;
}
.BgClassName
{
background-color: #030E66;
}
</style>
border-color css
<style>
span { border-color: #030E66; }
span { border-color: rgb(3,14,102); }
td.TdClassName
{
border-color: #030E66;
}
.TagClassName
{
border-color: #030E66;
}
</style>