Shades of New Midnight Blue #0F00AA
Tints of New Midnight Blue #0F00AA
RGB
CMYK
RGB Variations
Color information
#0F00AA (or 0x0F00AA) is known color: New Midnight Blue. HEX triplet: 0F, 00 and AA. RGB value is (15,0,170). Sum of RGB (Red+Green+Blue) = 15+0+170=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F00AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F00AA is #F0FF55. Grayscale: #171717. Windows color (decimal): -15794006 or 11141135. OLE color: 11141135.
HSL color Cylindrical-coordinate representation of color #0F00AA: hue angle of 245.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00AA is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 0 | 170 | - |
| CMYK | 0.91 | 1 | 0 | 0.33 |
| HSL | 245.29º | 1% | 0.33% | - |
| HSV(B) | 245.29º | 1% | 0.67% | - |
| XYZ | 7.45 | 3 | 38.22 | - |
| YUV | 23.87 | 210.47 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 170 | 0.91 | 1 | 0 | 0.33 | 245.29 | 1 | 0.33 |
| Hex | F | 0 | AA | 5B | 64 | 0 | 21 | F5 | 64 | 21 |
| Octal | 17 | 0 | 252 | 133 | 144 | 0 | 41 | 365 | 144 | 41 |
| Binary | 1111 | 0 | 10101010 | 1011011 | 1100100 | 0 | 100001 | 11110101 | 1100100 | 100001 |
Color Harmonies of #0F00AA
Complementary color
Monochromatic Colors of #0F00AA
Black with #0F00AA
Text Example
Text Example
White with #0F00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F00AA; }
p { color: rgb(15,0,170); }
H1.HeaderClassName
{
color: #0F00AA;
}
.AnyTagClassName
{
color: #0F00AA;
}
</style>
background-color css
<style>
a { background-color: #0F00AA; }
a { background-color: rgb(15,0,170); }
div.DivClassName
{
background-color: #0F00AA;
}
.BgClassName
{
background-color: #0F00AA;
}
</style>
border-color css
<style>
span { border-color: #0F00AA; }
span { border-color: rgb(15,0,170); }
td.TdClassName
{
border-color: #0F00AA;
}
.TagClassName
{
border-color: #0F00AA;
}
</style>