Shades of New Midnight Blue #010F9C
Tints of New Midnight Blue #010F9C
RGB
CMYK
RGB Variations
Color information
#010F9C (or 0x010F9C) is known color: New Midnight Blue. HEX triplet: 01, 0F and 9C. RGB value is (1,15,156). Sum of RGB (Red+Green+Blue) = 1+15+156=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #010F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F9C is #FEF063. Grayscale: #1A1A1A. Windows color (decimal): -16707684 or 10227457. OLE color: 10227457.
HSL color Cylindrical-coordinate representation of color #010F9C: hue angle of 234.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F9C is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 15 | 156 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.39 |
| HSL | 234.58º | 0.99% | 0.31% | - |
| HSV(B) | 234.58º | 0.99% | 0.61% | - |
| XYZ | 6.18 | 2.75 | 31.66 | - |
| YUV | 26.89 | 200.86 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 156 | 0.99 | 0.90 | 0 | 0.39 | 234.58 | 0.99 | 0.31 |
| Hex | 1 | F | 9C | 63 | 5A | 0 | 27 | EB | 63 | 1F |
| Octal | 1 | 17 | 234 | 143 | 132 | 0 | 47 | 353 | 143 | 37 |
| Binary | 1 | 1111 | 10011100 | 1100011 | 1011010 | 0 | 100111 | 11101011 | 1100011 | 11111 |
Color Harmonies of #010F9C
Complementary color
Monochromatic Colors of #010F9C
Black with #010F9C
Text Example
Text Example
White with #010F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F9C; }
p { color: rgb(1,15,156); }
H1.HeaderClassName
{
color: #010F9C;
}
.AnyTagClassName
{
color: #010F9C;
}
</style>
background-color css
<style>
a { background-color: #010F9C; }
a { background-color: rgb(1,15,156); }
div.DivClassName
{
background-color: #010F9C;
}
.BgClassName
{
background-color: #010F9C;
}
</style>
border-color css
<style>
span { border-color: #010F9C; }
span { border-color: rgb(1,15,156); }
td.TdClassName
{
border-color: #010F9C;
}
.TagClassName
{
border-color: #010F9C;
}
</style>