Shades of Midnight Blue #030D63
Tints of Midnight Blue #030D63
RGB
CMYK
RGB Variations
Color information
#030D63 (or 0x030D63) is known color: Midnight Blue. HEX triplet: 03, 0D and 63. RGB value is (3,13,99). Sum of RGB (Red+Green+Blue) = 3+13+99=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #030D63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D63 is #FCF29C. Grayscale: #131313. Windows color (decimal): -16577181 or 6491395. OLE color: 6491395.
HSL color Cylindrical-coordinate representation of color #030D63: hue angle of 233.75º 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 #030D63 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 13 | 99 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.61 |
| HSL | 233.75º | 0.94% | 0.2% | - |
| HSV(B) | 233.75º | 0.97% | 0.39% | - |
| XYZ | 2.43 | 1.21 | 11.91 | - |
| YUV | 19.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 99 | 0.97 | 0.87 | 0 | 0.61 | 233.75 | 0.94 | 0.2 |
| Hex | 3 | D | 63 | 61 | 57 | 0 | 3D | EA | 5E | 14 |
| Octal | 3 | 15 | 143 | 141 | 127 | 0 | 75 | 352 | 136 | 24 |
| Binary | 11 | 1101 | 1100011 | 1100001 | 1010111 | 0 | 111101 | 11101010 | 1011110 | 10100 |
Color Harmonies of #030D63
Complementary color
Monochromatic Colors of #030D63
Black with #030D63
Text Example
Text Example
White with #030D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D63; }
p { color: rgb(3,13,99); }
H1.HeaderClassName
{
color: #030D63;
}
.AnyTagClassName
{
color: #030D63;
}
</style>
background-color css
<style>
a { background-color: #030D63; }
a { background-color: rgb(3,13,99); }
div.DivClassName
{
background-color: #030D63;
}
.BgClassName
{
background-color: #030D63;
}
</style>
border-color css
<style>
span { border-color: #030D63; }
span { border-color: rgb(3,13,99); }
td.TdClassName
{
border-color: #030D63;
}
.TagClassName
{
border-color: #030D63;
}
</style>