Shades of Midnight Express #0B1A3E
Tints of Midnight Express #0B1A3E
RGB
CMYK
RGB Variations
Color information
#0B1A3E (or 0x0B1A3E) is known color: Midnight Express. HEX triplet: 0B, 1A and 3E. RGB value is (11,26,62). Sum of RGB (Red+Green+Blue) = 11+26+62=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B1A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A3E is #F4E5C1. Grayscale: #191919. Windows color (decimal): -16049602 or 4069899. OLE color: 4069899.
HSL color Cylindrical-coordinate representation of color #0B1A3E: hue angle of 222.35º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B1A3E is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 26 | 62 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.76 |
| HSL | 222.35º | 0.7% | 0.14% | - |
| HSV(B) | 222.35º | 0.82% | 0.24% | - |
| XYZ | 1.38 | 1.16 | 4.71 | - |
| YUV | 25.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 62 | 0.82 | 0.58 | 0 | 0.76 | 222.35 | 0.7 | 0.14 |
| Hex | B | 1A | 3E | 52 | 3A | 0 | 4C | DE | 46 | E |
| Octal | 13 | 32 | 76 | 122 | 72 | 0 | 114 | 336 | 106 | 16 |
| Binary | 1011 | 11010 | 111110 | 1010010 | 111010 | 0 | 1001100 | 11011110 | 1000110 | 1110 |
Color Harmonies of #0B1A3E
Complementary color
Monochromatic Colors of #0B1A3E
Black with #0B1A3E
Text Example
Text Example
White with #0B1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A3E; }
p { color: rgb(11,26,62); }
H1.HeaderClassName
{
color: #0B1A3E;
}
.AnyTagClassName
{
color: #0B1A3E;
}
</style>
background-color css
<style>
a { background-color: #0B1A3E; }
a { background-color: rgb(11,26,62); }
div.DivClassName
{
background-color: #0B1A3E;
}
.BgClassName
{
background-color: #0B1A3E;
}
</style>
border-color css
<style>
span { border-color: #0B1A3E; }
span { border-color: rgb(11,26,62); }
td.TdClassName
{
border-color: #0B1A3E;
}
.TagClassName
{
border-color: #0B1A3E;
}
</style>