Shades of Midnight Blue #030A63
Tints of Midnight Blue #030A63
RGB
CMYK
RGB Variations
Color information
#030A63 (or 0x030A63) is known color: Midnight Blue. HEX triplet: 03, 0A and 63. RGB value is (3,10,99). Sum of RGB (Red+Green+Blue) = 3+10+99=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #030A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A63 is #FCF59C. Grayscale: #111111. Windows color (decimal): -16577949 or 6490627. OLE color: 6490627.
HSL color Cylindrical-coordinate representation of color #030A63: hue angle of 235.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A63 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 10 | 99 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.61 |
| HSL | 235.63º | 0.94% | 0.2% | - |
| HSV(B) | 235.63º | 0.97% | 0.39% | - |
| XYZ | 2.4 | 1.14 | 11.9 | - |
| YUV | 18.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 99 | 0.97 | 0.90 | 0 | 0.61 | 235.63 | 0.94 | 0.2 |
| Hex | 3 | A | 63 | 61 | 5A | 0 | 3D | EC | 5E | 14 |
| Octal | 3 | 12 | 143 | 141 | 132 | 0 | 75 | 354 | 136 | 24 |
| Binary | 11 | 1010 | 1100011 | 1100001 | 1011010 | 0 | 111101 | 11101100 | 1011110 | 10100 |
Color Harmonies of #030A63
Complementary color
Monochromatic Colors of #030A63
Black with #030A63
Text Example
Text Example
White with #030A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A63; }
p { color: rgb(3,10,99); }
H1.HeaderClassName
{
color: #030A63;
}
.AnyTagClassName
{
color: #030A63;
}
</style>
background-color css
<style>
a { background-color: #030A63; }
a { background-color: rgb(3,10,99); }
div.DivClassName
{
background-color: #030A63;
}
.BgClassName
{
background-color: #030A63;
}
</style>
border-color css
<style>
span { border-color: #030A63; }
span { border-color: rgb(3,10,99); }
td.TdClassName
{
border-color: #030A63;
}
.TagClassName
{
border-color: #030A63;
}
</style>