Shades of Midnight Blue #03085E
Tints of Midnight Blue #03085E
RGB
CMYK
RGB Variations
Color information
#03085E (or 0x03085E) is known color: Midnight Blue. HEX triplet: 03, 08 and 5E. RGB value is (3,8,94). Sum of RGB (Red+Green+Blue) = 3+8+94=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #03085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03085E is #FCF7A1. Grayscale: #0F0F0F. Windows color (decimal): -16578466 or 6162435. OLE color: 6162435.
HSL color Cylindrical-coordinate representation of color #03085E: hue angle of 236.7º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03085E is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 8 | 94 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.63 |
| HSL | 236.7º | 0.94% | 0.19% | - |
| HSV(B) | 236.7º | 0.97% | 0.37% | - |
| XYZ | 2.14 | 1 | 10.67 | - |
| YUV | 16.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 94 | 0.97 | 0.91 | 0 | 0.63 | 236.7 | 0.94 | 0.19 |
| Hex | 3 | 8 | 5E | 61 | 5B | 0 | 3F | ED | 5E | 13 |
| Octal | 3 | 10 | 136 | 141 | 133 | 0 | 77 | 355 | 136 | 23 |
| Binary | 11 | 1000 | 1011110 | 1100001 | 1011011 | 0 | 111111 | 11101101 | 1011110 | 10011 |
Color Harmonies of #03085E
Complementary color
Monochromatic Colors of #03085E
Black with #03085E
Text Example
Text Example
White with #03085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03085E; }
p { color: rgb(3,8,94); }
H1.HeaderClassName
{
color: #03085E;
}
.AnyTagClassName
{
color: #03085E;
}
</style>
background-color css
<style>
a { background-color: #03085E; }
a { background-color: rgb(3,8,94); }
div.DivClassName
{
background-color: #03085E;
}
.BgClassName
{
background-color: #03085E;
}
</style>
border-color css
<style>
span { border-color: #03085E; }
span { border-color: rgb(3,8,94); }
td.TdClassName
{
border-color: #03085E;
}
.TagClassName
{
border-color: #03085E;
}
</style>