Shades of Midnight Blue #0F0453
Tints of Midnight Blue #0F0453
RGB
CMYK
RGB Variations
Color information
#0F0453 (or 0x0F0453) is known color: Midnight Blue. HEX triplet: 0F, 04 and 53. RGB value is (15,4,83). Sum of RGB (Red+Green+Blue) = 15+4+83=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0453 is #F0FBAC. Grayscale: #0F0F0F. Windows color (decimal): -15793069 or 5440527. OLE color: 5440527.
HSL color Cylindrical-coordinate representation of color #0F0453: hue angle of 248.35º 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 #0F0453 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 4 | 83 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.67 |
| HSL | 248.35º | 0.91% | 0.17% | - |
| HSV(B) | 248.35º | 0.95% | 0.33% | - |
| XYZ | 1.8 | 0.81 | 8.25 | - |
| YUV | 16.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 83 | 0.82 | 0.95 | 0 | 0.67 | 248.35 | 0.91 | 0.17 |
| Hex | F | 4 | 53 | 52 | 5F | 0 | 43 | F8 | 5B | 11 |
| Octal | 17 | 4 | 123 | 122 | 137 | 0 | 103 | 370 | 133 | 21 |
| Binary | 1111 | 100 | 1010011 | 1010010 | 1011111 | 0 | 1000011 | 11111000 | 1011011 | 10001 |
Color Harmonies of #0F0453
Complementary color
Monochromatic Colors of #0F0453
Black with #0F0453
Text Example
Text Example
White with #0F0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0453; }
p { color: rgb(15,4,83); }
H1.HeaderClassName
{
color: #0F0453;
}
.AnyTagClassName
{
color: #0F0453;
}
</style>
background-color css
<style>
a { background-color: #0F0453; }
a { background-color: rgb(15,4,83); }
div.DivClassName
{
background-color: #0F0453;
}
.BgClassName
{
background-color: #0F0453;
}
</style>
border-color css
<style>
span { border-color: #0F0453; }
span { border-color: rgb(15,4,83); }
td.TdClassName
{
border-color: #0F0453;
}
.TagClassName
{
border-color: #0F0453;
}
</style>