Shades of New Midnight Blue #01069C
Tints of New Midnight Blue #01069C
RGB
CMYK
RGB Variations
Color information
#01069C (or 0x01069C) is known color: New Midnight Blue. HEX triplet: 01, 06 and 9C. RGB value is (1,6,156). Sum of RGB (Red+Green+Blue) = 1+6+156=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 156 (61.33% from 255 or 95.71% from 163); Max value from RGB is 156 - color contains mainly: blue. Hex color #01069C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01069C is #FEF963. Grayscale: #151515. Windows color (decimal): -16709988 or 10225153. OLE color: 10225153.
HSL color Cylindrical-coordinate representation of color #01069C: hue angle of 238.06º 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 #01069C is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 6 | 156 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.39 |
| HSL | 238.06º | 0.99% | 0.31% | - |
| HSV(B) | 238.06º | 0.99% | 0.61% | - |
| XYZ | 6.08 | 2.54 | 31.62 | - |
| YUV | 21.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 156 | 0.99 | 0.96 | 0 | 0.39 | 238.06 | 0.99 | 0.31 |
| Hex | 1 | 6 | 9C | 63 | 60 | 0 | 27 | EE | 63 | 1F |
| Octal | 1 | 6 | 234 | 143 | 140 | 0 | 47 | 356 | 143 | 37 |
| Binary | 1 | 110 | 10011100 | 1100011 | 1100000 | 0 | 100111 | 11101110 | 1100011 | 11111 |
Color Harmonies of #01069C
Complementary color
Monochromatic Colors of #01069C
Black with #01069C
Text Example
Text Example
White with #01069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01069C; }
p { color: rgb(1,6,156); }
H1.HeaderClassName
{
color: #01069C;
}
.AnyTagClassName
{
color: #01069C;
}
</style>
background-color css
<style>
a { background-color: #01069C; }
a { background-color: rgb(1,6,156); }
div.DivClassName
{
background-color: #01069C;
}
.BgClassName
{
background-color: #01069C;
}
</style>
border-color css
<style>
span { border-color: #01069C; }
span { border-color: rgb(1,6,156); }
td.TdClassName
{
border-color: #01069C;
}
.TagClassName
{
border-color: #01069C;
}
</style>