Shades of Midnight Blue #17266F
Tints of Midnight Blue #17266F
RGB
CMYK
RGB Variations
Color information
#17266F (or 0x17266F) is known color: Midnight Blue. HEX triplet: 17, 26 and 6F. RGB value is (23,38,111). Sum of RGB (Red+Green+Blue) = 23+38+111=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #17266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17266F is #E8D990. Grayscale: #292929. Windows color (decimal): -15260049 or 7284247. OLE color: 7284247.
HSL color Cylindrical-coordinate representation of color #17266F: hue angle of 229.77º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17266F is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 38 | 111 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.56 |
| HSL | 229.77º | 0.66% | 0.26% | - |
| HSV(B) | 229.77º | 0.79% | 0.44% | - |
| XYZ | 3.92 | 2.72 | 15.36 | - |
| YUV | 41.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 111 | 0.79 | 0.66 | 0 | 0.56 | 229.77 | 0.66 | 0.26 |
| Hex | 17 | 26 | 6F | 4F | 42 | 0 | 38 | E6 | 42 | 1A |
| Octal | 27 | 46 | 157 | 117 | 102 | 0 | 70 | 346 | 102 | 32 |
| Binary | 10111 | 100110 | 1101111 | 1001111 | 1000010 | 0 | 111000 | 11100110 | 1000010 | 11010 |
Color Harmonies of #17266F
Complementary color
Monochromatic Colors of #17266F
Black with #17266F
Text Example
Text Example
White with #17266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17266F; }
p { color: rgb(23,38,111); }
H1.HeaderClassName
{
color: #17266F;
}
.AnyTagClassName
{
color: #17266F;
}
</style>
background-color css
<style>
a { background-color: #17266F; }
a { background-color: rgb(23,38,111); }
div.DivClassName
{
background-color: #17266F;
}
.BgClassName
{
background-color: #17266F;
}
</style>
border-color css
<style>
span { border-color: #17266F; }
span { border-color: rgb(23,38,111); }
td.TdClassName
{
border-color: #17266F;
}
.TagClassName
{
border-color: #17266F;
}
</style>