Shades of Midnight Blue #17165A
Tints of Midnight Blue #17165A
RGB
CMYK
RGB Variations
Color information
#17165A (or 0x17165A) is known color: Midnight Blue. HEX triplet: 17, 16 and 5A. RGB value is (23,22,90). Sum of RGB (Red+Green+Blue) = 23+22+90=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #17165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17165A is #E8E9A5. Grayscale: #1D1D1D. Windows color (decimal): -15264166 or 5903895. OLE color: 5903895.
HSL color Cylindrical-coordinate representation of color #17165A: hue angle of 240.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17165A is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 22 | 90 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.65 |
| HSL | 240.88º | 0.61% | 0.22% | - |
| HSV(B) | 240.88º | 0.76% | 0.35% | - |
| XYZ | 2.49 | 1.49 | 9.83 | - |
| YUV | 30.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 90 | 0.74 | 0.76 | 0 | 0.65 | 240.88 | 0.61 | 0.22 |
| Hex | 17 | 16 | 5A | 4A | 4C | 0 | 41 | F1 | 3D | 16 |
| Octal | 27 | 26 | 132 | 112 | 114 | 0 | 101 | 361 | 75 | 26 |
| Binary | 10111 | 10110 | 1011010 | 1001010 | 1001100 | 0 | 1000001 | 11110001 | 111101 | 10110 |
Color Harmonies of #17165A
Complementary color
Monochromatic Colors of #17165A
Black with #17165A
Text Example
Text Example
White with #17165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17165A; }
p { color: rgb(23,22,90); }
H1.HeaderClassName
{
color: #17165A;
}
.AnyTagClassName
{
color: #17165A;
}
</style>
background-color css
<style>
a { background-color: #17165A; }
a { background-color: rgb(23,22,90); }
div.DivClassName
{
background-color: #17165A;
}
.BgClassName
{
background-color: #17165A;
}
</style>
border-color css
<style>
span { border-color: #17165A; }
span { border-color: rgb(23,22,90); }
td.TdClassName
{
border-color: #17165A;
}
.TagClassName
{
border-color: #17165A;
}
</style>