Shades of New Midnight Blue #030AAE
Tints of New Midnight Blue #030AAE
RGB
CMYK
RGB Variations
Color information
#030AAE (or 0x030AAE) is known color: New Midnight Blue. HEX triplet: 03, 0A and AE. RGB value is (3,10,174). Sum of RGB (Red+Green+Blue) = 3+10+174=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 174 (68.36% from 255 or 93.05% from 187); Max value from RGB is 174 - color contains mainly: blue. Hex color #030AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030AAE is #FCF551. Grayscale: #191919. Windows color (decimal): -16577874 or 11405827. OLE color: 11405827.
HSL color Cylindrical-coordinate representation of color #030AAE: hue angle of 237.54º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030AAE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 10 | 174 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.32 |
| HSL | 237.54º | 0.97% | 0.35% | - |
| HSV(B) | 237.54º | 0.98% | 0.68% | - |
| XYZ | 7.79 | 3.29 | 40.27 | - |
| YUV | 26.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 174 | 0.98 | 0.94 | 0 | 0.32 | 237.54 | 0.97 | 0.35 |
| Hex | 3 | A | AE | 62 | 5E | 0 | 20 | EE | 61 | 23 |
| Octal | 3 | 12 | 256 | 142 | 136 | 0 | 40 | 356 | 141 | 43 |
| Binary | 11 | 1010 | 10101110 | 1100010 | 1011110 | 0 | 100000 | 11101110 | 1100001 | 100011 |
Color Harmonies of #030AAE
Complementary color
Monochromatic Colors of #030AAE
Black with #030AAE
Text Example
Text Example
White with #030AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AAE; }
p { color: rgb(3,10,174); }
H1.HeaderClassName
{
color: #030AAE;
}
.AnyTagClassName
{
color: #030AAE;
}
</style>
background-color css
<style>
a { background-color: #030AAE; }
a { background-color: rgb(3,10,174); }
div.DivClassName
{
background-color: #030AAE;
}
.BgClassName
{
background-color: #030AAE;
}
</style>
border-color css
<style>
span { border-color: #030AAE; }
span { border-color: rgb(3,10,174); }
td.TdClassName
{
border-color: #030AAE;
}
.TagClassName
{
border-color: #030AAE;
}
</style>