Shades of New Midnight Blue #01009C
Tints of New Midnight Blue #01009C
RGB
CMYK
RGB Variations
Color information
#01009C (or 0x01009C) is known color: New Midnight Blue. HEX triplet: 01, 00 and 9C. RGB value is (1,0,156). Sum of RGB (Red+Green+Blue) = 1+0+156=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 156 (61.33% from 255 or 99.36% from 157); Max value from RGB is 156 - color contains mainly: blue. Hex color #01009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01009C is #FEFF63. Grayscale: #111111. Windows color (decimal): -16711524 or 10223617. OLE color: 10223617.
HSL color Cylindrical-coordinate representation of color #01009C: hue angle of 240.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01009C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 0 | 156 | - |
| CMYK | 0.99 | 1 | 0 | 0.39 |
| HSL | 240.38º | 1% | 0.31% | - |
| HSV(B) | 240.38º | 1% | 0.61% | - |
| XYZ | 6.01 | 2.41 | 31.6 | - |
| YUV | 18.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 156 | 0.99 | 1 | 0 | 0.39 | 240.38 | 1 | 0.31 |
| Hex | 1 | 0 | 9C | 63 | 64 | 0 | 27 | F0 | 64 | 1F |
| Octal | 1 | 0 | 234 | 143 | 144 | 0 | 47 | 360 | 144 | 37 |
| Binary | 1 | 0 | 10011100 | 1100011 | 1100100 | 0 | 100111 | 11110000 | 1100100 | 11111 |
Color Harmonies of #01009C
Complementary color
Monochromatic Colors of #01009C
Black with #01009C
Text Example
Text Example
White with #01009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01009C; }
p { color: rgb(1,0,156); }
H1.HeaderClassName
{
color: #01009C;
}
.AnyTagClassName
{
color: #01009C;
}
</style>
background-color css
<style>
a { background-color: #01009C; }
a { background-color: rgb(1,0,156); }
div.DivClassName
{
background-color: #01009C;
}
.BgClassName
{
background-color: #01009C;
}
</style>
border-color css
<style>
span { border-color: #01009C; }
span { border-color: rgb(1,0,156); }
td.TdClassName
{
border-color: #01009C;
}
.TagClassName
{
border-color: #01009C;
}
</style>