Shades of New Midnight Blue #0107AE
Tints of New Midnight Blue #0107AE
RGB
CMYK
RGB Variations
Color information
#0107AE (or 0x0107AE) is known color: New Midnight Blue. HEX triplet: 01, 07 and AE. RGB value is (1,7,174). Sum of RGB (Red+Green+Blue) = 1+7+174=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 174 (68.36% from 255 or 95.60% from 182); Max value from RGB is 174 - color contains mainly: blue. Hex color #0107AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0107AE is #FEF851. Grayscale: #171717. Windows color (decimal): -16709714 or 11405057. OLE color: 11405057.
HSL color Cylindrical-coordinate representation of color #0107AE: hue angle of 237.92º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0107AE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 7 | 174 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.32 |
| HSL | 237.92º | 0.99% | 0.34% | - |
| HSV(B) | 237.92º | 0.99% | 0.68% | - |
| XYZ | 7.73 | 3.21 | 40.26 | - |
| YUV | 24.24 | 212.51 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 174 | 0.99 | 0.96 | 0 | 0.32 | 237.92 | 0.99 | 0.34 |
| Hex | 1 | 7 | AE | 63 | 60 | 0 | 20 | EE | 63 | 22 |
| Octal | 1 | 7 | 256 | 143 | 140 | 0 | 40 | 356 | 143 | 42 |
| Binary | 1 | 111 | 10101110 | 1100011 | 1100000 | 0 | 100000 | 11101110 | 1100011 | 100010 |
Color Harmonies of #0107AE
Complementary color
Monochromatic Colors of #0107AE
Black with #0107AE
Text Example
Text Example
White with #0107AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0107AE; }
p { color: rgb(1,7,174); }
H1.HeaderClassName
{
color: #0107AE;
}
.AnyTagClassName
{
color: #0107AE;
}
</style>
background-color css
<style>
a { background-color: #0107AE; }
a { background-color: rgb(1,7,174); }
div.DivClassName
{
background-color: #0107AE;
}
.BgClassName
{
background-color: #0107AE;
}
</style>
border-color css
<style>
span { border-color: #0107AE; }
span { border-color: rgb(1,7,174); }
td.TdClassName
{
border-color: #0107AE;
}
.TagClassName
{
border-color: #0107AE;
}
</style>