Shades of Midnight Express #0A0F3E
Tints of Midnight Express #0A0F3E
RGB
CMYK
RGB Variations
Color information
#0A0F3E (or 0x0A0F3E) is known color: Midnight Express. HEX triplet: 0A, 0F and 3E. RGB value is (10,15,62). Sum of RGB (Red+Green+Blue) = 10+15+62=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 62 (24.61% from 255 or 71.26% from 87); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A0F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0F3E is #F5F0C1. Grayscale: #121212. Windows color (decimal): -16117954 or 4067082. OLE color: 4067082.
HSL color Cylindrical-coordinate representation of color #0A0F3E: hue angle of 234.23º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0F3E is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 15 | 62 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.76 |
| HSL | 234.23º | 0.72% | 0.14% | - |
| HSV(B) | 234.23º | 0.84% | 0.24% | - |
| XYZ | 1.17 | 0.75 | 4.64 | - |
| YUV | 18.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 62 | 0.84 | 0.76 | 0 | 0.76 | 234.23 | 0.72 | 0.14 |
| Hex | A | F | 3E | 54 | 4C | 0 | 4C | EA | 48 | E |
| Octal | 12 | 17 | 76 | 124 | 114 | 0 | 114 | 352 | 110 | 16 |
| Binary | 1010 | 1111 | 111110 | 1010100 | 1001100 | 0 | 1001100 | 11101010 | 1001000 | 1110 |
Color Harmonies of #0A0F3E
Complementary color
Monochromatic Colors of #0A0F3E
Black with #0A0F3E
Text Example
Text Example
White with #0A0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F3E; }
p { color: rgb(10,15,62); }
H1.HeaderClassName
{
color: #0A0F3E;
}
.AnyTagClassName
{
color: #0A0F3E;
}
</style>
background-color css
<style>
a { background-color: #0A0F3E; }
a { background-color: rgb(10,15,62); }
div.DivClassName
{
background-color: #0A0F3E;
}
.BgClassName
{
background-color: #0A0F3E;
}
</style>
border-color css
<style>
span { border-color: #0A0F3E; }
span { border-color: rgb(10,15,62); }
td.TdClassName
{
border-color: #0A0F3E;
}
.TagClassName
{
border-color: #0A0F3E;
}
</style>