Shades of New Midnight Blue #01099C
Tints of New Midnight Blue #01099C
RGB
CMYK
RGB Variations
Color information
#01099C (or 0x01099C) is known color: New Midnight Blue. HEX triplet: 01, 09 and 9C. RGB value is (1,9,156). Sum of RGB (Red+Green+Blue) = 1+9+156=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 156 (61.33% from 255 or 93.98% from 166); Max value from RGB is 156 - color contains mainly: blue. Hex color #01099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01099C is #FEF663. Grayscale: #161616. Windows color (decimal): -16709220 or 10225921. OLE color: 10225921.
HSL color Cylindrical-coordinate representation of color #01099C: hue angle of 236.9º 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 #01099C is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 9 | 156 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.39 |
| HSL | 236.9º | 0.99% | 0.31% | - |
| HSV(B) | 236.9º | 0.99% | 0.61% | - |
| XYZ | 6.11 | 2.6 | 31.63 | - |
| YUV | 23.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 156 | 0.99 | 0.94 | 0 | 0.39 | 236.9 | 0.99 | 0.31 |
| Hex | 1 | 9 | 9C | 63 | 5E | 0 | 27 | ED | 63 | 1F |
| Octal | 1 | 11 | 234 | 143 | 136 | 0 | 47 | 355 | 143 | 37 |
| Binary | 1 | 1001 | 10011100 | 1100011 | 1011110 | 0 | 100111 | 11101101 | 1100011 | 11111 |
Color Harmonies of #01099C
Complementary color
Monochromatic Colors of #01099C
Black with #01099C
Text Example
Text Example
White with #01099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01099C; }
p { color: rgb(1,9,156); }
H1.HeaderClassName
{
color: #01099C;
}
.AnyTagClassName
{
color: #01099C;
}
</style>
background-color css
<style>
a { background-color: #01099C; }
a { background-color: rgb(1,9,156); }
div.DivClassName
{
background-color: #01099C;
}
.BgClassName
{
background-color: #01099C;
}
</style>
border-color css
<style>
span { border-color: #01099C; }
span { border-color: rgb(1,9,156); }
td.TdClassName
{
border-color: #01099C;
}
.TagClassName
{
border-color: #01099C;
}
</style>