Shades of Midnight Blue #0F004E
Tints of Midnight Blue #0F004E
RGB
CMYK
RGB Variations
Color information
#0F004E (or 0x0F004E) is known color: Midnight Blue. HEX triplet: 0F, 00 and 4E. RGB value is (15,0,78). Sum of RGB (Red+Green+Blue) = 15+0+78=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F004E is #F0FFB1. Grayscale: #0D0D0D. Windows color (decimal): -15794098 or 5111823. OLE color: 5111823.
HSL color Cylindrical-coordinate representation of color #0F004E: hue angle of 251.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F004E is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 0 | 78 | - |
| CMYK | 0.81 | 1 | 0 | 0.69 |
| HSL | 251.54º | 1% | 0.15% | - |
| HSV(B) | 251.54º | 1% | 0.31% | - |
| XYZ | 1.57 | 0.65 | 7.25 | - |
| YUV | 13.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 78 | 0.81 | 1 | 0 | 0.69 | 251.54 | 1 | 0.15 |
| Hex | F | 0 | 4E | 51 | 64 | 0 | 45 | FC | 64 | F |
| Octal | 17 | 0 | 116 | 121 | 144 | 0 | 105 | 374 | 144 | 17 |
| Binary | 1111 | 0 | 1001110 | 1010001 | 1100100 | 0 | 1000101 | 11111100 | 1100100 | 1111 |
Color Harmonies of #0F004E
Complementary color
Monochromatic Colors of #0F004E
Black with #0F004E
Text Example
Text Example
White with #0F004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F004E; }
p { color: rgb(15,0,78); }
H1.HeaderClassName
{
color: #0F004E;
}
.AnyTagClassName
{
color: #0F004E;
}
</style>
background-color css
<style>
a { background-color: #0F004E; }
a { background-color: rgb(15,0,78); }
div.DivClassName
{
background-color: #0F004E;
}
.BgClassName
{
background-color: #0F004E;
}
</style>
border-color css
<style>
span { border-color: #0F004E; }
span { border-color: rgb(15,0,78); }
td.TdClassName
{
border-color: #0F004E;
}
.TagClassName
{
border-color: #0F004E;
}
</style>