Shades of Midnight Blue #0F0454
Tints of Midnight Blue #0F0454
RGB
CMYK
RGB Variations
Color information
#0F0454 (or 0x0F0454) is known color: Midnight Blue. HEX triplet: 0F, 04 and 54. RGB value is (15,4,84). Sum of RGB (Red+Green+Blue) = 15+4+84=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F0454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0454 is #F0FBAB. Grayscale: #101010. Windows color (decimal): -15793068 or 5506063. OLE color: 5506063.
HSL color Cylindrical-coordinate representation of color #0F0454: hue angle of 248.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0454 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 4 | 84 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.67 |
| HSL | 248.25º | 0.91% | 0.17% | - |
| HSV(B) | 248.25º | 0.95% | 0.33% | - |
| XYZ | 1.84 | 0.83 | 8.45 | - |
| YUV | 16.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 84 | 0.82 | 0.95 | 0 | 0.67 | 248.25 | 0.91 | 0.17 |
| Hex | F | 4 | 54 | 52 | 5F | 0 | 43 | F8 | 5B | 11 |
| Octal | 17 | 4 | 124 | 122 | 137 | 0 | 103 | 370 | 133 | 21 |
| Binary | 1111 | 100 | 1010100 | 1010010 | 1011111 | 0 | 1000011 | 11111000 | 1011011 | 10001 |
Color Harmonies of #0F0454
Complementary color
Monochromatic Colors of #0F0454
Black with #0F0454
Text Example
Text Example
White with #0F0454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0454; }
p { color: rgb(15,4,84); }
H1.HeaderClassName
{
color: #0F0454;
}
.AnyTagClassName
{
color: #0F0454;
}
</style>
background-color css
<style>
a { background-color: #0F0454; }
a { background-color: rgb(15,4,84); }
div.DivClassName
{
background-color: #0F0454;
}
.BgClassName
{
background-color: #0F0454;
}
</style>
border-color css
<style>
span { border-color: #0F0454; }
span { border-color: rgb(15,4,84); }
td.TdClassName
{
border-color: #0F0454;
}
.TagClassName
{
border-color: #0F0454;
}
</style>