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