Shades of Midnight Blue #030E67
Tints of Midnight Blue #030E67
RGB
CMYK
RGB Variations
Color information
#030E67 (or 0x030E67) is known color: Midnight Blue. HEX triplet: 03, 0E and 67. RGB value is (3,14,103). Sum of RGB (Red+Green+Blue) = 3+14+103=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #030E67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E67 is #FCF198. Grayscale: #141414. Windows color (decimal): -16576921 or 6753795. OLE color: 6753795.
HSL color Cylindrical-coordinate representation of color #030E67: hue angle of 233.4º 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 #030E67 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 14 | 103 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.60 |
| HSL | 233.4º | 0.94% | 0.21% | - |
| HSV(B) | 233.4º | 0.97% | 0.4% | - |
| XYZ | 2.64 | 1.31 | 12.95 | - |
| YUV | 20.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 103 | 0.97 | 0.86 | 0 | 0.60 | 233.4 | 0.94 | 0.21 |
| Hex | 3 | E | 67 | 61 | 56 | 0 | 3C | E9 | 5E | 15 |
| Octal | 3 | 16 | 147 | 141 | 126 | 0 | 74 | 351 | 136 | 25 |
| Binary | 11 | 1110 | 1100111 | 1100001 | 1010110 | 0 | 111100 | 11101001 | 1011110 | 10101 |
Color Harmonies of #030E67
Complementary color
Monochromatic Colors of #030E67
Black with #030E67
Text Example
Text Example
White with #030E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E67; }
p { color: rgb(3,14,103); }
H1.HeaderClassName
{
color: #030E67;
}
.AnyTagClassName
{
color: #030E67;
}
</style>
background-color css
<style>
a { background-color: #030E67; }
a { background-color: rgb(3,14,103); }
div.DivClassName
{
background-color: #030E67;
}
.BgClassName
{
background-color: #030E67;
}
</style>
border-color css
<style>
span { border-color: #030E67; }
span { border-color: rgb(3,14,103); }
td.TdClassName
{
border-color: #030E67;
}
.TagClassName
{
border-color: #030E67;
}
</style>