Shades of Midnight Express #03163F
Tints of Midnight Express #03163F
RGB
CMYK
RGB Variations
Color information
#03163F (or 0x03163F) is known color: Midnight Express. HEX triplet: 03, 16 and 3F. RGB value is (3,22,63). Sum of RGB (Red+Green+Blue) = 3+22+63=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #03163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03163F is #FCE9C0. Grayscale: #141414. Windows color (decimal): -16574913 or 4134403. OLE color: 4134403.
HSL color Cylindrical-coordinate representation of color #03163F: hue angle of 221º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03163F is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 22 | 63 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.75 |
| HSL | 221º | 0.91% | 0.13% | - |
| HSV(B) | 221º | 0.95% | 0.25% | - |
| XYZ | 1.22 | 0.95 | 4.82 | - |
| YUV | 20.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 63 | 0.95 | 0.65 | 0 | 0.75 | 221 | 0.91 | 0.13 |
| Hex | 3 | 16 | 3F | 5F | 41 | 0 | 4B | DD | 5B | D |
| Octal | 3 | 26 | 77 | 137 | 101 | 0 | 113 | 335 | 133 | 15 |
| Binary | 11 | 10110 | 111111 | 1011111 | 1000001 | 0 | 1001011 | 11011101 | 1011011 | 1101 |
Color Harmonies of #03163F
Complementary color
Monochromatic Colors of #03163F
Black with #03163F
Text Example
Text Example
White with #03163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03163F; }
p { color: rgb(3,22,63); }
H1.HeaderClassName
{
color: #03163F;
}
.AnyTagClassName
{
color: #03163F;
}
</style>
background-color css
<style>
a { background-color: #03163F; }
a { background-color: rgb(3,22,63); }
div.DivClassName
{
background-color: #03163F;
}
.BgClassName
{
background-color: #03163F;
}
</style>
border-color css
<style>
span { border-color: #03163F; }
span { border-color: rgb(3,22,63); }
td.TdClassName
{
border-color: #03163F;
}
.TagClassName
{
border-color: #03163F;
}
</style>