Shades of New Midnight Blue #030EAC
Tints of New Midnight Blue #030EAC
RGB
CMYK
RGB Variations
Color information
#030EAC (or 0x030EAC) is known color: New Midnight Blue. HEX triplet: 03, 0E and AC. RGB value is (3,14,172). Sum of RGB (Red+Green+Blue) = 3+14+172=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #030EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030EAC is #FCF153. Grayscale: #1C1C1C. Windows color (decimal): -16576852 or 11275779. OLE color: 11275779.
HSL color Cylindrical-coordinate representation of color #030EAC: hue angle of 236.09º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EAC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 14 | 172 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.33 |
| HSL | 236.09º | 0.97% | 0.34% | - |
| HSV(B) | 236.09º | 0.98% | 0.67% | - |
| XYZ | 7.64 | 3.31 | 39.27 | - |
| YUV | 28.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 172 | 0.98 | 0.92 | 0 | 0.33 | 236.09 | 0.97 | 0.34 |
| Hex | 3 | E | AC | 62 | 5C | 0 | 21 | EC | 61 | 22 |
| Octal | 3 | 16 | 254 | 142 | 134 | 0 | 41 | 354 | 141 | 42 |
| Binary | 11 | 1110 | 10101100 | 1100010 | 1011100 | 0 | 100001 | 11101100 | 1100001 | 100010 |
Color Harmonies of #030EAC
Complementary color
Monochromatic Colors of #030EAC
Black with #030EAC
Text Example
Text Example
White with #030EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EAC; }
p { color: rgb(3,14,172); }
H1.HeaderClassName
{
color: #030EAC;
}
.AnyTagClassName
{
color: #030EAC;
}
</style>
background-color css
<style>
a { background-color: #030EAC; }
a { background-color: rgb(3,14,172); }
div.DivClassName
{
background-color: #030EAC;
}
.BgClassName
{
background-color: #030EAC;
}
</style>
border-color css
<style>
span { border-color: #030EAC; }
span { border-color: rgb(3,14,172); }
td.TdClassName
{
border-color: #030EAC;
}
.TagClassName
{
border-color: #030EAC;
}
</style>