Shades of Midnight Express #0B1A34
Tints of Midnight Express #0B1A34
RGB
CMYK
RGB Variations
Color information
#0B1A34 (or 0x0B1A34) is known color: Midnight Express. HEX triplet: 0B, 1A and 34. RGB value is (11,26,52). Sum of RGB (Red+Green+Blue) = 11+26+52=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A34 is #F4E5CB. Grayscale: #181818. Windows color (decimal): -16049612 or 3414539. OLE color: 3414539.
HSL color Cylindrical-coordinate representation of color #0B1A34: hue angle of 218.05º 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 #0B1A34 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 26 | 52 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.80 |
| HSL | 218.05º | 0.65% | 0.12% | - |
| HSV(B) | 218.05º | 0.79% | 0.2% | - |
| XYZ | 1.13 | 1.06 | 3.39 | - |
| YUV | 24.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 52 | 0.79 | 0.50 | 0 | 0.80 | 218.05 | 0.65 | 0.12 |
| Hex | B | 1A | 34 | 4F | 32 | 0 | 50 | DA | 41 | C |
| Octal | 13 | 32 | 64 | 117 | 62 | 0 | 120 | 332 | 101 | 14 |
| Binary | 1011 | 11010 | 110100 | 1001111 | 110010 | 0 | 1010000 | 11011010 | 1000001 | 1100 |
Color Harmonies of #0B1A34
Complementary color
Monochromatic Colors of #0B1A34
Black with #0B1A34
Text Example
Text Example
White with #0B1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A34; }
p { color: rgb(11,26,52); }
H1.HeaderClassName
{
color: #0B1A34;
}
.AnyTagClassName
{
color: #0B1A34;
}
</style>
background-color css
<style>
a { background-color: #0B1A34; }
a { background-color: rgb(11,26,52); }
div.DivClassName
{
background-color: #0B1A34;
}
.BgClassName
{
background-color: #0B1A34;
}
</style>
border-color css
<style>
span { border-color: #0B1A34; }
span { border-color: rgb(11,26,52); }
td.TdClassName
{
border-color: #0B1A34;
}
.TagClassName
{
border-color: #0B1A34;
}
</style>