Shades of Midnight Express #0A0339
Tints of Midnight Express #0A0339
RGB
CMYK
RGB Variations
Color information
#0A0339 (or 0x0A0339) is known color: Midnight Express. HEX triplet: 0A, 03 and 39. RGB value is (10,3,57). Sum of RGB (Red+Green+Blue) = 10+3+57=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 57 (22.66% from 255 or 81.43% from 70); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A0339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0339 is #F5FCC6. Grayscale: #0B0B0B. Windows color (decimal): -16121031 or 3736330. OLE color: 3736330.
HSL color Cylindrical-coordinate representation of color #0A0339: hue angle of 247.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0339 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 3 | 57 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.78 |
| HSL | 247.78º | 0.9% | 0.12% | - |
| HSV(B) | 247.78º | 0.95% | 0.22% | - |
| XYZ | 0.9 | 0.43 | 3.91 | - |
| YUV | 11.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 57 | 0.82 | 0.95 | 0 | 0.78 | 247.78 | 0.9 | 0.12 |
| Hex | A | 3 | 39 | 52 | 5F | 0 | 4E | F8 | 5A | C |
| Octal | 12 | 3 | 71 | 122 | 137 | 0 | 116 | 370 | 132 | 14 |
| Binary | 1010 | 11 | 111001 | 1010010 | 1011111 | 0 | 1001110 | 11111000 | 1011010 | 1100 |
Color Harmonies of #0A0339
Complementary color
Monochromatic Colors of #0A0339
Black with #0A0339
Text Example
Text Example
White with #0A0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0339; }
p { color: rgb(10,3,57); }
H1.HeaderClassName
{
color: #0A0339;
}
.AnyTagClassName
{
color: #0A0339;
}
</style>
background-color css
<style>
a { background-color: #0A0339; }
a { background-color: rgb(10,3,57); }
div.DivClassName
{
background-color: #0A0339;
}
.BgClassName
{
background-color: #0A0339;
}
</style>
border-color css
<style>
span { border-color: #0A0339; }
span { border-color: rgb(10,3,57); }
td.TdClassName
{
border-color: #0A0339;
}
.TagClassName
{
border-color: #0A0339;
}
</style>