Shades of New Midnight Blue #0113A9
Tints of New Midnight Blue #0113A9
RGB
CMYK
RGB Variations
Color information
#0113A9 (or 0x0113A9) is known color: New Midnight Blue. HEX triplet: 01, 13 and A9. RGB value is (1,19,169). Sum of RGB (Red+Green+Blue) = 1+19+169=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 169 (66.41% from 255 or 89.42% from 189); Max value from RGB is 169 - color contains mainly: blue. Hex color #0113A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0113A9 is #FEEC56. Grayscale: #1E1E1E. Windows color (decimal): -16706647 or 11080449. OLE color: 11080449.
HSL color Cylindrical-coordinate representation of color #0113A9: hue angle of 233.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0113A9 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 19 | 169 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.34 |
| HSL | 233.57º | 0.99% | 0.33% | - |
| HSV(B) | 233.57º | 0.99% | 0.66% | - |
| XYZ | 7.41 | 3.34 | 37.79 | - |
| YUV | 30.72 | 206.04 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 169 | 0.99 | 0.89 | 0 | 0.34 | 233.57 | 0.99 | 0.33 |
| Hex | 1 | 13 | A9 | 63 | 59 | 0 | 22 | EA | 63 | 21 |
| Octal | 1 | 23 | 251 | 143 | 131 | 0 | 42 | 352 | 143 | 41 |
| Binary | 1 | 10011 | 10101001 | 1100011 | 1011001 | 0 | 100010 | 11101010 | 1100011 | 100001 |
Color Harmonies of #0113A9
Complementary color
Monochromatic Colors of #0113A9
Black with #0113A9
Text Example
Text Example
White with #0113A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0113A9; }
p { color: rgb(1,19,169); }
H1.HeaderClassName
{
color: #0113A9;
}
.AnyTagClassName
{
color: #0113A9;
}
</style>
background-color css
<style>
a { background-color: #0113A9; }
a { background-color: rgb(1,19,169); }
div.DivClassName
{
background-color: #0113A9;
}
.BgClassName
{
background-color: #0113A9;
}
</style>
border-color css
<style>
span { border-color: #0113A9; }
span { border-color: rgb(1,19,169); }
td.TdClassName
{
border-color: #0113A9;
}
.TagClassName
{
border-color: #0113A9;
}
</style>