Shades of Midnight Blue #0F0462
Tints of Midnight Blue #0F0462
RGB
CMYK
RGB Variations
Color information
#0F0462 (or 0x0F0462) is known color: Midnight Blue. HEX triplet: 0F, 04 and 62. RGB value is (15,4,98). Sum of RGB (Red+Green+Blue) = 15+4+98=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F0462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0462 is #F0FB9D. Grayscale: #111111. Windows color (decimal): -15793054 or 6423567. OLE color: 6423567.
HSL color Cylindrical-coordinate representation of color #0F0462: hue angle of 247.02º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0462 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 4 | 98 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.62 |
| HSL | 247.02º | 0.92% | 0.2% | - |
| HSV(B) | 247.02º | 0.96% | 0.38% | - |
| XYZ | 2.45 | 1.07 | 11.63 | - |
| YUV | 18.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 98 | 0.85 | 0.96 | 0 | 0.62 | 247.02 | 0.92 | 0.2 |
| Hex | F | 4 | 62 | 55 | 60 | 0 | 3E | F7 | 5C | 14 |
| Octal | 17 | 4 | 142 | 125 | 140 | 0 | 76 | 367 | 134 | 24 |
| Binary | 1111 | 100 | 1100010 | 1010101 | 1100000 | 0 | 111110 | 11110111 | 1011100 | 10100 |
Color Harmonies of #0F0462
Complementary color
Monochromatic Colors of #0F0462
Black with #0F0462
Text Example
Text Example
White with #0F0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0462; }
p { color: rgb(15,4,98); }
H1.HeaderClassName
{
color: #0F0462;
}
.AnyTagClassName
{
color: #0F0462;
}
</style>
background-color css
<style>
a { background-color: #0F0462; }
a { background-color: rgb(15,4,98); }
div.DivClassName
{
background-color: #0F0462;
}
.BgClassName
{
background-color: #0F0462;
}
</style>
border-color css
<style>
span { border-color: #0F0462; }
span { border-color: rgb(15,4,98); }
td.TdClassName
{
border-color: #0F0462;
}
.TagClassName
{
border-color: #0F0462;
}
</style>