Shades of Midnight Blue #030E6B
Tints of Midnight Blue #030E6B
RGB
CMYK
RGB Variations
Color information
#030E6B (or 0x030E6B) is known color: Midnight Blue. HEX triplet: 03, 0E and 6B. RGB value is (3,14,107). Sum of RGB (Red+Green+Blue) = 3+14+107=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #030E6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E6B is #FCF194. Grayscale: #141414. Windows color (decimal): -16576917 or 7015939. OLE color: 7015939.
HSL color Cylindrical-coordinate representation of color #030E6B: hue angle of 233.65º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E6B is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 14 | 107 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.58 |
| HSL | 233.65º | 0.95% | 0.22% | - |
| HSV(B) | 233.65º | 0.97% | 0.42% | - |
| XYZ | 2.85 | 1.39 | 14.03 | - |
| YUV | 21.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 107 | 0.97 | 0.87 | 0 | 0.58 | 233.65 | 0.95 | 0.22 |
| Hex | 3 | E | 6B | 61 | 57 | 0 | 3A | EA | 5F | 16 |
| Octal | 3 | 16 | 153 | 141 | 127 | 0 | 72 | 352 | 137 | 26 |
| Binary | 11 | 1110 | 1101011 | 1100001 | 1010111 | 0 | 111010 | 11101010 | 1011111 | 10110 |
Color Harmonies of #030E6B
Complementary color
Monochromatic Colors of #030E6B
Black with #030E6B
Text Example
Text Example
White with #030E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E6B; }
p { color: rgb(3,14,107); }
H1.HeaderClassName
{
color: #030E6B;
}
.AnyTagClassName
{
color: #030E6B;
}
</style>
background-color css
<style>
a { background-color: #030E6B; }
a { background-color: rgb(3,14,107); }
div.DivClassName
{
background-color: #030E6B;
}
.BgClassName
{
background-color: #030E6B;
}
</style>
border-color css
<style>
span { border-color: #030E6B; }
span { border-color: rgb(3,14,107); }
td.TdClassName
{
border-color: #030E6B;
}
.TagClassName
{
border-color: #030E6B;
}
</style>