Shades of New Midnight Blue #0F009D
Tints of New Midnight Blue #0F009D
RGB
CMYK
RGB Variations
Color information
#0F009D (or 0x0F009D) is known color: New Midnight Blue. HEX triplet: 0F, 00 and 9D. RGB value is (15,0,157). Sum of RGB (Red+Green+Blue) = 15+0+157=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 157 (61.72% from 255 or 91.28% from 172); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F009D is #F0FF62. Grayscale: #151515. Windows color (decimal): -15794019 or 10289167. OLE color: 10289167.
HSL color Cylindrical-coordinate representation of color #0F009D: hue angle of 245.73º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F009D is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 0 | 157 | - |
| CMYK | 0.90 | 1 | 0 | 0.38 |
| HSL | 245.73º | 1% | 0.31% | - |
| HSV(B) | 245.73º | 1% | 0.62% | - |
| XYZ | 6.28 | 2.54 | 32.06 | - |
| YUV | 22.38 | 203.97 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 157 | 0.90 | 1 | 0 | 0.38 | 245.73 | 1 | 0.31 |
| Hex | F | 0 | 9D | 5A | 64 | 0 | 26 | F6 | 64 | 1F |
| Octal | 17 | 0 | 235 | 132 | 144 | 0 | 46 | 366 | 144 | 37 |
| Binary | 1111 | 0 | 10011101 | 1011010 | 1100100 | 0 | 100110 | 11110110 | 1100100 | 11111 |
Color Harmonies of #0F009D
Complementary color
Monochromatic Colors of #0F009D
Black with #0F009D
Text Example
Text Example
White with #0F009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F009D; }
p { color: rgb(15,0,157); }
H1.HeaderClassName
{
color: #0F009D;
}
.AnyTagClassName
{
color: #0F009D;
}
</style>
background-color css
<style>
a { background-color: #0F009D; }
a { background-color: rgb(15,0,157); }
div.DivClassName
{
background-color: #0F009D;
}
.BgClassName
{
background-color: #0F009D;
}
</style>
border-color css
<style>
span { border-color: #0F009D; }
span { border-color: rgb(15,0,157); }
td.TdClassName
{
border-color: #0F009D;
}
.TagClassName
{
border-color: #0F009D;
}
</style>