Shades of Midnight Express #00103F
Tints of Midnight Express #00103F
RGB
CMYK
RGB Variations
Color information
#00103F (or 0x00103F) is known color: Midnight Express. HEX triplet: 00, 10 and 3F. RGB value is (0,16,63). Sum of RGB (Red+Green+Blue) = 0+16+63=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #00103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00103F is #FFEFC0. Grayscale: #101010. Windows color (decimal): -16773057 or 4132864. OLE color: 4132864.
HSL color Cylindrical-coordinate representation of color #00103F: hue angle of 224.76º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00103F is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 16 | 63 | - |
| CMYK | 1 | 0.75 | 0 | 0.75 |
| HSL | 224.76º | 1% | 0.12% | - |
| HSV(B) | 224.76º | 1% | 0.25% | - |
| XYZ | 1.08 | 0.73 | 4.79 | - |
| YUV | 16.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 63 | 1 | 0.75 | 0 | 0.75 | 224.76 | 1 | 0.12 |
| Hex | 0 | 10 | 3F | 64 | 4B | 0 | 4B | E1 | 64 | C |
| Octal | 0 | 20 | 77 | 144 | 113 | 0 | 113 | 341 | 144 | 14 |
| Binary | 0 | 10000 | 111111 | 1100100 | 1001011 | 0 | 1001011 | 11100001 | 1100100 | 1100 |
Color Harmonies of #00103F
Complementary color
Monochromatic Colors of #00103F
Black with #00103F
Text Example
Text Example
White with #00103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00103F; }
p { color: rgb(0,16,63); }
H1.HeaderClassName
{
color: #00103F;
}
.AnyTagClassName
{
color: #00103F;
}
</style>
background-color css
<style>
a { background-color: #00103F; }
a { background-color: rgb(0,16,63); }
div.DivClassName
{
background-color: #00103F;
}
.BgClassName
{
background-color: #00103F;
}
</style>
border-color css
<style>
span { border-color: #00103F; }
span { border-color: rgb(0,16,63); }
td.TdClassName
{
border-color: #00103F;
}
.TagClassName
{
border-color: #00103F;
}
</style>