Shades of Midnight Blue #030E68
Tints of Midnight Blue #030E68
RGB
CMYK
RGB Variations
Color information
#030E68 (or 0x030E68) is known color: Midnight Blue. HEX triplet: 03, 0E and 68. RGB value is (3,14,104). Sum of RGB (Red+Green+Blue) = 3+14+104=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #030E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E68 is #FCF197. Grayscale: #141414. Windows color (decimal): -16576920 or 6819331. OLE color: 6819331.
HSL color Cylindrical-coordinate representation of color #030E68: hue angle of 233.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E68 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 14 | 104 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.59 |
| HSL | 233.47º | 0.94% | 0.21% | - |
| HSV(B) | 233.47º | 0.97% | 0.41% | - |
| XYZ | 2.69 | 1.33 | 13.21 | - |
| YUV | 20.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 104 | 0.97 | 0.87 | 0 | 0.59 | 233.47 | 0.94 | 0.21 |
| Hex | 3 | E | 68 | 61 | 57 | 0 | 3B | E9 | 5E | 15 |
| Octal | 3 | 16 | 150 | 141 | 127 | 0 | 73 | 351 | 136 | 25 |
| Binary | 11 | 1110 | 1101000 | 1100001 | 1010111 | 0 | 111011 | 11101001 | 1011110 | 10101 |
Color Harmonies of #030E68
Complementary color
Monochromatic Colors of #030E68
Black with #030E68
Text Example
Text Example
White with #030E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E68; }
p { color: rgb(3,14,104); }
H1.HeaderClassName
{
color: #030E68;
}
.AnyTagClassName
{
color: #030E68;
}
</style>
background-color css
<style>
a { background-color: #030E68; }
a { background-color: rgb(3,14,104); }
div.DivClassName
{
background-color: #030E68;
}
.BgClassName
{
background-color: #030E68;
}
</style>
border-color css
<style>
span { border-color: #030E68; }
span { border-color: rgb(3,14,104); }
td.TdClassName
{
border-color: #030E68;
}
.TagClassName
{
border-color: #030E68;
}
</style>