Shades of Midnight Express #03133C
Tints of Midnight Express #03133C
RGB
CMYK
RGB Variations
Color information
#03133C (or 0x03133C) is known color: Midnight Express. HEX triplet: 03, 13 and 3C. RGB value is (3,19,60). Sum of RGB (Red+Green+Blue) = 3+19+60=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 60 (23.83% from 255 or 73.17% from 82); Max value from RGB is 60 - color contains mainly: blue. Hex color #03133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03133C is #FCECC3. Grayscale: #121212. Windows color (decimal): -16575684 or 3937027. OLE color: 3937027.
HSL color Cylindrical-coordinate representation of color #03133C: hue angle of 223.16º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03133C is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 19 | 60 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.76 |
| HSL | 223.16º | 0.9% | 0.12% | - |
| HSV(B) | 223.16º | 0.95% | 0.24% | - |
| XYZ | 1.09 | 0.81 | 4.37 | - |
| YUV | 18.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 60 | 0.95 | 0.68 | 0 | 0.76 | 223.16 | 0.9 | 0.12 |
| Hex | 3 | 13 | 3C | 5F | 44 | 0 | 4C | DF | 5A | C |
| Octal | 3 | 23 | 74 | 137 | 104 | 0 | 114 | 337 | 132 | 14 |
| Binary | 11 | 10011 | 111100 | 1011111 | 1000100 | 0 | 1001100 | 11011111 | 1011010 | 1100 |
Color Harmonies of #03133C
Complementary color
Monochromatic Colors of #03133C
Black with #03133C
Text Example
Text Example
White with #03133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03133C; }
p { color: rgb(3,19,60); }
H1.HeaderClassName
{
color: #03133C;
}
.AnyTagClassName
{
color: #03133C;
}
</style>
background-color css
<style>
a { background-color: #03133C; }
a { background-color: rgb(3,19,60); }
div.DivClassName
{
background-color: #03133C;
}
.BgClassName
{
background-color: #03133C;
}
</style>
border-color css
<style>
span { border-color: #03133C; }
span { border-color: rgb(3,19,60); }
td.TdClassName
{
border-color: #03133C;
}
.TagClassName
{
border-color: #03133C;
}
</style>