Shades of Midnight Express #0A134B
Tints of Midnight Express #0A134B
RGB
CMYK
RGB Variations
Color information
#0A134B (or 0x0A134B) is known color: Midnight Express. HEX triplet: 0A, 13 and 4B. RGB value is (10,19,75). Sum of RGB (Red+Green+Blue) = 10+19+75=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A134B is #F5ECB4. Grayscale: #161616. Windows color (decimal): -16116917 or 4920074. OLE color: 4920074.
HSL color Cylindrical-coordinate representation of color #0A134B: hue angle of 231.69º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A134B is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 19 | 75 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.71 |
| HSL | 231.69º | 0.76% | 0.17% | - |
| HSV(B) | 231.69º | 0.87% | 0.29% | - |
| XYZ | 1.63 | 1.04 | 6.77 | - |
| YUV | 22.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 75 | 0.87 | 0.75 | 0 | 0.71 | 231.69 | 0.76 | 0.17 |
| Hex | A | 13 | 4B | 57 | 4B | 0 | 47 | E8 | 4C | 11 |
| Octal | 12 | 23 | 113 | 127 | 113 | 0 | 107 | 350 | 114 | 21 |
| Binary | 1010 | 10011 | 1001011 | 1010111 | 1001011 | 0 | 1000111 | 11101000 | 1001100 | 10001 |
Color Harmonies of #0A134B
Complementary color
Monochromatic Colors of #0A134B
Black with #0A134B
Text Example
Text Example
White with #0A134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A134B; }
p { color: rgb(10,19,75); }
H1.HeaderClassName
{
color: #0A134B;
}
.AnyTagClassName
{
color: #0A134B;
}
</style>
background-color css
<style>
a { background-color: #0A134B; }
a { background-color: rgb(10,19,75); }
div.DivClassName
{
background-color: #0A134B;
}
.BgClassName
{
background-color: #0A134B;
}
</style>
border-color css
<style>
span { border-color: #0A134B; }
span { border-color: rgb(10,19,75); }
td.TdClassName
{
border-color: #0A134B;
}
.TagClassName
{
border-color: #0A134B;
}
</style>