Shades of New Midnight Blue #0115AE
Tints of New Midnight Blue #0115AE
RGB
CMYK
RGB Variations
Color information
#0115AE (or 0x0115AE) is known color: New Midnight Blue. HEX triplet: 01, 15 and AE. RGB value is (1,21,174). Sum of RGB (Red+Green+Blue) = 1+21+174=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 174 (68.36% from 255 or 88.78% from 196); Max value from RGB is 174 - color contains mainly: blue. Hex color #0115AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0115AE is #FEEA51. Grayscale: #1F1F1F. Windows color (decimal): -16706130 or 11408641. OLE color: 11408641.
HSL color Cylindrical-coordinate representation of color #0115AE: hue angle of 233.06º 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 #0115AE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 21 | 174 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.32 |
| HSL | 233.06º | 0.99% | 0.34% | - |
| HSV(B) | 233.06º | 0.99% | 0.68% | - |
| XYZ | 7.92 | 3.6 | 40.32 | - |
| YUV | 32.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 174 | 0.99 | 0.88 | 0 | 0.32 | 233.06 | 0.99 | 0.34 |
| Hex | 1 | 15 | AE | 63 | 58 | 0 | 20 | E9 | 63 | 22 |
| Octal | 1 | 25 | 256 | 143 | 130 | 0 | 40 | 351 | 143 | 42 |
| Binary | 1 | 10101 | 10101110 | 1100011 | 1011000 | 0 | 100000 | 11101001 | 1100011 | 100010 |
Color Harmonies of #0115AE
Complementary color
Monochromatic Colors of #0115AE
Black with #0115AE
Text Example
Text Example
White with #0115AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0115AE; }
p { color: rgb(1,21,174); }
H1.HeaderClassName
{
color: #0115AE;
}
.AnyTagClassName
{
color: #0115AE;
}
</style>
background-color css
<style>
a { background-color: #0115AE; }
a { background-color: rgb(1,21,174); }
div.DivClassName
{
background-color: #0115AE;
}
.BgClassName
{
background-color: #0115AE;
}
</style>
border-color css
<style>
span { border-color: #0115AE; }
span { border-color: rgb(1,21,174); }
td.TdClassName
{
border-color: #0115AE;
}
.TagClassName
{
border-color: #0115AE;
}
</style>