Shades of Midnight Blue #08105B
Tints of Midnight Blue #08105B
RGB
CMYK
RGB Variations
Color information
#08105B (or 0x08105B) is known color: Midnight Blue. HEX triplet: 08, 10 and 5B. RGB value is (8,16,91). Sum of RGB (Red+Green+Blue) = 8+16+91=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #08105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08105B is #F7EFA4. Grayscale: #151515. Windows color (decimal): -16248741 or 5967880. OLE color: 5967880.
HSL color Cylindrical-coordinate representation of color #08105B: hue angle of 234.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08105B is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 16 | 91 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.64 |
| HSL | 234.22º | 0.84% | 0.19% | - |
| HSV(B) | 234.22º | 0.91% | 0.36% | - |
| XYZ | 2.17 | 1.18 | 10.01 | - |
| YUV | 22.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 91 | 0.91 | 0.82 | 0 | 0.64 | 234.22 | 0.84 | 0.19 |
| Hex | 8 | 10 | 5B | 5B | 52 | 0 | 40 | EA | 54 | 13 |
| Octal | 10 | 20 | 133 | 133 | 122 | 0 | 100 | 352 | 124 | 23 |
| Binary | 1000 | 10000 | 1011011 | 1011011 | 1010010 | 0 | 1000000 | 11101010 | 1010100 | 10011 |
Color Harmonies of #08105B
Complementary color
Monochromatic Colors of #08105B
Black with #08105B
Text Example
Text Example
White with #08105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08105B; }
p { color: rgb(8,16,91); }
H1.HeaderClassName
{
color: #08105B;
}
.AnyTagClassName
{
color: #08105B;
}
</style>
background-color css
<style>
a { background-color: #08105B; }
a { background-color: rgb(8,16,91); }
div.DivClassName
{
background-color: #08105B;
}
.BgClassName
{
background-color: #08105B;
}
</style>
border-color css
<style>
span { border-color: #08105B; }
span { border-color: rgb(8,16,91); }
td.TdClassName
{
border-color: #08105B;
}
.TagClassName
{
border-color: #08105B;
}
</style>