Shades of Midnight Express #0B1E3F
Tints of Midnight Express #0B1E3F
RGB
CMYK
RGB Variations
Color information
#0B1E3F (or 0x0B1E3F) is known color: Midnight Express. HEX triplet: 0B, 1E and 3F. RGB value is (11,30,63). Sum of RGB (Red+Green+Blue) = 11+30+63=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B1E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1E3F is #F4E1C0. Grayscale: #1B1B1B. Windows color (decimal): -16048577 or 4136459. OLE color: 4136459.
HSL color Cylindrical-coordinate representation of color #0B1E3F: hue angle of 218.08º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1E3F is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 30 | 63 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.75 |
| HSL | 218.08º | 0.7% | 0.15% | - |
| HSV(B) | 218.08º | 0.83% | 0.25% | - |
| XYZ | 1.5 | 1.36 | 4.89 | - |
| YUV | 28.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 63 | 0.83 | 0.52 | 0 | 0.75 | 218.08 | 0.7 | 0.15 |
| Hex | B | 1E | 3F | 53 | 34 | 0 | 4B | DA | 46 | F |
| Octal | 13 | 36 | 77 | 123 | 64 | 0 | 113 | 332 | 106 | 17 |
| Binary | 1011 | 11110 | 111111 | 1010011 | 110100 | 0 | 1001011 | 11011010 | 1000110 | 1111 |
Color Harmonies of #0B1E3F
Complementary color
Monochromatic Colors of #0B1E3F
Black with #0B1E3F
Text Example
Text Example
White with #0B1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E3F; }
p { color: rgb(11,30,63); }
H1.HeaderClassName
{
color: #0B1E3F;
}
.AnyTagClassName
{
color: #0B1E3F;
}
</style>
background-color css
<style>
a { background-color: #0B1E3F; }
a { background-color: rgb(11,30,63); }
div.DivClassName
{
background-color: #0B1E3F;
}
.BgClassName
{
background-color: #0B1E3F;
}
</style>
border-color css
<style>
span { border-color: #0B1E3F; }
span { border-color: rgb(11,30,63); }
td.TdClassName
{
border-color: #0B1E3F;
}
.TagClassName
{
border-color: #0B1E3F;
}
</style>