Shades of Midnight Express #0B063E
Tints of Midnight Express #0B063E
RGB
CMYK
RGB Variations
Color information
#0B063E (or 0x0B063E) is known color: Midnight Express. HEX triplet: 0B, 06 and 3E. RGB value is (11,6,62). Sum of RGB (Red+Green+Blue) = 11+6+62=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 62 (24.61% from 255 or 78.48% from 79); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B063E is #F4F9C1. Grayscale: #0D0D0D. Windows color (decimal): -16054722 or 4064779. OLE color: 4064779.
HSL color Cylindrical-coordinate representation of color #0B063E: hue angle of 245.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B063E is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 6 | 62 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.76 |
| HSL | 245.36º | 0.82% | 0.13% | - |
| HSV(B) | 245.36º | 0.9% | 0.24% | - |
| XYZ | 1.07 | 0.55 | 4.61 | - |
| YUV | 13.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 62 | 0.82 | 0.90 | 0 | 0.76 | 245.36 | 0.82 | 0.13 |
| Hex | B | 6 | 3E | 52 | 5A | 0 | 4C | F5 | 52 | D |
| Octal | 13 | 6 | 76 | 122 | 132 | 0 | 114 | 365 | 122 | 15 |
| Binary | 1011 | 110 | 111110 | 1010010 | 1011010 | 0 | 1001100 | 11110101 | 1010010 | 1101 |
Color Harmonies of #0B063E
Complementary color
Monochromatic Colors of #0B063E
Black with #0B063E
Text Example
Text Example
White with #0B063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B063E; }
p { color: rgb(11,6,62); }
H1.HeaderClassName
{
color: #0B063E;
}
.AnyTagClassName
{
color: #0B063E;
}
</style>
background-color css
<style>
a { background-color: #0B063E; }
a { background-color: rgb(11,6,62); }
div.DivClassName
{
background-color: #0B063E;
}
.BgClassName
{
background-color: #0B063E;
}
</style>
border-color css
<style>
span { border-color: #0B063E; }
span { border-color: rgb(11,6,62); }
td.TdClassName
{
border-color: #0B063E;
}
.TagClassName
{
border-color: #0B063E;
}
</style>