Shades of New Midnight Blue #000FB0
Tints of New Midnight Blue #000FB0
RGB
CMYK
RGB Variations
Color information
#000FB0 (or 0x000FB0) is known color: New Midnight Blue. HEX triplet: 00, 0F and B0. RGB value is (0,15,176). Sum of RGB (Red+Green+Blue) = 0+15+176=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 176 (69.14% from 255 or 92.15% from 191); Max value from RGB is 176 - color contains mainly: blue. Hex color #000FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FB0 is #FFF04F. Grayscale: #1C1C1C. Windows color (decimal): -16773200 or 11538176. OLE color: 11538176.
HSL color Cylindrical-coordinate representation of color #000FB0: hue angle of 234.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FB0 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 15 | 176 | - |
| CMYK | 1 | 0.91 | 0 | 0.31 |
| HSL | 234.89º | 1% | 0.35% | - |
| HSV(B) | 234.89º | 1% | 0.69% | - |
| XYZ | 8.01 | 3.48 | 41.32 | - |
| YUV | 28.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 176 | 1 | 0.91 | 0 | 0.31 | 234.89 | 1 | 0.35 |
| Hex | 0 | F | B0 | 64 | 5B | 0 | 1F | EB | 64 | 23 |
| Octal | 0 | 17 | 260 | 144 | 133 | 0 | 37 | 353 | 144 | 43 |
| Binary | 0 | 1111 | 10110000 | 1100100 | 1011011 | 0 | 11111 | 11101011 | 1100100 | 100011 |
Color Harmonies of #000FB0
Complementary color
Monochromatic Colors of #000FB0
Black with #000FB0
Text Example
Text Example
White with #000FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FB0; }
p { color: rgb(0,15,176); }
H1.HeaderClassName
{
color: #000FB0;
}
.AnyTagClassName
{
color: #000FB0;
}
</style>
background-color css
<style>
a { background-color: #000FB0; }
a { background-color: rgb(0,15,176); }
div.DivClassName
{
background-color: #000FB0;
}
.BgClassName
{
background-color: #000FB0;
}
</style>
border-color css
<style>
span { border-color: #000FB0; }
span { border-color: rgb(0,15,176); }
td.TdClassName
{
border-color: #000FB0;
}
.TagClassName
{
border-color: #000FB0;
}
</style>