Shades of Midnight Express #00103B
Tints of Midnight Express #00103B
RGB
CMYK
RGB Variations
Color information
#00103B (or 0x00103B) is known color: Midnight Express. HEX triplet: 00, 10 and 3B. RGB value is (0,16,59). Sum of RGB (Red+Green+Blue) = 0+16+59=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 59 (23.44% from 255 or 78.67% from 75); Max value from RGB is 59 - color contains mainly: blue. Hex color #00103B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00103B is #FFEFC4. Grayscale: #0F0F0F. Windows color (decimal): -16773061 or 3870720. OLE color: 3870720.
HSL color Cylindrical-coordinate representation of color #00103B: hue angle of 223.73º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00103B is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 16 | 59 | - |
| CMYK | 1 | 0.73 | 0 | 0.77 |
| HSL | 223.73º | 1% | 0.12% | - |
| HSV(B) | 223.73º | 1% | 0.23% | - |
| XYZ | 0.97 | 0.69 | 4.22 | - |
| YUV | 16.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 59 | 1 | 0.73 | 0 | 0.77 | 223.73 | 1 | 0.12 |
| Hex | 0 | 10 | 3B | 64 | 49 | 0 | 4D | E0 | 64 | C |
| Octal | 0 | 20 | 73 | 144 | 111 | 0 | 115 | 340 | 144 | 14 |
| Binary | 0 | 10000 | 111011 | 1100100 | 1001001 | 0 | 1001101 | 11100000 | 1100100 | 1100 |
Color Harmonies of #00103B
Complementary color
Monochromatic Colors of #00103B
Black with #00103B
Text Example
Text Example
White with #00103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00103B; }
p { color: rgb(0,16,59); }
H1.HeaderClassName
{
color: #00103B;
}
.AnyTagClassName
{
color: #00103B;
}
</style>
background-color css
<style>
a { background-color: #00103B; }
a { background-color: rgb(0,16,59); }
div.DivClassName
{
background-color: #00103B;
}
.BgClassName
{
background-color: #00103B;
}
</style>
border-color css
<style>
span { border-color: #00103B; }
span { border-color: rgb(0,16,59); }
td.TdClassName
{
border-color: #00103B;
}
.TagClassName
{
border-color: #00103B;
}
</style>