Shades of Midnight Blue #171265
Tints of Midnight Blue #171265
RGB
CMYK
RGB Variations
Color information
#171265 (or 0x171265) is known color: Midnight Blue. HEX triplet: 17, 12 and 65. RGB value is (23,18,101). Sum of RGB (Red+Green+Blue) = 23+18+101=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #171265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171265 is #E8ED9A. Grayscale: #1C1C1C. Windows color (decimal): -15265179 or 6623767. OLE color: 6623767.
HSL color Cylindrical-coordinate representation of color #171265: hue angle of 243.61º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #171265 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 18 | 101 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.60 |
| HSL | 243.61º | 0.7% | 0.23% | - |
| HSV(B) | 243.61º | 0.82% | 0.4% | - |
| XYZ | 2.92 | 1.55 | 12.46 | - |
| YUV | 28.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 101 | 0.77 | 0.82 | 0 | 0.60 | 243.61 | 0.7 | 0.23 |
| Hex | 17 | 12 | 65 | 4D | 52 | 0 | 3C | F4 | 46 | 17 |
| Octal | 27 | 22 | 145 | 115 | 122 | 0 | 74 | 364 | 106 | 27 |
| Binary | 10111 | 10010 | 1100101 | 1001101 | 1010010 | 0 | 111100 | 11110100 | 1000110 | 10111 |
Color Harmonies of #171265
Complementary color
Monochromatic Colors of #171265
Black with #171265
Text Example
Text Example
White with #171265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171265; }
p { color: rgb(23,18,101); }
H1.HeaderClassName
{
color: #171265;
}
.AnyTagClassName
{
color: #171265;
}
</style>
background-color css
<style>
a { background-color: #171265; }
a { background-color: rgb(23,18,101); }
div.DivClassName
{
background-color: #171265;
}
.BgClassName
{
background-color: #171265;
}
</style>
border-color css
<style>
span { border-color: #171265; }
span { border-color: rgb(23,18,101); }
td.TdClassName
{
border-color: #171265;
}
.TagClassName
{
border-color: #171265;
}
</style>