Shades of Midnight #0F2B4D
Tints of Midnight #0F2B4D
RGB
CMYK
RGB Variations
Color information
#0F2B4D (or 0x0F2B4D) is known color: Midnight. HEX triplet: 0F, 2B and 4D. RGB value is (15,43,77). Sum of RGB (Red+Green+Blue) = 15+43+77=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F2B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2B4D is #F0D4B2. Grayscale: #262626. Windows color (decimal): -15783091 or 5057295. OLE color: 5057295.
HSL color Cylindrical-coordinate representation of color #0F2B4D: hue angle of 212.9º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2B4D is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 43 | 77 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.70 |
| HSL | 212.9º | 0.67% | 0.18% | - |
| HSV(B) | 212.9º | 0.81% | 0.3% | - |
| XYZ | 2.4 | 2.37 | 7.35 | - |
| YUV | 38.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 77 | 0.81 | 0.44 | 0 | 0.70 | 212.9 | 0.67 | 0.18 |
| Hex | F | 2B | 4D | 51 | 2C | 0 | 46 | D5 | 43 | 12 |
| Octal | 17 | 53 | 115 | 121 | 54 | 0 | 106 | 325 | 103 | 22 |
| Binary | 1111 | 101011 | 1001101 | 1010001 | 101100 | 0 | 1000110 | 11010101 | 1000011 | 10010 |
Color Harmonies of #0F2B4D
Complementary color
Monochromatic Colors of #0F2B4D
Black with #0F2B4D
Text Example
Text Example
White with #0F2B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2B4D; }
p { color: rgb(15,43,77); }
H1.HeaderClassName
{
color: #0F2B4D;
}
.AnyTagClassName
{
color: #0F2B4D;
}
</style>
background-color css
<style>
a { background-color: #0F2B4D; }
a { background-color: rgb(15,43,77); }
div.DivClassName
{
background-color: #0F2B4D;
}
.BgClassName
{
background-color: #0F2B4D;
}
</style>
border-color css
<style>
span { border-color: #0F2B4D; }
span { border-color: rgb(15,43,77); }
td.TdClassName
{
border-color: #0F2B4D;
}
.TagClassName
{
border-color: #0F2B4D;
}
</style>