Shades of Midnight Blue #17035D
Tints of Midnight Blue #17035D
RGB
CMYK
RGB Variations
Color information
#17035D (or 0x17035D) is known color: Midnight Blue. HEX triplet: 17, 03 and 5D. RGB value is (23,3,93). Sum of RGB (Red+Green+Blue) = 23+3+93=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #17035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17035D is #E8FCA2. Grayscale: #121212. Windows color (decimal): -15269027 or 6095639. OLE color: 6095639.
HSL color Cylindrical-coordinate representation of color #17035D: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17035D is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 3 | 93 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.64 |
| HSL | 253.33º | 0.94% | 0.19% | - |
| HSV(B) | 253.33º | 0.97% | 0.36% | - |
| XYZ | 2.36 | 1.04 | 10.43 | - |
| YUV | 19.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 93 | 0.75 | 0.97 | 0 | 0.64 | 253.33 | 0.94 | 0.19 |
| Hex | 17 | 3 | 5D | 4B | 61 | 0 | 40 | FD | 5E | 13 |
| Octal | 27 | 3 | 135 | 113 | 141 | 0 | 100 | 375 | 136 | 23 |
| Binary | 10111 | 11 | 1011101 | 1001011 | 1100001 | 0 | 1000000 | 11111101 | 1011110 | 10011 |
Color Harmonies of #17035D
Complementary color
Monochromatic Colors of #17035D
Black with #17035D
Text Example
Text Example
White with #17035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17035D; }
p { color: rgb(23,3,93); }
H1.HeaderClassName
{
color: #17035D;
}
.AnyTagClassName
{
color: #17035D;
}
</style>
background-color css
<style>
a { background-color: #17035D; }
a { background-color: rgb(23,3,93); }
div.DivClassName
{
background-color: #17035D;
}
.BgClassName
{
background-color: #17035D;
}
</style>
border-color css
<style>
span { border-color: #17035D; }
span { border-color: rgb(23,3,93); }
td.TdClassName
{
border-color: #17035D;
}
.TagClassName
{
border-color: #17035D;
}
</style>