Shades of Midnight Express #0F1A38
Tints of Midnight Express #0F1A38
RGB
CMYK
RGB Variations
Color information
#0F1A38 (or 0x0F1A38) is known color: Midnight Express. HEX triplet: 0F, 1A and 38. RGB value is (15,26,56). Sum of RGB (Red+Green+Blue) = 15+26+56=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F1A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A38 is #F0E5C7. Grayscale: #1A1A1A. Windows color (decimal): -15787464 or 3676687. OLE color: 3676687.
HSL color Cylindrical-coordinate representation of color #0F1A38: hue angle of 223.9º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1A38 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 26 | 56 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.78 |
| HSL | 223.9º | 0.58% | 0.14% | - |
| HSV(B) | 223.9º | 0.73% | 0.22% | - |
| XYZ | 1.28 | 1.13 | 3.89 | - |
| YUV | 26.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 56 | 0.73 | 0.54 | 0 | 0.78 | 223.9 | 0.58 | 0.14 |
| Hex | F | 1A | 38 | 49 | 36 | 0 | 4E | E0 | 3A | E |
| Octal | 17 | 32 | 70 | 111 | 66 | 0 | 116 | 340 | 72 | 16 |
| Binary | 1111 | 11010 | 111000 | 1001001 | 110110 | 0 | 1001110 | 11100000 | 111010 | 1110 |
Color Harmonies of #0F1A38
Complementary color
Monochromatic Colors of #0F1A38
Black with #0F1A38
Text Example
Text Example
White with #0F1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A38; }
p { color: rgb(15,26,56); }
H1.HeaderClassName
{
color: #0F1A38;
}
.AnyTagClassName
{
color: #0F1A38;
}
</style>
background-color css
<style>
a { background-color: #0F1A38; }
a { background-color: rgb(15,26,56); }
div.DivClassName
{
background-color: #0F1A38;
}
.BgClassName
{
background-color: #0F1A38;
}
</style>
border-color css
<style>
span { border-color: #0F1A38; }
span { border-color: rgb(15,26,56); }
td.TdClassName
{
border-color: #0F1A38;
}
.TagClassName
{
border-color: #0F1A38;
}
</style>