Shades of Midnight Blue #08105D
Tints of Midnight Blue #08105D
RGB
CMYK
RGB Variations
Color information
#08105D (or 0x08105D) is known color: Midnight Blue. HEX triplet: 08, 10 and 5D. RGB value is (8,16,93). Sum of RGB (Red+Green+Blue) = 8+16+93=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #08105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08105D is #F7EFA2. Grayscale: #161616. Windows color (decimal): -16248739 or 6098952. OLE color: 6098952.
HSL color Cylindrical-coordinate representation of color #08105D: hue angle of 234.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08105D is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 16 | 93 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.64 |
| HSL | 234.35º | 0.84% | 0.2% | - |
| HSV(B) | 234.35º | 0.91% | 0.36% | - |
| XYZ | 2.26 | 1.21 | 10.47 | - |
| YUV | 22.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 93 | 0.91 | 0.83 | 0 | 0.64 | 234.35 | 0.84 | 0.2 |
| Hex | 8 | 10 | 5D | 5B | 53 | 0 | 40 | EA | 54 | 14 |
| Octal | 10 | 20 | 135 | 133 | 123 | 0 | 100 | 352 | 124 | 24 |
| Binary | 1000 | 10000 | 1011101 | 1011011 | 1010011 | 0 | 1000000 | 11101010 | 1010100 | 10100 |
Color Harmonies of #08105D
Complementary color
Monochromatic Colors of #08105D
Black with #08105D
Text Example
Text Example
White with #08105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08105D; }
p { color: rgb(8,16,93); }
H1.HeaderClassName
{
color: #08105D;
}
.AnyTagClassName
{
color: #08105D;
}
</style>
background-color css
<style>
a { background-color: #08105D; }
a { background-color: rgb(8,16,93); }
div.DivClassName
{
background-color: #08105D;
}
.BgClassName
{
background-color: #08105D;
}
</style>
border-color css
<style>
span { border-color: #08105D; }
span { border-color: rgb(8,16,93); }
td.TdClassName
{
border-color: #08105D;
}
.TagClassName
{
border-color: #08105D;
}
</style>