Shades of Midnight Blue #0F145D
Tints of Midnight Blue #0F145D
RGB
CMYK
RGB Variations
Color information
#0F145D (or 0x0F145D) is known color: Midnight Blue. HEX triplet: 0F, 14 and 5D. RGB value is (15,20,93). Sum of RGB (Red+Green+Blue) = 15+20+93=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F145D is #F0EBA2. Grayscale: #1A1A1A. Windows color (decimal): -15788963 or 6099983. OLE color: 6099983.
HSL color Cylindrical-coordinate representation of color #0F145D: hue angle of 236.15º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F145D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 20 | 93 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.64 |
| HSL | 236.15º | 0.72% | 0.21% | - |
| HSV(B) | 236.15º | 0.84% | 0.36% | - |
| XYZ | 2.42 | 1.39 | 10.5 | - |
| YUV | 26.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 93 | 0.84 | 0.78 | 0 | 0.64 | 236.15 | 0.72 | 0.21 |
| Hex | F | 14 | 5D | 54 | 4E | 0 | 40 | EC | 48 | 15 |
| Octal | 17 | 24 | 135 | 124 | 116 | 0 | 100 | 354 | 110 | 25 |
| Binary | 1111 | 10100 | 1011101 | 1010100 | 1001110 | 0 | 1000000 | 11101100 | 1001000 | 10101 |
Color Harmonies of #0F145D
Complementary color
Monochromatic Colors of #0F145D
Black with #0F145D
Text Example
Text Example
White with #0F145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F145D; }
p { color: rgb(15,20,93); }
H1.HeaderClassName
{
color: #0F145D;
}
.AnyTagClassName
{
color: #0F145D;
}
</style>
background-color css
<style>
a { background-color: #0F145D; }
a { background-color: rgb(15,20,93); }
div.DivClassName
{
background-color: #0F145D;
}
.BgClassName
{
background-color: #0F145D;
}
</style>
border-color css
<style>
span { border-color: #0F145D; }
span { border-color: rgb(15,20,93); }
td.TdClassName
{
border-color: #0F145D;
}
.TagClassName
{
border-color: #0F145D;
}
</style>