Shades of Midnight Express #0B1A3A
Tints of Midnight Express #0B1A3A
RGB
CMYK
RGB Variations
Color information
#0B1A3A (or 0x0B1A3A) is known color: Midnight Express. HEX triplet: 0B, 1A and 3A. RGB value is (11,26,58). Sum of RGB (Red+Green+Blue) = 11+26+58=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B1A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A3A is #F4E5C5. Grayscale: #191919. Windows color (decimal): -16049606 or 3807755. OLE color: 3807755.
HSL color Cylindrical-coordinate representation of color #0B1A3A: hue angle of 220.85º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B1A3A is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 26 | 58 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.77 |
| HSL | 220.85º | 0.68% | 0.14% | - |
| HSV(B) | 220.85º | 0.81% | 0.23% | - |
| XYZ | 1.27 | 1.12 | 4.15 | - |
| YUV | 25.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 58 | 0.81 | 0.55 | 0 | 0.77 | 220.85 | 0.68 | 0.14 |
| Hex | B | 1A | 3A | 51 | 37 | 0 | 4D | DD | 44 | E |
| Octal | 13 | 32 | 72 | 121 | 67 | 0 | 115 | 335 | 104 | 16 |
| Binary | 1011 | 11010 | 111010 | 1010001 | 110111 | 0 | 1001101 | 11011101 | 1000100 | 1110 |
Color Harmonies of #0B1A3A
Complementary color
Monochromatic Colors of #0B1A3A
Black with #0B1A3A
Text Example
Text Example
White with #0B1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A3A; }
p { color: rgb(11,26,58); }
H1.HeaderClassName
{
color: #0B1A3A;
}
.AnyTagClassName
{
color: #0B1A3A;
}
</style>
background-color css
<style>
a { background-color: #0B1A3A; }
a { background-color: rgb(11,26,58); }
div.DivClassName
{
background-color: #0B1A3A;
}
.BgClassName
{
background-color: #0B1A3A;
}
</style>
border-color css
<style>
span { border-color: #0B1A3A; }
span { border-color: rgb(11,26,58); }
td.TdClassName
{
border-color: #0B1A3A;
}
.TagClassName
{
border-color: #0B1A3A;
}
</style>