Shades of Midnight Blue #0F1153
Tints of Midnight Blue #0F1153
RGB
CMYK
RGB Variations
Color information
#0F1153 (or 0x0F1153) is known color: Midnight Blue. HEX triplet: 0F, 11 and 53. RGB value is (15,17,83). Sum of RGB (Red+Green+Blue) = 15+17+83=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F1153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1153 is #F0EEAC. Grayscale: #171717. Windows color (decimal): -15789741 or 5443855. OLE color: 5443855.
HSL color Cylindrical-coordinate representation of color #0F1153: hue angle of 238.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1153 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 17 | 83 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.67 |
| HSL | 238.24º | 0.69% | 0.19% | - |
| HSV(B) | 238.24º | 0.82% | 0.33% | - |
| XYZ | 1.96 | 1.13 | 8.3 | - |
| YUV | 23.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 83 | 0.82 | 0.80 | 0 | 0.67 | 238.24 | 0.69 | 0.19 |
| Hex | F | 11 | 53 | 52 | 50 | 0 | 43 | EE | 45 | 13 |
| Octal | 17 | 21 | 123 | 122 | 120 | 0 | 103 | 356 | 105 | 23 |
| Binary | 1111 | 10001 | 1010011 | 1010010 | 1010000 | 0 | 1000011 | 11101110 | 1000101 | 10011 |
Color Harmonies of #0F1153
Complementary color
Monochromatic Colors of #0F1153
Black with #0F1153
Text Example
Text Example
White with #0F1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1153; }
p { color: rgb(15,17,83); }
H1.HeaderClassName
{
color: #0F1153;
}
.AnyTagClassName
{
color: #0F1153;
}
</style>
background-color css
<style>
a { background-color: #0F1153; }
a { background-color: rgb(15,17,83); }
div.DivClassName
{
background-color: #0F1153;
}
.BgClassName
{
background-color: #0F1153;
}
</style>
border-color css
<style>
span { border-color: #0F1153; }
span { border-color: rgb(15,17,83); }
td.TdClassName
{
border-color: #0F1153;
}
.TagClassName
{
border-color: #0F1153;
}
</style>