Shades of Midnight Blue #17155A
Tints of Midnight Blue #17155A
RGB
CMYK
RGB Variations
Color information
#17155A (or 0x17155A) is known color: Midnight Blue. HEX triplet: 17, 15 and 5A. RGB value is (23,21,90). Sum of RGB (Red+Green+Blue) = 23+21+90=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #17155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17155A is #E8EAA5. Grayscale: #1D1D1D. Windows color (decimal): -15264422 or 5903639. OLE color: 5903639.
HSL color Cylindrical-coordinate representation of color #17155A: hue angle of 241.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17155A is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 21 | 90 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.65 |
| HSL | 241.74º | 0.62% | 0.22% | - |
| HSV(B) | 241.74º | 0.77% | 0.35% | - |
| XYZ | 2.47 | 1.46 | 9.82 | - |
| YUV | 29.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 90 | 0.74 | 0.77 | 0 | 0.65 | 241.74 | 0.62 | 0.22 |
| Hex | 17 | 15 | 5A | 4A | 4D | 0 | 41 | F2 | 3E | 16 |
| Octal | 27 | 25 | 132 | 112 | 115 | 0 | 101 | 362 | 76 | 26 |
| Binary | 10111 | 10101 | 1011010 | 1001010 | 1001101 | 0 | 1000001 | 11110010 | 111110 | 10110 |
Color Harmonies of #17155A
Complementary color
Monochromatic Colors of #17155A
Black with #17155A
Text Example
Text Example
White with #17155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17155A; }
p { color: rgb(23,21,90); }
H1.HeaderClassName
{
color: #17155A;
}
.AnyTagClassName
{
color: #17155A;
}
</style>
background-color css
<style>
a { background-color: #17155A; }
a { background-color: rgb(23,21,90); }
div.DivClassName
{
background-color: #17155A;
}
.BgClassName
{
background-color: #17155A;
}
</style>
border-color css
<style>
span { border-color: #17155A; }
span { border-color: rgb(23,21,90); }
td.TdClassName
{
border-color: #17155A;
}
.TagClassName
{
border-color: #17155A;
}
</style>