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