Shades of Midnight Express #03183D
Tints of Midnight Express #03183D
RGB
CMYK
RGB Variations
Color information
#03183D (or 0x03183D) is known color: Midnight Express. HEX triplet: 03, 18 and 3D. RGB value is (3,24,61). Sum of RGB (Red+Green+Blue) = 3+24+61=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #03183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03183D is #FCE7C2. Grayscale: #151515. Windows color (decimal): -16574403 or 4003843. OLE color: 4003843.
HSL color Cylindrical-coordinate representation of color #03183D: hue angle of 218.28º 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 #03183D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 24 | 61 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.76 |
| HSL | 218.28º | 0.91% | 0.13% | - |
| HSV(B) | 218.28º | 0.95% | 0.24% | - |
| XYZ | 1.21 | 1.01 | 4.55 | - |
| YUV | 21.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 61 | 0.95 | 0.61 | 0 | 0.76 | 218.28 | 0.91 | 0.13 |
| Hex | 3 | 18 | 3D | 5F | 3D | 0 | 4C | DA | 5B | D |
| Octal | 3 | 30 | 75 | 137 | 75 | 0 | 114 | 332 | 133 | 15 |
| Binary | 11 | 11000 | 111101 | 1011111 | 111101 | 0 | 1001100 | 11011010 | 1011011 | 1101 |
Color Harmonies of #03183D
Complementary color
Monochromatic Colors of #03183D
Black with #03183D
Text Example
Text Example
White with #03183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03183D; }
p { color: rgb(3,24,61); }
H1.HeaderClassName
{
color: #03183D;
}
.AnyTagClassName
{
color: #03183D;
}
</style>
background-color css
<style>
a { background-color: #03183D; }
a { background-color: rgb(3,24,61); }
div.DivClassName
{
background-color: #03183D;
}
.BgClassName
{
background-color: #03183D;
}
</style>
border-color css
<style>
span { border-color: #03183D; }
span { border-color: rgb(3,24,61); }
td.TdClassName
{
border-color: #03183D;
}
.TagClassName
{
border-color: #03183D;
}
</style>