Shades of Midnight Express #00083D
Tints of Midnight Express #00083D
RGB
CMYK
RGB Variations
Color information
#00083D (or 0x00083D) is known color: Midnight Express. HEX triplet: 00, 08 and 3D. RGB value is (0,8,61). Sum of RGB (Red+Green+Blue) = 0+8+61=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 61 (24.22% from 255 or 88.41% from 69); Max value from RGB is 61 - color contains mainly: blue. Hex color #00083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00083D is #FFF7C2. Grayscale: #0B0B0B. Windows color (decimal): -16775107 or 3999744. OLE color: 3999744.
HSL color Cylindrical-coordinate representation of color #00083D: hue angle of 232.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00083D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 8 | 61 | - |
| CMYK | 1 | 0.87 | 0 | 0.76 |
| HSL | 232.13º | 1% | 0.12% | - |
| HSV(B) | 232.13º | 1% | 0.24% | - |
| XYZ | 0.93 | 0.51 | 4.46 | - |
| YUV | 11.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 61 | 1 | 0.87 | 0 | 0.76 | 232.13 | 1 | 0.12 |
| Hex | 0 | 8 | 3D | 64 | 57 | 0 | 4C | E8 | 64 | C |
| Octal | 0 | 10 | 75 | 144 | 127 | 0 | 114 | 350 | 144 | 14 |
| Binary | 0 | 1000 | 111101 | 1100100 | 1010111 | 0 | 1001100 | 11101000 | 1100100 | 1100 |
Color Harmonies of #00083D
Complementary color
Monochromatic Colors of #00083D
Black with #00083D
Text Example
Text Example
White with #00083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00083D; }
p { color: rgb(0,8,61); }
H1.HeaderClassName
{
color: #00083D;
}
.AnyTagClassName
{
color: #00083D;
}
</style>
background-color css
<style>
a { background-color: #00083D; }
a { background-color: rgb(0,8,61); }
div.DivClassName
{
background-color: #00083D;
}
.BgClassName
{
background-color: #00083D;
}
</style>
border-color css
<style>
span { border-color: #00083D; }
span { border-color: rgb(0,8,61); }
td.TdClassName
{
border-color: #00083D;
}
.TagClassName
{
border-color: #00083D;
}
</style>