Shades of Midnight Blue #0F175C
Tints of Midnight Blue #0F175C
RGB
CMYK
RGB Variations
Color information
#0F175C (or 0x0F175C) is known color: Midnight Blue. HEX triplet: 0F, 17 and 5C. RGB value is (15,23,92). Sum of RGB (Red+Green+Blue) = 15+23+92=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F175C is #F0E8A3. Grayscale: #1C1C1C. Windows color (decimal): -15788196 or 6035215. OLE color: 6035215.
HSL color Cylindrical-coordinate representation of color #0F175C: hue angle of 233.77º 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 #0F175C is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 23 | 92 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.64 |
| HSL | 233.77º | 0.72% | 0.21% | - |
| HSV(B) | 233.77º | 0.84% | 0.36% | - |
| XYZ | 2.44 | 1.49 | 10.28 | - |
| YUV | 28.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 92 | 0.84 | 0.75 | 0 | 0.64 | 233.77 | 0.72 | 0.21 |
| Hex | F | 17 | 5C | 54 | 4B | 0 | 40 | EA | 48 | 15 |
| Octal | 17 | 27 | 134 | 124 | 113 | 0 | 100 | 352 | 110 | 25 |
| Binary | 1111 | 10111 | 1011100 | 1010100 | 1001011 | 0 | 1000000 | 11101010 | 1001000 | 10101 |
Color Harmonies of #0F175C
Complementary color
Monochromatic Colors of #0F175C
Black with #0F175C
Text Example
Text Example
White with #0F175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F175C; }
p { color: rgb(15,23,92); }
H1.HeaderClassName
{
color: #0F175C;
}
.AnyTagClassName
{
color: #0F175C;
}
</style>
background-color css
<style>
a { background-color: #0F175C; }
a { background-color: rgb(15,23,92); }
div.DivClassName
{
background-color: #0F175C;
}
.BgClassName
{
background-color: #0F175C;
}
</style>
border-color css
<style>
span { border-color: #0F175C; }
span { border-color: rgb(15,23,92); }
td.TdClassName
{
border-color: #0F175C;
}
.TagClassName
{
border-color: #0F175C;
}
</style>