Shades of Midnight Blue #0F0354
Tints of Midnight Blue #0F0354
RGB
CMYK
RGB Variations
Color information
#0F0354 (or 0x0F0354) is known color: Midnight Blue. HEX triplet: 0F, 03 and 54. RGB value is (15,3,84). Sum of RGB (Red+Green+Blue) = 15+3+84=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F0354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0354 is #F0FCAB. Grayscale: #0F0F0F. Windows color (decimal): -15793324 or 5505807. OLE color: 5505807.
HSL color Cylindrical-coordinate representation of color #0F0354: hue angle of 248.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0354 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 3 | 84 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.67 |
| HSL | 248.89º | 0.93% | 0.17% | - |
| HSV(B) | 248.89º | 0.96% | 0.33% | - |
| XYZ | 1.83 | 0.81 | 8.45 | - |
| YUV | 15.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 84 | 0.82 | 0.96 | 0 | 0.67 | 248.89 | 0.93 | 0.17 |
| Hex | F | 3 | 54 | 52 | 60 | 0 | 43 | F9 | 5D | 11 |
| Octal | 17 | 3 | 124 | 122 | 140 | 0 | 103 | 371 | 135 | 21 |
| Binary | 1111 | 11 | 1010100 | 1010010 | 1100000 | 0 | 1000011 | 11111001 | 1011101 | 10001 |
Color Harmonies of #0F0354
Complementary color
Monochromatic Colors of #0F0354
Black with #0F0354
Text Example
Text Example
White with #0F0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0354; }
p { color: rgb(15,3,84); }
H1.HeaderClassName
{
color: #0F0354;
}
.AnyTagClassName
{
color: #0F0354;
}
</style>
background-color css
<style>
a { background-color: #0F0354; }
a { background-color: rgb(15,3,84); }
div.DivClassName
{
background-color: #0F0354;
}
.BgClassName
{
background-color: #0F0354;
}
</style>
border-color css
<style>
span { border-color: #0F0354; }
span { border-color: rgb(15,3,84); }
td.TdClassName
{
border-color: #0F0354;
}
.TagClassName
{
border-color: #0F0354;
}
</style>