Shades of Midnight Express #0B0D35
Tints of Midnight Express #0B0D35
RGB
CMYK
RGB Variations
Color information
#0B0D35 (or 0x0B0D35) is known color: Midnight Express. HEX triplet: 0B, 0D and 35. RGB value is (11,13,53). Sum of RGB (Red+Green+Blue) = 11+13+53=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B0D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D35 is #F4F2CA. Grayscale: #101010. Windows color (decimal): -16052939 or 3476747. OLE color: 3476747.
HSL color Cylindrical-coordinate representation of color #0B0D35: hue angle of 237.14º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B0D35 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 13 | 53 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.79 |
| HSL | 237.14º | 0.66% | 0.13% | - |
| HSV(B) | 237.14º | 0.79% | 0.21% | - |
| XYZ | 0.92 | 0.62 | 3.44 | - |
| YUV | 16.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 53 | 0.79 | 0.75 | 0 | 0.79 | 237.14 | 0.66 | 0.13 |
| Hex | B | D | 35 | 4F | 4B | 0 | 4F | ED | 42 | D |
| Octal | 13 | 15 | 65 | 117 | 113 | 0 | 117 | 355 | 102 | 15 |
| Binary | 1011 | 1101 | 110101 | 1001111 | 1001011 | 0 | 1001111 | 11101101 | 1000010 | 1101 |
Color Harmonies of #0B0D35
Complementary color
Monochromatic Colors of #0B0D35
Black with #0B0D35
Text Example
Text Example
White with #0B0D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D35; }
p { color: rgb(11,13,53); }
H1.HeaderClassName
{
color: #0B0D35;
}
.AnyTagClassName
{
color: #0B0D35;
}
</style>
background-color css
<style>
a { background-color: #0B0D35; }
a { background-color: rgb(11,13,53); }
div.DivClassName
{
background-color: #0B0D35;
}
.BgClassName
{
background-color: #0B0D35;
}
</style>
border-color css
<style>
span { border-color: #0B0D35; }
span { border-color: rgb(11,13,53); }
td.TdClassName
{
border-color: #0B0D35;
}
.TagClassName
{
border-color: #0B0D35;
}
</style>