Shades of Midnight Blue #030A5A
Tints of Midnight Blue #030A5A
RGB
CMYK
RGB Variations
Color information
#030A5A (or 0x030A5A) is known color: Midnight Blue. HEX triplet: 03, 0A and 5A. RGB value is (3,10,90). Sum of RGB (Red+Green+Blue) = 3+10+90=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 90 (35.55% from 255 or 87.38% from 103); Max value from RGB is 90 - color contains mainly: blue. Hex color #030A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A5A is #FCF5A5. Grayscale: #101010. Windows color (decimal): -16577958 or 5900803. OLE color: 5900803.
HSL color Cylindrical-coordinate representation of color #030A5A: hue angle of 235.17º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A5A is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 10 | 90 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.65 |
| HSL | 235.17º | 0.94% | 0.18% | - |
| HSV(B) | 235.17º | 0.97% | 0.35% | - |
| XYZ | 1.99 | 0.97 | 9.76 | - |
| YUV | 17.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 90 | 0.97 | 0.89 | 0 | 0.65 | 235.17 | 0.94 | 0.18 |
| Hex | 3 | A | 5A | 61 | 59 | 0 | 41 | EB | 5E | 12 |
| Octal | 3 | 12 | 132 | 141 | 131 | 0 | 101 | 353 | 136 | 22 |
| Binary | 11 | 1010 | 1011010 | 1100001 | 1011001 | 0 | 1000001 | 11101011 | 1011110 | 10010 |
Color Harmonies of #030A5A
Complementary color
Monochromatic Colors of #030A5A
Black with #030A5A
Text Example
Text Example
White with #030A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A5A; }
p { color: rgb(3,10,90); }
H1.HeaderClassName
{
color: #030A5A;
}
.AnyTagClassName
{
color: #030A5A;
}
</style>
background-color css
<style>
a { background-color: #030A5A; }
a { background-color: rgb(3,10,90); }
div.DivClassName
{
background-color: #030A5A;
}
.BgClassName
{
background-color: #030A5A;
}
</style>
border-color css
<style>
span { border-color: #030A5A; }
span { border-color: rgb(3,10,90); }
td.TdClassName
{
border-color: #030A5A;
}
.TagClassName
{
border-color: #030A5A;
}
</style>