Shades of New Midnight Blue #0106AA
Tints of New Midnight Blue #0106AA
RGB
CMYK
RGB Variations
Color information
#0106AA (or 0x0106AA) is known color: New Midnight Blue. HEX triplet: 01, 06 and AA. RGB value is (1,6,170). Sum of RGB (Red+Green+Blue) = 1+6+170=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 170 (66.80% from 255 or 96.05% from 177); Max value from RGB is 170 - color contains mainly: blue. Hex color #0106AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0106AA is #FEF955. Grayscale: #161616. Windows color (decimal): -16709974 or 11142657. OLE color: 11142657.
HSL color Cylindrical-coordinate representation of color #0106AA: hue angle of 238.22º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0106AA is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 6 | 170 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.33 |
| HSL | 238.22º | 0.99% | 0.34% | - |
| HSV(B) | 238.22º | 0.99% | 0.67% | - |
| XYZ | 7.33 | 3.04 | 38.23 | - |
| YUV | 23.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 170 | 0.99 | 0.96 | 0 | 0.33 | 238.22 | 0.99 | 0.34 |
| Hex | 1 | 6 | AA | 63 | 60 | 0 | 21 | EE | 63 | 22 |
| Octal | 1 | 6 | 252 | 143 | 140 | 0 | 41 | 356 | 143 | 42 |
| Binary | 1 | 110 | 10101010 | 1100011 | 1100000 | 0 | 100001 | 11101110 | 1100011 | 100010 |
Color Harmonies of #0106AA
Complementary color
Monochromatic Colors of #0106AA
Black with #0106AA
Text Example
Text Example
White with #0106AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106AA; }
p { color: rgb(1,6,170); }
H1.HeaderClassName
{
color: #0106AA;
}
.AnyTagClassName
{
color: #0106AA;
}
</style>
background-color css
<style>
a { background-color: #0106AA; }
a { background-color: rgb(1,6,170); }
div.DivClassName
{
background-color: #0106AA;
}
.BgClassName
{
background-color: #0106AA;
}
</style>
border-color css
<style>
span { border-color: #0106AA; }
span { border-color: rgb(1,6,170); }
td.TdClassName
{
border-color: #0106AA;
}
.TagClassName
{
border-color: #0106AA;
}
</style>