Shades of Midnight Blue #17145C
Tints of Midnight Blue #17145C
RGB
CMYK
RGB Variations
Color information
#17145C (or 0x17145C) is known color: Midnight Blue. HEX triplet: 17, 14 and 5C. RGB value is (23,20,92). Sum of RGB (Red+Green+Blue) = 23+20+92=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #17145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17145C is #E8EBA3. Grayscale: #1C1C1C. Windows color (decimal): -15264676 or 6034455. OLE color: 6034455.
HSL color Cylindrical-coordinate representation of color #17145C: hue angle of 242.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17145C is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 20 | 92 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.64 |
| HSL | 242.5º | 0.64% | 0.22% | - |
| HSV(B) | 242.5º | 0.78% | 0.36% | - |
| XYZ | 2.54 | 1.46 | 10.27 | - |
| YUV | 29.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 92 | 0.75 | 0.78 | 0 | 0.64 | 242.5 | 0.64 | 0.22 |
| Hex | 17 | 14 | 5C | 4B | 4E | 0 | 40 | F2 | 40 | 16 |
| Octal | 27 | 24 | 134 | 113 | 116 | 0 | 100 | 362 | 100 | 26 |
| Binary | 10111 | 10100 | 1011100 | 1001011 | 1001110 | 0 | 1000000 | 11110010 | 1000000 | 10110 |
Color Harmonies of #17145C
Complementary color
Monochromatic Colors of #17145C
Black with #17145C
Text Example
Text Example
White with #17145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17145C; }
p { color: rgb(23,20,92); }
H1.HeaderClassName
{
color: #17145C;
}
.AnyTagClassName
{
color: #17145C;
}
</style>
background-color css
<style>
a { background-color: #17145C; }
a { background-color: rgb(23,20,92); }
div.DivClassName
{
background-color: #17145C;
}
.BgClassName
{
background-color: #17145C;
}
</style>
border-color css
<style>
span { border-color: #17145C; }
span { border-color: rgb(23,20,92); }
td.TdClassName
{
border-color: #17145C;
}
.TagClassName
{
border-color: #17145C;
}
</style>