Shades of Midnight Blue #0F0258
Tints of Midnight Blue #0F0258
RGB
CMYK
RGB Variations
Color information
#0F0258 (or 0x0F0258) is known color: Midnight Blue. HEX triplet: 0F, 02 and 58. RGB value is (15,2,88). Sum of RGB (Red+Green+Blue) = 15+2+88=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F0258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0258 is #F0FDA7. Grayscale: #0F0F0F. Windows color (decimal): -15793576 or 5767695. OLE color: 5767695.
HSL color Cylindrical-coordinate representation of color #0F0258: hue angle of 249.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0258 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 2 | 88 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.65 |
| HSL | 249.07º | 0.96% | 0.18% | - |
| HSV(B) | 249.07º | 0.98% | 0.35% | - |
| XYZ | 1.98 | 0.85 | 9.29 | - |
| YUV | 15.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 88 | 0.83 | 0.98 | 0 | 0.65 | 249.07 | 0.96 | 0.18 |
| Hex | F | 2 | 58 | 53 | 62 | 0 | 41 | F9 | 60 | 12 |
| Octal | 17 | 2 | 130 | 123 | 142 | 0 | 101 | 371 | 140 | 22 |
| Binary | 1111 | 10 | 1011000 | 1010011 | 1100010 | 0 | 1000001 | 11111001 | 1100000 | 10010 |
Color Harmonies of #0F0258
Complementary color
Monochromatic Colors of #0F0258
Black with #0F0258
Text Example
Text Example
White with #0F0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0258; }
p { color: rgb(15,2,88); }
H1.HeaderClassName
{
color: #0F0258;
}
.AnyTagClassName
{
color: #0F0258;
}
</style>
background-color css
<style>
a { background-color: #0F0258; }
a { background-color: rgb(15,2,88); }
div.DivClassName
{
background-color: #0F0258;
}
.BgClassName
{
background-color: #0F0258;
}
</style>
border-color css
<style>
span { border-color: #0F0258; }
span { border-color: rgb(15,2,88); }
td.TdClassName
{
border-color: #0F0258;
}
.TagClassName
{
border-color: #0F0258;
}
</style>