Shades of Midnight Blue #17035C
Tints of Midnight Blue #17035C
RGB
CMYK
RGB Variations
Color information
#17035C (or 0x17035C) is known color: Midnight Blue. HEX triplet: 17, 03 and 5C. RGB value is (23,3,92). Sum of RGB (Red+Green+Blue) = 23+3+92=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #17035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17035C is #E8FCA3. Grayscale: #121212. Windows color (decimal): -15269028 or 6030103. OLE color: 6030103.
HSL color Cylindrical-coordinate representation of color #17035C: hue angle of 253.48º 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 #17035C is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 3 | 92 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.64 |
| HSL | 253.48º | 0.94% | 0.19% | - |
| HSV(B) | 253.48º | 0.97% | 0.36% | - |
| XYZ | 2.32 | 1.02 | 10.2 | - |
| YUV | 19.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 92 | 0.75 | 0.97 | 0 | 0.64 | 253.48 | 0.94 | 0.19 |
| Hex | 17 | 3 | 5C | 4B | 61 | 0 | 40 | FD | 5E | 13 |
| Octal | 27 | 3 | 134 | 113 | 141 | 0 | 100 | 375 | 136 | 23 |
| Binary | 10111 | 11 | 1011100 | 1001011 | 1100001 | 0 | 1000000 | 11111101 | 1011110 | 10011 |
Color Harmonies of #17035C
Complementary color
Monochromatic Colors of #17035C
Black with #17035C
Text Example
Text Example
White with #17035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17035C; }
p { color: rgb(23,3,92); }
H1.HeaderClassName
{
color: #17035C;
}
.AnyTagClassName
{
color: #17035C;
}
</style>
background-color css
<style>
a { background-color: #17035C; }
a { background-color: rgb(23,3,92); }
div.DivClassName
{
background-color: #17035C;
}
.BgClassName
{
background-color: #17035C;
}
</style>
border-color css
<style>
span { border-color: #17035C; }
span { border-color: rgb(23,3,92); }
td.TdClassName
{
border-color: #17035C;
}
.TagClassName
{
border-color: #17035C;
}
</style>