Shades of Midnight Blue #10085B
Tints of Midnight Blue #10085B
RGB
CMYK
RGB Variations
Color information
#10085B (or 0x10085B) is known color: Midnight Blue. HEX triplet: 10, 08 and 5B. RGB value is (16,8,91). Sum of RGB (Red+Green+Blue) = 16+8+91=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 8 (3.52% from 255 or 6.96% 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 #10085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10085B is #EFF7A4. Grayscale: #131313. Windows color (decimal): -15726501 or 5965840. OLE color: 5965840.
HSL color Cylindrical-coordinate representation of color #10085B: hue angle of 245.78º 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 #10085B is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 8 | 91 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.64 |
| HSL | 245.78º | 0.84% | 0.19% | - |
| HSV(B) | 245.78º | 0.91% | 0.36% | - |
| XYZ | 2.19 | 1.04 | 9.98 | - |
| YUV | 19.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 91 | 0.82 | 0.91 | 0 | 0.64 | 245.78 | 0.84 | 0.19 |
| Hex | 10 | 8 | 5B | 52 | 5B | 0 | 40 | F6 | 54 | 13 |
| Octal | 20 | 10 | 133 | 122 | 133 | 0 | 100 | 366 | 124 | 23 |
| Binary | 10000 | 1000 | 1011011 | 1010010 | 1011011 | 0 | 1000000 | 11110110 | 1010100 | 10011 |
Color Harmonies of #10085B
Complementary color
Monochromatic Colors of #10085B
Black with #10085B
Text Example
Text Example
White with #10085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10085B; }
p { color: rgb(16,8,91); }
H1.HeaderClassName
{
color: #10085B;
}
.AnyTagClassName
{
color: #10085B;
}
</style>
background-color css
<style>
a { background-color: #10085B; }
a { background-color: rgb(16,8,91); }
div.DivClassName
{
background-color: #10085B;
}
.BgClassName
{
background-color: #10085B;
}
</style>
border-color css
<style>
span { border-color: #10085B; }
span { border-color: rgb(16,8,91); }
td.TdClassName
{
border-color: #10085B;
}
.TagClassName
{
border-color: #10085B;
}
</style>