Shades of Midnight Blue #0F1353
Tints of Midnight Blue #0F1353
RGB
CMYK
RGB Variations
Color information
#0F1353 (or 0x0F1353) is known color: Midnight Blue. HEX triplet: 0F, 13 and 53. RGB value is (15,19,83). Sum of RGB (Red+Green+Blue) = 15+19+83=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F1353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1353 is #F0ECAC. Grayscale: #181818. Windows color (decimal): -15789229 or 5444367. OLE color: 5444367.
HSL color Cylindrical-coordinate representation of color #0F1353: hue angle of 236.47º 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 #0F1353 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 19 | 83 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.67 |
| HSL | 236.47º | 0.69% | 0.19% | - |
| HSV(B) | 236.47º | 0.82% | 0.33% | - |
| XYZ | 1.99 | 1.19 | 8.31 | - |
| YUV | 25.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 83 | 0.82 | 0.77 | 0 | 0.67 | 236.47 | 0.69 | 0.19 |
| Hex | F | 13 | 53 | 52 | 4D | 0 | 43 | EC | 45 | 13 |
| Octal | 17 | 23 | 123 | 122 | 115 | 0 | 103 | 354 | 105 | 23 |
| Binary | 1111 | 10011 | 1010011 | 1010010 | 1001101 | 0 | 1000011 | 11101100 | 1000101 | 10011 |
Color Harmonies of #0F1353
Complementary color
Monochromatic Colors of #0F1353
Black with #0F1353
Text Example
Text Example
White with #0F1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1353; }
p { color: rgb(15,19,83); }
H1.HeaderClassName
{
color: #0F1353;
}
.AnyTagClassName
{
color: #0F1353;
}
</style>
background-color css
<style>
a { background-color: #0F1353; }
a { background-color: rgb(15,19,83); }
div.DivClassName
{
background-color: #0F1353;
}
.BgClassName
{
background-color: #0F1353;
}
</style>
border-color css
<style>
span { border-color: #0F1353; }
span { border-color: rgb(15,19,83); }
td.TdClassName
{
border-color: #0F1353;
}
.TagClassName
{
border-color: #0F1353;
}
</style>