Shades of Midnight Blue #081375
Tints of Midnight Blue #081375
RGB
CMYK
RGB Variations
Color information
#081375 (or 0x081375) is known color: Midnight Blue. HEX triplet: 08, 13 and 75. RGB value is (8,19,117). Sum of RGB (Red+Green+Blue) = 8+19+117=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #081375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081375 is #F7EC8A. Grayscale: #1A1A1A. Windows color (decimal): -16247947 or 7672584. OLE color: 7672584.
HSL color Cylindrical-coordinate representation of color #081375: hue angle of 233.94º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081375 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 19 | 117 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.54 |
| HSL | 233.95º | 0.87% | 0.25% | - |
| HSV(B) | 233.95º | 0.93% | 0.46% | - |
| XYZ | 3.54 | 1.8 | 16.99 | - |
| YUV | 26.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 117 | 0.93 | 0.84 | 0 | 0.54 | 233.95 | 0.87 | 0.25 |
| Hex | 8 | 13 | 75 | 5D | 54 | 0 | 36 | EA | 57 | 19 |
| Octal | 10 | 23 | 165 | 135 | 124 | 0 | 66 | 352 | 127 | 31 |
| Binary | 1000 | 10011 | 1110101 | 1011101 | 1010100 | 0 | 110110 | 11101010 | 1010111 | 11001 |
Color Harmonies of #081375
Complementary color
Monochromatic Colors of #081375
Black with #081375
Text Example
Text Example
White with #081375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081375; }
p { color: rgb(8,19,117); }
H1.HeaderClassName
{
color: #081375;
}
.AnyTagClassName
{
color: #081375;
}
</style>
background-color css
<style>
a { background-color: #081375; }
a { background-color: rgb(8,19,117); }
div.DivClassName
{
background-color: #081375;
}
.BgClassName
{
background-color: #081375;
}
</style>
border-color css
<style>
span { border-color: #081375; }
span { border-color: rgb(8,19,117); }
td.TdClassName
{
border-color: #081375;
}
.TagClassName
{
border-color: #081375;
}
</style>