Shades of Midnight Blue #030B5D
Tints of Midnight Blue #030B5D
RGB
CMYK
RGB Variations
Color information
#030B5D (or 0x030B5D) is known color: Midnight Blue. HEX triplet: 03, 0B and 5D. RGB value is (3,11,93). Sum of RGB (Red+Green+Blue) = 3+11+93=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #030B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B5D is #FCF4A2. Grayscale: #111111. Windows color (decimal): -16577699 or 6097667. OLE color: 6097667.
HSL color Cylindrical-coordinate representation of color #030B5D: hue angle of 234.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B5D is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 11 | 93 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.64 |
| HSL | 234.67º | 0.94% | 0.19% | - |
| HSV(B) | 234.67º | 0.97% | 0.36% | - |
| XYZ | 2.13 | 1.05 | 10.45 | - |
| YUV | 17.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 93 | 0.97 | 0.88 | 0 | 0.64 | 234.67 | 0.94 | 0.19 |
| Hex | 3 | B | 5D | 61 | 58 | 0 | 40 | EB | 5E | 13 |
| Octal | 3 | 13 | 135 | 141 | 130 | 0 | 100 | 353 | 136 | 23 |
| Binary | 11 | 1011 | 1011101 | 1100001 | 1011000 | 0 | 1000000 | 11101011 | 1011110 | 10011 |
Color Harmonies of #030B5D
Complementary color
Monochromatic Colors of #030B5D
Black with #030B5D
Text Example
Text Example
White with #030B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B5D; }
p { color: rgb(3,11,93); }
H1.HeaderClassName
{
color: #030B5D;
}
.AnyTagClassName
{
color: #030B5D;
}
</style>
background-color css
<style>
a { background-color: #030B5D; }
a { background-color: rgb(3,11,93); }
div.DivClassName
{
background-color: #030B5D;
}
.BgClassName
{
background-color: #030B5D;
}
</style>
border-color css
<style>
span { border-color: #030B5D; }
span { border-color: rgb(3,11,93); }
td.TdClassName
{
border-color: #030B5D;
}
.TagClassName
{
border-color: #030B5D;
}
</style>