Shades of Midnight Blue #17195A
Tints of Midnight Blue #17195A
RGB
CMYK
RGB Variations
Color information
#17195A (or 0x17195A) is known color: Midnight Blue. HEX triplet: 17, 19 and 5A. RGB value is (23,25,90). Sum of RGB (Red+Green+Blue) = 23+25+90=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #17195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17195A is #E8E6A5. Grayscale: #1F1F1F. Windows color (decimal): -15263398 or 5904663. OLE color: 5904663.
HSL color Cylindrical-coordinate representation of color #17195A: hue angle of 238.21º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17195A is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 25 | 90 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.65 |
| HSL | 238.21º | 0.59% | 0.22% | - |
| HSV(B) | 238.21º | 0.74% | 0.35% | - |
| XYZ | 2.55 | 1.62 | 9.85 | - |
| YUV | 31.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 90 | 0.74 | 0.72 | 0 | 0.65 | 238.21 | 0.59 | 0.22 |
| Hex | 17 | 19 | 5A | 4A | 48 | 0 | 41 | EE | 3B | 16 |
| Octal | 27 | 31 | 132 | 112 | 110 | 0 | 101 | 356 | 73 | 26 |
| Binary | 10111 | 11001 | 1011010 | 1001010 | 1001000 | 0 | 1000001 | 11101110 | 111011 | 10110 |
Color Harmonies of #17195A
Complementary color
Monochromatic Colors of #17195A
Black with #17195A
Text Example
Text Example
White with #17195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17195A; }
p { color: rgb(23,25,90); }
H1.HeaderClassName
{
color: #17195A;
}
.AnyTagClassName
{
color: #17195A;
}
</style>
background-color css
<style>
a { background-color: #17195A; }
a { background-color: rgb(23,25,90); }
div.DivClassName
{
background-color: #17195A;
}
.BgClassName
{
background-color: #17195A;
}
</style>
border-color css
<style>
span { border-color: #17195A; }
span { border-color: rgb(23,25,90); }
td.TdClassName
{
border-color: #17195A;
}
.TagClassName
{
border-color: #17195A;
}
</style>