Shades of Midnight Blue #17267A
Tints of Midnight Blue #17267A
RGB
CMYK
RGB Variations
Color information
#17267A (or 0x17267A) is known color: Midnight Blue. HEX triplet: 17, 26 and 7A. RGB value is (23,38,122). Sum of RGB (Red+Green+Blue) = 23+38+122=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #17267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17267A is #E8D985. Grayscale: #2A2A2A. Windows color (decimal): -15260038 or 8005143. OLE color: 8005143.
HSL color Cylindrical-coordinate representation of color #17267A: hue angle of 230.91º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17267A is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 38 | 122 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.52 |
| HSL | 230.91º | 0.68% | 0.28% | - |
| HSV(B) | 230.91º | 0.81% | 0.48% | - |
| XYZ | 4.56 | 2.97 | 18.75 | - |
| YUV | 43.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 122 | 0.81 | 0.69 | 0 | 0.52 | 230.91 | 0.68 | 0.28 |
| Hex | 17 | 26 | 7A | 51 | 45 | 0 | 34 | E7 | 44 | 1C |
| Octal | 27 | 46 | 172 | 121 | 105 | 0 | 64 | 347 | 104 | 34 |
| Binary | 10111 | 100110 | 1111010 | 1010001 | 1000101 | 0 | 110100 | 11100111 | 1000100 | 11100 |
Color Harmonies of #17267A
Complementary color
Monochromatic Colors of #17267A
Black with #17267A
Text Example
Text Example
White with #17267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17267A; }
p { color: rgb(23,38,122); }
H1.HeaderClassName
{
color: #17267A;
}
.AnyTagClassName
{
color: #17267A;
}
</style>
background-color css
<style>
a { background-color: #17267A; }
a { background-color: rgb(23,38,122); }
div.DivClassName
{
background-color: #17267A;
}
.BgClassName
{
background-color: #17267A;
}
</style>
border-color css
<style>
span { border-color: #17267A; }
span { border-color: rgb(23,38,122); }
td.TdClassName
{
border-color: #17267A;
}
.TagClassName
{
border-color: #17267A;
}
</style>