Shades of Midnight Express #0B194B
Tints of Midnight Express #0B194B
RGB
CMYK
RGB Variations
Color information
#0B194B (or 0x0B194B) is known color: Midnight Express. HEX triplet: 0B, 19 and 4B. RGB value is (11,25,75). Sum of RGB (Red+Green+Blue) = 11+25+75=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B194B is #F4E6B4. Grayscale: #1A1A1A. Windows color (decimal): -16049845 or 4921611. OLE color: 4921611.
HSL color Cylindrical-coordinate representation of color #0B194B: hue angle of 226.88º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B194B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 25 | 75 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.71 |
| HSL | 226.88º | 0.74% | 0.17% | - |
| HSV(B) | 226.88º | 0.85% | 0.29% | - |
| XYZ | 1.76 | 1.27 | 6.81 | - |
| YUV | 26.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 75 | 0.85 | 0.67 | 0 | 0.71 | 226.88 | 0.74 | 0.17 |
| Hex | B | 19 | 4B | 55 | 43 | 0 | 47 | E3 | 4A | 11 |
| Octal | 13 | 31 | 113 | 125 | 103 | 0 | 107 | 343 | 112 | 21 |
| Binary | 1011 | 11001 | 1001011 | 1010101 | 1000011 | 0 | 1000111 | 11100011 | 1001010 | 10001 |
Color Harmonies of #0B194B
Complementary color
Monochromatic Colors of #0B194B
Black with #0B194B
Text Example
Text Example
White with #0B194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B194B; }
p { color: rgb(11,25,75); }
H1.HeaderClassName
{
color: #0B194B;
}
.AnyTagClassName
{
color: #0B194B;
}
</style>
background-color css
<style>
a { background-color: #0B194B; }
a { background-color: rgb(11,25,75); }
div.DivClassName
{
background-color: #0B194B;
}
.BgClassName
{
background-color: #0B194B;
}
</style>
border-color css
<style>
span { border-color: #0B194B; }
span { border-color: rgb(11,25,75); }
td.TdClassName
{
border-color: #0B194B;
}
.TagClassName
{
border-color: #0B194B;
}
</style>