Shades of Midnight Blue #172B7D
Tints of Midnight Blue #172B7D
RGB
CMYK
RGB Variations
Color information
#172B7D (or 0x172B7D) is known color: Midnight Blue. HEX triplet: 17, 2B and 7D. RGB value is (23,43,125). Sum of RGB (Red+Green+Blue) = 23+43+125=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #172B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B7D is #E8D482. Grayscale: #2E2E2E. Windows color (decimal): -15258755 or 8203031. OLE color: 8203031.
HSL color Cylindrical-coordinate representation of color #172B7D: hue angle of 228.24º 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 #172B7D is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 43 | 125 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.51 |
| HSL | 228.24º | 0.69% | 0.29% | - |
| HSV(B) | 228.24º | 0.82% | 0.49% | - |
| XYZ | 4.92 | 3.39 | 19.8 | - |
| YUV | 46.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 125 | 0.82 | 0.66 | 0 | 0.51 | 228.24 | 0.69 | 0.29 |
| Hex | 17 | 2B | 7D | 52 | 42 | 0 | 33 | E4 | 45 | 1D |
| Octal | 27 | 53 | 175 | 122 | 102 | 0 | 63 | 344 | 105 | 35 |
| Binary | 10111 | 101011 | 1111101 | 1010010 | 1000010 | 0 | 110011 | 11100100 | 1000101 | 11101 |
Color Harmonies of #172B7D
Complementary color
Monochromatic Colors of #172B7D
Black with #172B7D
Text Example
Text Example
White with #172B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B7D; }
p { color: rgb(23,43,125); }
H1.HeaderClassName
{
color: #172B7D;
}
.AnyTagClassName
{
color: #172B7D;
}
</style>
background-color css
<style>
a { background-color: #172B7D; }
a { background-color: rgb(23,43,125); }
div.DivClassName
{
background-color: #172B7D;
}
.BgClassName
{
background-color: #172B7D;
}
</style>
border-color css
<style>
span { border-color: #172B7D; }
span { border-color: rgb(23,43,125); }
td.TdClassName
{
border-color: #172B7D;
}
.TagClassName
{
border-color: #172B7D;
}
</style>