Shades of Midnight Blue #17085D
Tints of Midnight Blue #17085D
RGB
CMYK
RGB Variations
Color information
#17085D (or 0x17085D) is known color: Midnight Blue. HEX triplet: 17, 08 and 5D. RGB value is (23,8,93). Sum of RGB (Red+Green+Blue) = 23+8+93=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #17085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17085D is #E8F7A2. Grayscale: #151515. Windows color (decimal): -15267747 or 6096919. OLE color: 6096919.
HSL color Cylindrical-coordinate representation of color #17085D: hue angle of 250.59º 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 #17085D is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 8 | 93 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.64 |
| HSL | 250.59º | 0.84% | 0.2% | - |
| HSV(B) | 250.59º | 0.91% | 0.36% | - |
| XYZ | 2.42 | 1.15 | 10.45 | - |
| YUV | 22.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 93 | 0.75 | 0.91 | 0 | 0.64 | 250.59 | 0.84 | 0.2 |
| Hex | 17 | 8 | 5D | 4B | 5B | 0 | 40 | FB | 54 | 14 |
| Octal | 27 | 10 | 135 | 113 | 133 | 0 | 100 | 373 | 124 | 24 |
| Binary | 10111 | 1000 | 1011101 | 1001011 | 1011011 | 0 | 1000000 | 11111011 | 1010100 | 10100 |
Color Harmonies of #17085D
Complementary color
Monochromatic Colors of #17085D
Black with #17085D
Text Example
Text Example
White with #17085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17085D; }
p { color: rgb(23,8,93); }
H1.HeaderClassName
{
color: #17085D;
}
.AnyTagClassName
{
color: #17085D;
}
</style>
background-color css
<style>
a { background-color: #17085D; }
a { background-color: rgb(23,8,93); }
div.DivClassName
{
background-color: #17085D;
}
.BgClassName
{
background-color: #17085D;
}
</style>
border-color css
<style>
span { border-color: #17085D; }
span { border-color: rgb(23,8,93); }
td.TdClassName
{
border-color: #17085D;
}
.TagClassName
{
border-color: #17085D;
}
</style>