Shades of Midnight Blue #03085B
Tints of Midnight Blue #03085B
RGB
CMYK
RGB Variations
Color information
#03085B (or 0x03085B) is known color: Midnight Blue. HEX triplet: 03, 08 and 5B. RGB value is (3,8,91). Sum of RGB (Red+Green+Blue) = 3+8+91=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 91 (35.94% from 255 or 89.22% from 102); Max value from RGB is 91 - color contains mainly: blue. Hex color #03085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03085B is #FCF7A4. Grayscale: #0F0F0F. Windows color (decimal): -16578469 or 5965827. OLE color: 5965827.
HSL color Cylindrical-coordinate representation of color #03085B: hue angle of 236.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03085B is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 8 | 91 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.64 |
| HSL | 236.59º | 0.94% | 0.18% | - |
| HSV(B) | 236.59º | 0.97% | 0.36% | - |
| XYZ | 2.01 | 0.95 | 9.97 | - |
| YUV | 15.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 91 | 0.97 | 0.91 | 0 | 0.64 | 236.59 | 0.94 | 0.18 |
| Hex | 3 | 8 | 5B | 61 | 5B | 0 | 40 | ED | 5E | 12 |
| Octal | 3 | 10 | 133 | 141 | 133 | 0 | 100 | 355 | 136 | 22 |
| Binary | 11 | 1000 | 1011011 | 1100001 | 1011011 | 0 | 1000000 | 11101101 | 1011110 | 10010 |
Color Harmonies of #03085B
Complementary color
Monochromatic Colors of #03085B
Black with #03085B
Text Example
Text Example
White with #03085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03085B; }
p { color: rgb(3,8,91); }
H1.HeaderClassName
{
color: #03085B;
}
.AnyTagClassName
{
color: #03085B;
}
</style>
background-color css
<style>
a { background-color: #03085B; }
a { background-color: rgb(3,8,91); }
div.DivClassName
{
background-color: #03085B;
}
.BgClassName
{
background-color: #03085B;
}
</style>
border-color css
<style>
span { border-color: #03085B; }
span { border-color: rgb(3,8,91); }
td.TdClassName
{
border-color: #03085B;
}
.TagClassName
{
border-color: #03085B;
}
</style>