Shades of Midnight Express #000F38
Tints of Midnight Express #000F38
RGB
CMYK
RGB Variations
Color information
#000F38 (or 0x000F38) is known color: Midnight Express. HEX triplet: 00, 0F and 38. RGB value is (0,15,56). Sum of RGB (Red+Green+Blue) = 0+15+56=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #000F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F38 is #FFF0C7. Grayscale: #0F0F0F. Windows color (decimal): -16773320 or 3673856. OLE color: 3673856.
HSL color Cylindrical-coordinate representation of color #000F38: hue angle of 223.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F38 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 15 | 56 | - |
| CMYK | 1 | 0.73 | 0 | 0.78 |
| HSL | 223.93º | 1% | 0.11% | - |
| HSV(B) | 223.93º | 1% | 0.22% | - |
| XYZ | 0.88 | 0.63 | 3.82 | - |
| YUV | 15.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 56 | 1 | 0.73 | 0 | 0.78 | 223.93 | 1 | 0.11 |
| Hex | 0 | F | 38 | 64 | 49 | 0 | 4E | E0 | 64 | B |
| Octal | 0 | 17 | 70 | 144 | 111 | 0 | 116 | 340 | 144 | 13 |
| Binary | 0 | 1111 | 111000 | 1100100 | 1001001 | 0 | 1001110 | 11100000 | 1100100 | 1011 |
Color Harmonies of #000F38
Complementary color
Monochromatic Colors of #000F38
Black with #000F38
Text Example
Text Example
White with #000F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F38; }
p { color: rgb(0,15,56); }
H1.HeaderClassName
{
color: #000F38;
}
.AnyTagClassName
{
color: #000F38;
}
</style>
background-color css
<style>
a { background-color: #000F38; }
a { background-color: rgb(0,15,56); }
div.DivClassName
{
background-color: #000F38;
}
.BgClassName
{
background-color: #000F38;
}
</style>
border-color css
<style>
span { border-color: #000F38; }
span { border-color: rgb(0,15,56); }
td.TdClassName
{
border-color: #000F38;
}
.TagClassName
{
border-color: #000F38;
}
</style>