Shades of Midnight Express #0F164B
Tints of Midnight Express #0F164B
RGB
CMYK
RGB Variations
Color information
#0F164B (or 0x0F164B) is known color: Midnight Express. HEX triplet: 0F, 16 and 4B. RGB value is (15,22,75). Sum of RGB (Red+Green+Blue) = 15+22+75=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F164B is #F0E9B4. Grayscale: #191919. Windows color (decimal): -15788469 or 4920847. OLE color: 4920847.
HSL color Cylindrical-coordinate representation of color #0F164B: hue angle of 233º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F164B is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 22 | 75 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.71 |
| HSL | 233º | 0.67% | 0.18% | - |
| HSV(B) | 233º | 0.8% | 0.29% | - |
| XYZ | 1.75 | 1.18 | 6.79 | - |
| YUV | 25.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 75 | 0.80 | 0.71 | 0 | 0.71 | 233 | 0.67 | 0.18 |
| Hex | F | 16 | 4B | 50 | 47 | 0 | 47 | E9 | 43 | 12 |
| Octal | 17 | 26 | 113 | 120 | 107 | 0 | 107 | 351 | 103 | 22 |
| Binary | 1111 | 10110 | 1001011 | 1010000 | 1000111 | 0 | 1000111 | 11101001 | 1000011 | 10010 |
Color Harmonies of #0F164B
Complementary color
Monochromatic Colors of #0F164B
Black with #0F164B
Text Example
Text Example
White with #0F164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F164B; }
p { color: rgb(15,22,75); }
H1.HeaderClassName
{
color: #0F164B;
}
.AnyTagClassName
{
color: #0F164B;
}
</style>
background-color css
<style>
a { background-color: #0F164B; }
a { background-color: rgb(15,22,75); }
div.DivClassName
{
background-color: #0F164B;
}
.BgClassName
{
background-color: #0F164B;
}
</style>
border-color css
<style>
span { border-color: #0F164B; }
span { border-color: rgb(15,22,75); }
td.TdClassName
{
border-color: #0F164B;
}
.TagClassName
{
border-color: #0F164B;
}
</style>