Shades of Midnight Express #0B1734
Tints of Midnight Express #0B1734
RGB
CMYK
RGB Variations
Color information
#0B1734 (or 0x0B1734) is known color: Midnight Express. HEX triplet: 0B, 17 and 34. RGB value is (11,23,52). Sum of RGB (Red+Green+Blue) = 11+23+52=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1734 is #F4E8CB. Grayscale: #161616. Windows color (decimal): -16050380 or 3413771. OLE color: 3413771.
HSL color Cylindrical-coordinate representation of color #0B1734: hue angle of 222.44º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1734 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 23 | 52 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.80 |
| HSL | 222.44º | 0.65% | 0.12% | - |
| HSV(B) | 222.44º | 0.79% | 0.2% | - |
| XYZ | 1.06 | 0.93 | 3.37 | - |
| YUV | 22.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 52 | 0.79 | 0.56 | 0 | 0.80 | 222.44 | 0.65 | 0.12 |
| Hex | B | 17 | 34 | 4F | 38 | 0 | 50 | DE | 41 | C |
| Octal | 13 | 27 | 64 | 117 | 70 | 0 | 120 | 336 | 101 | 14 |
| Binary | 1011 | 10111 | 110100 | 1001111 | 111000 | 0 | 1010000 | 11011110 | 1000001 | 1100 |
Color Harmonies of #0B1734
Complementary color
Monochromatic Colors of #0B1734
Black with #0B1734
Text Example
Text Example
White with #0B1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1734; }
p { color: rgb(11,23,52); }
H1.HeaderClassName
{
color: #0B1734;
}
.AnyTagClassName
{
color: #0B1734;
}
</style>
background-color css
<style>
a { background-color: #0B1734; }
a { background-color: rgb(11,23,52); }
div.DivClassName
{
background-color: #0B1734;
}
.BgClassName
{
background-color: #0B1734;
}
</style>
border-color css
<style>
span { border-color: #0B1734; }
span { border-color: rgb(11,23,52); }
td.TdClassName
{
border-color: #0B1734;
}
.TagClassName
{
border-color: #0B1734;
}
</style>