Shades of Midnight Express #0B0C3D
Tints of Midnight Express #0B0C3D
RGB
CMYK
RGB Variations
Color information
#0B0C3D (or 0x0B0C3D) is known color: Midnight Express. HEX triplet: 0B, 0C and 3D. RGB value is (11,12,61). Sum of RGB (Red+Green+Blue) = 11+12+61=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B0C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0C3D is #F4F3C2. Grayscale: #111111. Windows color (decimal): -16053187 or 4000779. OLE color: 4000779.
HSL color Cylindrical-coordinate representation of color #0B0C3D: hue angle of 238.8º degrees, saturation: 0.69, 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 #0B0C3D is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 12 | 61 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.76 |
| HSL | 238.8º | 0.69% | 0.14% | - |
| HSV(B) | 238.8º | 0.82% | 0.24% | - |
| XYZ | 1.11 | 0.67 | 4.49 | - |
| YUV | 17.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 61 | 0.82 | 0.80 | 0 | 0.76 | 238.8 | 0.69 | 0.14 |
| Hex | B | C | 3D | 52 | 50 | 0 | 4C | EF | 45 | E |
| Octal | 13 | 14 | 75 | 122 | 120 | 0 | 114 | 357 | 105 | 16 |
| Binary | 1011 | 1100 | 111101 | 1010010 | 1010000 | 0 | 1001100 | 11101111 | 1000101 | 1110 |
Color Harmonies of #0B0C3D
Complementary color
Monochromatic Colors of #0B0C3D
Black with #0B0C3D
Text Example
Text Example
White with #0B0C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0C3D; }
p { color: rgb(11,12,61); }
H1.HeaderClassName
{
color: #0B0C3D;
}
.AnyTagClassName
{
color: #0B0C3D;
}
</style>
background-color css
<style>
a { background-color: #0B0C3D; }
a { background-color: rgb(11,12,61); }
div.DivClassName
{
background-color: #0B0C3D;
}
.BgClassName
{
background-color: #0B0C3D;
}
</style>
border-color css
<style>
span { border-color: #0B0C3D; }
span { border-color: rgb(11,12,61); }
td.TdClassName
{
border-color: #0B0C3D;
}
.TagClassName
{
border-color: #0B0C3D;
}
</style>