Shades of Midnight Express #0A0B34
Tints of Midnight Express #0A0B34
RGB
CMYK
RGB Variations
Color information
#0A0B34 (or 0x0A0B34) is known color: Midnight Express. HEX triplet: 0A, 0B and 34. RGB value is (10,11,52). Sum of RGB (Red+Green+Blue) = 10+11+52=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A0B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B34 is #F5F4CB. Grayscale: #0F0F0F. Windows color (decimal): -16118988 or 3410698. OLE color: 3410698.
HSL color Cylindrical-coordinate representation of color #0A0B34: hue angle of 238.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0B34 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 11 | 52 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.80 |
| HSL | 238.57º | 0.68% | 0.12% | - |
| HSV(B) | 238.57º | 0.81% | 0.2% | - |
| XYZ | 0.86 | 0.55 | 3.31 | - |
| YUV | 15.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 52 | 0.81 | 0.79 | 0 | 0.80 | 238.57 | 0.68 | 0.12 |
| Hex | A | B | 34 | 51 | 4F | 0 | 50 | EF | 44 | C |
| Octal | 12 | 13 | 64 | 121 | 117 | 0 | 120 | 357 | 104 | 14 |
| Binary | 1010 | 1011 | 110100 | 1010001 | 1001111 | 0 | 1010000 | 11101111 | 1000100 | 1100 |
Color Harmonies of #0A0B34
Complementary color
Monochromatic Colors of #0A0B34
Black with #0A0B34
Text Example
Text Example
White with #0A0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B34; }
p { color: rgb(10,11,52); }
H1.HeaderClassName
{
color: #0A0B34;
}
.AnyTagClassName
{
color: #0A0B34;
}
</style>
background-color css
<style>
a { background-color: #0A0B34; }
a { background-color: rgb(10,11,52); }
div.DivClassName
{
background-color: #0A0B34;
}
.BgClassName
{
background-color: #0A0B34;
}
</style>
border-color css
<style>
span { border-color: #0A0B34; }
span { border-color: rgb(10,11,52); }
td.TdClassName
{
border-color: #0A0B34;
}
.TagClassName
{
border-color: #0A0B34;
}
</style>