Shades of Midnight Blue #17268B
Tints of Midnight Blue #17268B
RGB
CMYK
RGB Variations
Color information
#17268B (or 0x17268B) is known color: Midnight Blue. HEX triplet: 17, 26 and 8B. RGB value is (23,38,139). Sum of RGB (Red+Green+Blue) = 23+38+139=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #17268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17268B is #E8D974. Grayscale: #2C2C2C. Windows color (decimal): -15260021 or 9119255. OLE color: 9119255.
HSL color Cylindrical-coordinate representation of color #17268B: hue angle of 232.24º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17268B is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 38 | 139 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.45 |
| HSL | 232.24º | 0.72% | 0.32% | - |
| HSV(B) | 232.24º | 0.83% | 0.55% | - |
| XYZ | 5.71 | 3.43 | 24.79 | - |
| YUV | 45.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 139 | 0.83 | 0.73 | 0 | 0.45 | 232.24 | 0.72 | 0.32 |
| Hex | 17 | 26 | 8B | 53 | 49 | 0 | 2D | E8 | 48 | 20 |
| Octal | 27 | 46 | 213 | 123 | 111 | 0 | 55 | 350 | 110 | 40 |
| Binary | 10111 | 100110 | 10001011 | 1010011 | 1001001 | 0 | 101101 | 11101000 | 1001000 | 100000 |
Color Harmonies of #17268B
Complementary color
Monochromatic Colors of #17268B
Black with #17268B
Text Example
Text Example
White with #17268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17268B; }
p { color: rgb(23,38,139); }
H1.HeaderClassName
{
color: #17268B;
}
.AnyTagClassName
{
color: #17268B;
}
</style>
background-color css
<style>
a { background-color: #17268B; }
a { background-color: rgb(23,38,139); }
div.DivClassName
{
background-color: #17268B;
}
.BgClassName
{
background-color: #17268B;
}
</style>
border-color css
<style>
span { border-color: #17268B; }
span { border-color: rgb(23,38,139); }
td.TdClassName
{
border-color: #17268B;
}
.TagClassName
{
border-color: #17268B;
}
</style>