Shades of Midnight Express #03063D
Tints of Midnight Express #03063D
RGB
CMYK
RGB Variations
Color information
#03063D (or 0x03063D) is known color: Midnight Express. HEX triplet: 03, 06 and 3D. RGB value is (3,6,61). Sum of RGB (Red+Green+Blue) = 3+6+61=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 61 (24.22% from 255 or 87.14% from 70); Max value from RGB is 61 - color contains mainly: blue. Hex color #03063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03063D is #FCF9C2. Grayscale: #0B0B0B. Windows color (decimal): -16579011 or 3999235. OLE color: 3999235.
HSL color Cylindrical-coordinate representation of color #03063D: hue angle of 236.9º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03063D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 6 | 61 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.76 |
| HSL | 236.9º | 0.91% | 0.13% | - |
| HSV(B) | 236.9º | 0.95% | 0.24% | - |
| XYZ | 0.94 | 0.49 | 4.46 | - |
| YUV | 11.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 61 | 0.95 | 0.90 | 0 | 0.76 | 236.9 | 0.91 | 0.13 |
| Hex | 3 | 6 | 3D | 5F | 5A | 0 | 4C | ED | 5B | D |
| Octal | 3 | 6 | 75 | 137 | 132 | 0 | 114 | 355 | 133 | 15 |
| Binary | 11 | 110 | 111101 | 1011111 | 1011010 | 0 | 1001100 | 11101101 | 1011011 | 1101 |
Color Harmonies of #03063D
Complementary color
Monochromatic Colors of #03063D
Black with #03063D
Text Example
Text Example
White with #03063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03063D; }
p { color: rgb(3,6,61); }
H1.HeaderClassName
{
color: #03063D;
}
.AnyTagClassName
{
color: #03063D;
}
</style>
background-color css
<style>
a { background-color: #03063D; }
a { background-color: rgb(3,6,61); }
div.DivClassName
{
background-color: #03063D;
}
.BgClassName
{
background-color: #03063D;
}
</style>
border-color css
<style>
span { border-color: #03063D; }
span { border-color: rgb(3,6,61); }
td.TdClassName
{
border-color: #03063D;
}
.TagClassName
{
border-color: #03063D;
}
</style>