Shades of Midnight Blue #03085C
Tints of Midnight Blue #03085C
RGB
CMYK
RGB Variations
Color information
#03085C (or 0x03085C) is known color: Midnight Blue. HEX triplet: 03, 08 and 5C. RGB value is (3,8,92). Sum of RGB (Red+Green+Blue) = 3+8+92=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #03085C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03085C is #FCF7A3. Grayscale: #0F0F0F. Windows color (decimal): -16578468 or 6031363. OLE color: 6031363.
HSL color Cylindrical-coordinate representation of color #03085C: hue angle of 236.63º 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 #03085C is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 8 | 92 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.64 |
| HSL | 236.63º | 0.94% | 0.19% | - |
| HSV(B) | 236.63º | 0.97% | 0.36% | - |
| XYZ | 2.06 | 0.97 | 10.2 | - |
| YUV | 16.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 92 | 0.97 | 0.91 | 0 | 0.64 | 236.63 | 0.94 | 0.19 |
| Hex | 3 | 8 | 5C | 61 | 5B | 0 | 40 | ED | 5E | 13 |
| Octal | 3 | 10 | 134 | 141 | 133 | 0 | 100 | 355 | 136 | 23 |
| Binary | 11 | 1000 | 1011100 | 1100001 | 1011011 | 0 | 1000000 | 11101101 | 1011110 | 10011 |
Color Harmonies of #03085C
Complementary color
Monochromatic Colors of #03085C
Black with #03085C
Text Example
Text Example
White with #03085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03085C; }
p { color: rgb(3,8,92); }
H1.HeaderClassName
{
color: #03085C;
}
.AnyTagClassName
{
color: #03085C;
}
</style>
background-color css
<style>
a { background-color: #03085C; }
a { background-color: rgb(3,8,92); }
div.DivClassName
{
background-color: #03085C;
}
.BgClassName
{
background-color: #03085C;
}
</style>
border-color css
<style>
span { border-color: #03085C; }
span { border-color: rgb(3,8,92); }
td.TdClassName
{
border-color: #03085C;
}
.TagClassName
{
border-color: #03085C;
}
</style>