Shades of Midnight Blue #03095D
Tints of Midnight Blue #03095D
RGB
CMYK
RGB Variations
Color information
#03095D (or 0x03095D) is known color: Midnight Blue. HEX triplet: 03, 09 and 5D. RGB value is (3,9,93). Sum of RGB (Red+Green+Blue) = 3+9+93=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #03095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03095D is #FCF6A2. Grayscale: #101010. Windows color (decimal): -16578211 or 6097155. OLE color: 6097155.
HSL color Cylindrical-coordinate representation of color #03095D: hue angle of 236º 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 #03095D is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 9 | 93 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.64 |
| HSL | 236º | 0.94% | 0.19% | - |
| HSV(B) | 236º | 0.97% | 0.36% | - |
| XYZ | 2.11 | 1.01 | 10.44 | - |
| YUV | 16.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 93 | 0.97 | 0.90 | 0 | 0.64 | 236 | 0.94 | 0.19 |
| Hex | 3 | 9 | 5D | 61 | 5A | 0 | 40 | EC | 5E | 13 |
| Octal | 3 | 11 | 135 | 141 | 132 | 0 | 100 | 354 | 136 | 23 |
| Binary | 11 | 1001 | 1011101 | 1100001 | 1011010 | 0 | 1000000 | 11101100 | 1011110 | 10011 |
Color Harmonies of #03095D
Complementary color
Monochromatic Colors of #03095D
Black with #03095D
Text Example
Text Example
White with #03095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03095D; }
p { color: rgb(3,9,93); }
H1.HeaderClassName
{
color: #03095D;
}
.AnyTagClassName
{
color: #03095D;
}
</style>
background-color css
<style>
a { background-color: #03095D; }
a { background-color: rgb(3,9,93); }
div.DivClassName
{
background-color: #03095D;
}
.BgClassName
{
background-color: #03095D;
}
</style>
border-color css
<style>
span { border-color: #03095D; }
span { border-color: rgb(3,9,93); }
td.TdClassName
{
border-color: #03095D;
}
.TagClassName
{
border-color: #03095D;
}
</style>