Shades of New Midnight Blue #030EA7
Tints of New Midnight Blue #030EA7
RGB
CMYK
RGB Variations
Color information
#030EA7 (or 0x030EA7) is known color: New Midnight Blue. HEX triplet: 03, 0E and A7. RGB value is (3,14,167). Sum of RGB (Red+Green+Blue) = 3+14+167=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 167 (65.62% from 255 or 90.76% from 184); Max value from RGB is 167 - color contains mainly: blue. Hex color #030EA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030EA7 is #FCF158. Grayscale: #1B1B1B. Windows color (decimal): -16576857 or 10948099. OLE color: 10948099.
HSL color Cylindrical-coordinate representation of color #030EA7: hue angle of 235.98º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EA7 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 14 | 167 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.35 |
| HSL | 235.98º | 0.96% | 0.33% | - |
| HSV(B) | 235.98º | 0.98% | 0.65% | - |
| XYZ | 7.17 | 3.12 | 36.78 | - |
| YUV | 28.15 | 206.36 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 167 | 0.98 | 0.92 | 0 | 0.35 | 235.98 | 0.96 | 0.33 |
| Hex | 3 | E | A7 | 62 | 5C | 0 | 23 | EC | 60 | 21 |
| Octal | 3 | 16 | 247 | 142 | 134 | 0 | 43 | 354 | 140 | 41 |
| Binary | 11 | 1110 | 10100111 | 1100010 | 1011100 | 0 | 100011 | 11101100 | 1100000 | 100001 |
Color Harmonies of #030EA7
Complementary color
Monochromatic Colors of #030EA7
Black with #030EA7
Text Example
Text Example
White with #030EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EA7; }
p { color: rgb(3,14,167); }
H1.HeaderClassName
{
color: #030EA7;
}
.AnyTagClassName
{
color: #030EA7;
}
</style>
background-color css
<style>
a { background-color: #030EA7; }
a { background-color: rgb(3,14,167); }
div.DivClassName
{
background-color: #030EA7;
}
.BgClassName
{
background-color: #030EA7;
}
</style>
border-color css
<style>
span { border-color: #030EA7; }
span { border-color: rgb(3,14,167); }
td.TdClassName
{
border-color: #030EA7;
}
.TagClassName
{
border-color: #030EA7;
}
</style>