Shades of New Midnight Blue #0E00A5
Tints of New Midnight Blue #0E00A5
RGB
CMYK
RGB Variations
Color information
#0E00A5 (or 0x0E00A5) is known color: New Midnight Blue. HEX triplet: 0E, 00 and A5. RGB value is (14,0,165). Sum of RGB (Red+Green+Blue) = 14+0+165=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 165 (64.84% from 255 or 92.18% from 179); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E00A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E00A5 is #F1FF5A. Grayscale: #161616. Windows color (decimal): -15859547 or 10813454. OLE color: 10813454.
HSL color Cylindrical-coordinate representation of color #0E00A5: hue angle of 245.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00A5 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 0 | 165 | - |
| CMYK | 0.92 | 1 | 0 | 0.35 |
| HSL | 245.09º | 1% | 0.32% | - |
| HSV(B) | 245.09º | 1% | 0.65% | - |
| XYZ | 6.97 | 2.81 | 35.77 | - |
| YUV | 23 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 165 | 0.92 | 1 | 0 | 0.35 | 245.09 | 1 | 0.32 |
| Hex | E | 0 | A5 | 5C | 64 | 0 | 23 | F5 | 64 | 20 |
| Octal | 16 | 0 | 245 | 134 | 144 | 0 | 43 | 365 | 144 | 40 |
| Binary | 1110 | 0 | 10100101 | 1011100 | 1100100 | 0 | 100011 | 11110101 | 1100100 | 100000 |
Color Harmonies of #0E00A5
Complementary color
Monochromatic Colors of #0E00A5
Black with #0E00A5
Text Example
Text Example
White with #0E00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E00A5; }
p { color: rgb(14,0,165); }
H1.HeaderClassName
{
color: #0E00A5;
}
.AnyTagClassName
{
color: #0E00A5;
}
</style>
background-color css
<style>
a { background-color: #0E00A5; }
a { background-color: rgb(14,0,165); }
div.DivClassName
{
background-color: #0E00A5;
}
.BgClassName
{
background-color: #0E00A5;
}
</style>
border-color css
<style>
span { border-color: #0E00A5; }
span { border-color: rgb(14,0,165); }
td.TdClassName
{
border-color: #0E00A5;
}
.TagClassName
{
border-color: #0E00A5;
}
</style>