Shades of Midnight Express #03183E
Tints of Midnight Express #03183E
RGB
CMYK
RGB Variations
Color information
#03183E (or 0x03183E) is known color: Midnight Express. HEX triplet: 03, 18 and 3E. RGB value is (3,24,62). Sum of RGB (Red+Green+Blue) = 3+24+62=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #03183E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03183E is #FCE7C1. Grayscale: #151515. Windows color (decimal): -16574402 or 4069379. OLE color: 4069379.
HSL color Cylindrical-coordinate representation of color #03183E: hue angle of 218.64º 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 #03183E is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 24 | 62 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.76 |
| HSL | 218.64º | 0.91% | 0.13% | - |
| HSV(B) | 218.64º | 0.95% | 0.24% | - |
| XYZ | 1.23 | 1.02 | 4.69 | - |
| YUV | 22.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 62 | 0.95 | 0.61 | 0 | 0.76 | 218.64 | 0.91 | 0.13 |
| Hex | 3 | 18 | 3E | 5F | 3D | 0 | 4C | DB | 5B | D |
| Octal | 3 | 30 | 76 | 137 | 75 | 0 | 114 | 333 | 133 | 15 |
| Binary | 11 | 11000 | 111110 | 1011111 | 111101 | 0 | 1001100 | 11011011 | 1011011 | 1101 |
Color Harmonies of #03183E
Complementary color
Monochromatic Colors of #03183E
Black with #03183E
Text Example
Text Example
White with #03183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03183E; }
p { color: rgb(3,24,62); }
H1.HeaderClassName
{
color: #03183E;
}
.AnyTagClassName
{
color: #03183E;
}
</style>
background-color css
<style>
a { background-color: #03183E; }
a { background-color: rgb(3,24,62); }
div.DivClassName
{
background-color: #03183E;
}
.BgClassName
{
background-color: #03183E;
}
</style>
border-color css
<style>
span { border-color: #03183E; }
span { border-color: rgb(3,24,62); }
td.TdClassName
{
border-color: #03183E;
}
.TagClassName
{
border-color: #03183E;
}
</style>