Shades of Midnight Blue #030955
Tints of Midnight Blue #030955
RGB
CMYK
RGB Variations
Color information
#030955 (or 0x030955) is known color: Midnight Blue. HEX triplet: 03, 09 and 55. RGB value is (3,9,85). Sum of RGB (Red+Green+Blue) = 3+9+85=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #030955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030955 is #FCF6AA. Grayscale: #0F0F0F. Windows color (decimal): -16578219 or 5572867. OLE color: 5572867.
HSL color Cylindrical-coordinate representation of color #030955: hue angle of 235.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030955 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 9 | 85 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.67 |
| HSL | 235.61º | 0.93% | 0.17% | - |
| HSV(B) | 235.61º | 0.96% | 0.33% | - |
| XYZ | 1.77 | 0.87 | 8.67 | - |
| YUV | 15.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 85 | 0.96 | 0.89 | 0 | 0.67 | 235.61 | 0.93 | 0.17 |
| Hex | 3 | 9 | 55 | 60 | 59 | 0 | 43 | EC | 5D | 11 |
| Octal | 3 | 11 | 125 | 140 | 131 | 0 | 103 | 354 | 135 | 21 |
| Binary | 11 | 1001 | 1010101 | 1100000 | 1011001 | 0 | 1000011 | 11101100 | 1011101 | 10001 |
Color Harmonies of #030955
Complementary color
Monochromatic Colors of #030955
Black with #030955
Text Example
Text Example
White with #030955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030955; }
p { color: rgb(3,9,85); }
H1.HeaderClassName
{
color: #030955;
}
.AnyTagClassName
{
color: #030955;
}
</style>
background-color css
<style>
a { background-color: #030955; }
a { background-color: rgb(3,9,85); }
div.DivClassName
{
background-color: #030955;
}
.BgClassName
{
background-color: #030955;
}
</style>
border-color css
<style>
span { border-color: #030955; }
span { border-color: rgb(3,9,85); }
td.TdClassName
{
border-color: #030955;
}
.TagClassName
{
border-color: #030955;
}
</style>