Shades of New Midnight Blue #040CAA
Tints of New Midnight Blue #040CAA
RGB
CMYK
RGB Variations
Color information
#040CAA (or 0x040CAA) is known color: New Midnight Blue. HEX triplet: 04, 0C and AA. RGB value is (4,12,170). Sum of RGB (Red+Green+Blue) = 4+12+170=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 170 (66.80% from 255 or 91.40% from 186); Max value from RGB is 170 - color contains mainly: blue. Hex color #040CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040CAA is #FBF355. Grayscale: #1A1A1A. Windows color (decimal): -16511830 or 11144196. OLE color: 11144196.
HSL color Cylindrical-coordinate representation of color #040CAA: hue angle of 237.11º degrees, saturation: 0.95, 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 #040CAA is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 12 | 170 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.33 |
| HSL | 237.11º | 0.95% | 0.34% | - |
| HSV(B) | 237.11º | 0.98% | 0.67% | - |
| XYZ | 7.44 | 3.19 | 38.25 | - |
| YUV | 27.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 170 | 0.98 | 0.93 | 0 | 0.33 | 237.11 | 0.95 | 0.34 |
| Hex | 4 | C | AA | 62 | 5D | 0 | 21 | ED | 5F | 22 |
| Octal | 4 | 14 | 252 | 142 | 135 | 0 | 41 | 355 | 137 | 42 |
| Binary | 100 | 1100 | 10101010 | 1100010 | 1011101 | 0 | 100001 | 11101101 | 1011111 | 100010 |
Color Harmonies of #040CAA
Complementary color
Monochromatic Colors of #040CAA
Black with #040CAA
Text Example
Text Example
White with #040CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CAA; }
p { color: rgb(4,12,170); }
H1.HeaderClassName
{
color: #040CAA;
}
.AnyTagClassName
{
color: #040CAA;
}
</style>
background-color css
<style>
a { background-color: #040CAA; }
a { background-color: rgb(4,12,170); }
div.DivClassName
{
background-color: #040CAA;
}
.BgClassName
{
background-color: #040CAA;
}
</style>
border-color css
<style>
span { border-color: #040CAA; }
span { border-color: rgb(4,12,170); }
td.TdClassName
{
border-color: #040CAA;
}
.TagClassName
{
border-color: #040CAA;
}
</style>