Shades of Midnight Blue #030B63
Tints of Midnight Blue #030B63
RGB
CMYK
RGB Variations
Color information
#030B63 (or 0x030B63) is known color: Midnight Blue. HEX triplet: 03, 0B and 63. RGB value is (3,11,99). Sum of RGB (Red+Green+Blue) = 3+11+99=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #030B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B63 is #FCF49C. Grayscale: #121212. Windows color (decimal): -16577693 or 6490883. OLE color: 6490883.
HSL color Cylindrical-coordinate representation of color #030B63: hue angle of 235º 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 #030B63 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 11 | 99 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.61 |
| HSL | 235º | 0.94% | 0.2% | - |
| HSV(B) | 235º | 0.97% | 0.39% | - |
| XYZ | 2.41 | 1.16 | 11.9 | - |
| YUV | 18.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 99 | 0.97 | 0.89 | 0 | 0.61 | 235 | 0.94 | 0.2 |
| Hex | 3 | B | 63 | 61 | 59 | 0 | 3D | EB | 5E | 14 |
| Octal | 3 | 13 | 143 | 141 | 131 | 0 | 75 | 353 | 136 | 24 |
| Binary | 11 | 1011 | 1100011 | 1100001 | 1011001 | 0 | 111101 | 11101011 | 1011110 | 10100 |
Color Harmonies of #030B63
Complementary color
Monochromatic Colors of #030B63
Black with #030B63
Text Example
Text Example
White with #030B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B63; }
p { color: rgb(3,11,99); }
H1.HeaderClassName
{
color: #030B63;
}
.AnyTagClassName
{
color: #030B63;
}
</style>
background-color css
<style>
a { background-color: #030B63; }
a { background-color: rgb(3,11,99); }
div.DivClassName
{
background-color: #030B63;
}
.BgClassName
{
background-color: #030B63;
}
</style>
border-color css
<style>
span { border-color: #030B63; }
span { border-color: rgb(3,11,99); }
td.TdClassName
{
border-color: #030B63;
}
.TagClassName
{
border-color: #030B63;
}
</style>