Shades of Midnight Blue #0F0255
Tints of Midnight Blue #0F0255
RGB
CMYK
RGB Variations
Color information
#0F0255 (or 0x0F0255) is known color: Midnight Blue. HEX triplet: 0F, 02 and 55. RGB value is (15,2,85). Sum of RGB (Red+Green+Blue) = 15+2+85=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 85 (33.59% from 255 or 83.33% from 102); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F0255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0255 is #F0FDAA. Grayscale: #0F0F0F. Windows color (decimal): -15793579 or 5571087. OLE color: 5571087.
HSL color Cylindrical-coordinate representation of color #0F0255: hue angle of 249.4º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0255 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 2 | 85 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.67 |
| HSL | 249.4º | 0.95% | 0.17% | - |
| HSV(B) | 249.4º | 0.98% | 0.33% | - |
| XYZ | 1.86 | 0.8 | 8.65 | - |
| YUV | 15.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 85 | 0.82 | 0.98 | 0 | 0.67 | 249.4 | 0.95 | 0.17 |
| Hex | F | 2 | 55 | 52 | 62 | 0 | 43 | F9 | 5F | 11 |
| Octal | 17 | 2 | 125 | 122 | 142 | 0 | 103 | 371 | 137 | 21 |
| Binary | 1111 | 10 | 1010101 | 1010010 | 1100010 | 0 | 1000011 | 11111001 | 1011111 | 10001 |
Color Harmonies of #0F0255
Complementary color
Monochromatic Colors of #0F0255
Black with #0F0255
Text Example
Text Example
White with #0F0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0255; }
p { color: rgb(15,2,85); }
H1.HeaderClassName
{
color: #0F0255;
}
.AnyTagClassName
{
color: #0F0255;
}
</style>
background-color css
<style>
a { background-color: #0F0255; }
a { background-color: rgb(15,2,85); }
div.DivClassName
{
background-color: #0F0255;
}
.BgClassName
{
background-color: #0F0255;
}
</style>
border-color css
<style>
span { border-color: #0F0255; }
span { border-color: rgb(15,2,85); }
td.TdClassName
{
border-color: #0F0255;
}
.TagClassName
{
border-color: #0F0255;
}
</style>