Shades of Midnight Blue #17005C
Tints of Midnight Blue #17005C
RGB
CMYK
RGB Variations
Color information
#17005C (or 0x17005C) is known color: Midnight Blue. HEX triplet: 17, 00 and 5C. RGB value is (23,0,92). Sum of RGB (Red+Green+Blue) = 23+0+92=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #17005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17005C is #E8FFA3. Grayscale: #111111. Windows color (decimal): -15269796 or 6029335. OLE color: 6029335.
HSL color Cylindrical-coordinate representation of color #17005C: hue angle of 255º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17005C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 0 | 92 | - |
| CMYK | 0.75 | 1 | 0 | 0.64 |
| HSL | 255º | 1% | 0.18% | - |
| HSV(B) | 255º | 1% | 0.36% | - |
| XYZ | 2.29 | 0.95 | 10.19 | - |
| YUV | 17.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 92 | 0.75 | 1 | 0 | 0.64 | 255 | 1 | 0.18 |
| Hex | 17 | 0 | 5C | 4B | 64 | 0 | 40 | FF | 64 | 12 |
| Octal | 27 | 0 | 134 | 113 | 144 | 0 | 100 | 377 | 144 | 22 |
| Binary | 10111 | 0 | 1011100 | 1001011 | 1100100 | 0 | 1000000 | 11111111 | 1100100 | 10010 |
Color Harmonies of #17005C
Complementary color
Monochromatic Colors of #17005C
Black with #17005C
Text Example
Text Example
White with #17005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17005C; }
p { color: rgb(23,0,92); }
H1.HeaderClassName
{
color: #17005C;
}
.AnyTagClassName
{
color: #17005C;
}
</style>
background-color css
<style>
a { background-color: #17005C; }
a { background-color: rgb(23,0,92); }
div.DivClassName
{
background-color: #17005C;
}
.BgClassName
{
background-color: #17005C;
}
</style>
border-color css
<style>
span { border-color: #17005C; }
span { border-color: rgb(23,0,92); }
td.TdClassName
{
border-color: #17005C;
}
.TagClassName
{
border-color: #17005C;
}
</style>