Shades of Midnight Express #0F1B3C
Tints of Midnight Express #0F1B3C
RGB
CMYK
RGB Variations
Color information
#0F1B3C (or 0x0F1B3C) is known color: Midnight Express. HEX triplet: 0F, 1B and 3C. RGB value is (15,27,60). Sum of RGB (Red+Green+Blue) = 15+27+60=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F1B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B3C is #F0E4C3. Grayscale: #1B1B1B. Windows color (decimal): -15787204 or 3939087. OLE color: 3939087.
HSL color Cylindrical-coordinate representation of color #0F1B3C: hue angle of 224º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F1B3C is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 27 | 60 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.76 |
| HSL | 224º | 0.6% | 0.15% | - |
| HSV(B) | 224º | 0.75% | 0.24% | - |
| XYZ | 1.4 | 1.21 | 4.43 | - |
| YUV | 27.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 60 | 0.75 | 0.55 | 0 | 0.76 | 224 | 0.6 | 0.15 |
| Hex | F | 1B | 3C | 4B | 37 | 0 | 4C | E0 | 3C | F |
| Octal | 17 | 33 | 74 | 113 | 67 | 0 | 114 | 340 | 74 | 17 |
| Binary | 1111 | 11011 | 111100 | 1001011 | 110111 | 0 | 1001100 | 11100000 | 111100 | 1111 |
Color Harmonies of #0F1B3C
Complementary color
Monochromatic Colors of #0F1B3C
Black with #0F1B3C
Text Example
Text Example
White with #0F1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B3C; }
p { color: rgb(15,27,60); }
H1.HeaderClassName
{
color: #0F1B3C;
}
.AnyTagClassName
{
color: #0F1B3C;
}
</style>
background-color css
<style>
a { background-color: #0F1B3C; }
a { background-color: rgb(15,27,60); }
div.DivClassName
{
background-color: #0F1B3C;
}
.BgClassName
{
background-color: #0F1B3C;
}
</style>
border-color css
<style>
span { border-color: #0F1B3C; }
span { border-color: rgb(15,27,60); }
td.TdClassName
{
border-color: #0F1B3C;
}
.TagClassName
{
border-color: #0F1B3C;
}
</style>