Shades of Midnight Blue #0F055A
Tints of Midnight Blue #0F055A
RGB
CMYK
RGB Variations
Color information
#0F055A (or 0x0F055A) is known color: Midnight Blue. HEX triplet: 0F, 05 and 5A. RGB value is (15,5,90). Sum of RGB (Red+Green+Blue) = 15+5+90=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F055A is #F0FAA5. Grayscale: #111111. Windows color (decimal): -15792806 or 5899535. OLE color: 5899535.
HSL color Cylindrical-coordinate representation of color #0F055A: hue angle of 247.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F055A is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 5 | 90 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.65 |
| HSL | 247.06º | 0.89% | 0.19% | - |
| HSV(B) | 247.06º | 0.94% | 0.35% | - |
| XYZ | 2.1 | 0.95 | 9.75 | - |
| YUV | 17.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 90 | 0.83 | 0.94 | 0 | 0.65 | 247.06 | 0.89 | 0.19 |
| Hex | F | 5 | 5A | 53 | 5E | 0 | 41 | F7 | 59 | 13 |
| Octal | 17 | 5 | 132 | 123 | 136 | 0 | 101 | 367 | 131 | 23 |
| Binary | 1111 | 101 | 1011010 | 1010011 | 1011110 | 0 | 1000001 | 11110111 | 1011001 | 10011 |
Color Harmonies of #0F055A
Complementary color
Monochromatic Colors of #0F055A
Black with #0F055A
Text Example
Text Example
White with #0F055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F055A; }
p { color: rgb(15,5,90); }
H1.HeaderClassName
{
color: #0F055A;
}
.AnyTagClassName
{
color: #0F055A;
}
</style>
background-color css
<style>
a { background-color: #0F055A; }
a { background-color: rgb(15,5,90); }
div.DivClassName
{
background-color: #0F055A;
}
.BgClassName
{
background-color: #0F055A;
}
</style>
border-color css
<style>
span { border-color: #0F055A; }
span { border-color: rgb(15,5,90); }
td.TdClassName
{
border-color: #0F055A;
}
.TagClassName
{
border-color: #0F055A;
}
</style>