Shades of Midnight Blue #17267D
Tints of Midnight Blue #17267D
RGB
CMYK
RGB Variations
Color information
#17267D (or 0x17267D) is known color: Midnight Blue. HEX triplet: 17, 26 and 7D. RGB value is (23,38,125). Sum of RGB (Red+Green+Blue) = 23+38+125=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #17267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17267D is #E8D982. Grayscale: #2B2B2B. Windows color (decimal): -15260035 or 8201751. OLE color: 8201751.
HSL color Cylindrical-coordinate representation of color #17267D: hue angle of 231.18º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17267D is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 38 | 125 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.51 |
| HSL | 231.18º | 0.69% | 0.29% | - |
| HSV(B) | 231.18º | 0.82% | 0.49% | - |
| XYZ | 4.75 | 3.05 | 19.74 | - |
| YUV | 43.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 125 | 0.82 | 0.70 | 0 | 0.51 | 231.18 | 0.69 | 0.29 |
| Hex | 17 | 26 | 7D | 52 | 46 | 0 | 33 | E7 | 45 | 1D |
| Octal | 27 | 46 | 175 | 122 | 106 | 0 | 63 | 347 | 105 | 35 |
| Binary | 10111 | 100110 | 1111101 | 1010010 | 1000110 | 0 | 110011 | 11100111 | 1000101 | 11101 |
Color Harmonies of #17267D
Complementary color
Monochromatic Colors of #17267D
Black with #17267D
Text Example
Text Example
White with #17267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17267D; }
p { color: rgb(23,38,125); }
H1.HeaderClassName
{
color: #17267D;
}
.AnyTagClassName
{
color: #17267D;
}
</style>
background-color css
<style>
a { background-color: #17267D; }
a { background-color: rgb(23,38,125); }
div.DivClassName
{
background-color: #17267D;
}
.BgClassName
{
background-color: #17267D;
}
</style>
border-color css
<style>
span { border-color: #17267D; }
span { border-color: rgb(23,38,125); }
td.TdClassName
{
border-color: #17267D;
}
.TagClassName
{
border-color: #17267D;
}
</style>