Shades of Midnight Blue #0E0852
Tints of Midnight Blue #0E0852
RGB
CMYK
RGB Variations
Color information
#0E0852 (or 0x0E0852) is known color: Midnight Blue. HEX triplet: 0E, 08 and 52. RGB value is (14,8,82). Sum of RGB (Red+Green+Blue) = 14+8+82=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #0E0852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0852 is #F1F7AD. Grayscale: #111111. Windows color (decimal): -15857582 or 5376014. OLE color: 5376014.
HSL color Cylindrical-coordinate representation of color #0E0852: hue angle of 244.86º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0852 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 8 | 82 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.68 |
| HSL | 244.86º | 0.82% | 0.18% | - |
| HSV(B) | 244.86º | 0.9% | 0.32% | - |
| XYZ | 1.79 | 0.88 | 8.06 | - |
| YUV | 18.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 82 | 0.83 | 0.90 | 0 | 0.68 | 244.86 | 0.82 | 0.18 |
| Hex | E | 8 | 52 | 53 | 5A | 0 | 44 | F5 | 52 | 12 |
| Octal | 16 | 10 | 122 | 123 | 132 | 0 | 104 | 365 | 122 | 22 |
| Binary | 1110 | 1000 | 1010010 | 1010011 | 1011010 | 0 | 1000100 | 11110101 | 1010010 | 10010 |
Color Harmonies of #0E0852
Complementary color
Monochromatic Colors of #0E0852
Black with #0E0852
Text Example
Text Example
White with #0E0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0852; }
p { color: rgb(14,8,82); }
H1.HeaderClassName
{
color: #0E0852;
}
.AnyTagClassName
{
color: #0E0852;
}
</style>
background-color css
<style>
a { background-color: #0E0852; }
a { background-color: rgb(14,8,82); }
div.DivClassName
{
background-color: #0E0852;
}
.BgClassName
{
background-color: #0E0852;
}
</style>
border-color css
<style>
span { border-color: #0E0852; }
span { border-color: rgb(14,8,82); }
td.TdClassName
{
border-color: #0E0852;
}
.TagClassName
{
border-color: #0E0852;
}
</style>