Shades of Midnight Blue #23177F
Tints of Midnight Blue #23177F
RGB
CMYK
RGB Variations
Color information
#23177F (or 0x23177F) is known color: Midnight Blue. HEX triplet: 23, 17 and 7F. RGB value is (35,23,127). Sum of RGB (Red+Green+Blue) = 35+23+127=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #23177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23177F is #DCE880. Grayscale: #262626. Windows color (decimal): -14477441 or 8328995. OLE color: 8328995.
HSL color Cylindrical-coordinate representation of color #23177F: hue angle of 246.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23177F is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 23 | 127 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.50 |
| HSL | 246.92º | 0.69% | 0.29% | - |
| HSV(B) | 246.92º | 0.82% | 0.5% | - |
| XYZ | 4.83 | 2.5 | 20.31 | - |
| YUV | 38.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 127 | 0.72 | 0.82 | 0 | 0.50 | 246.92 | 0.69 | 0.29 |
| Hex | 23 | 17 | 7F | 48 | 52 | 0 | 32 | F7 | 45 | 1D |
| Octal | 43 | 27 | 177 | 110 | 122 | 0 | 62 | 367 | 105 | 35 |
| Binary | 100011 | 10111 | 1111111 | 1001000 | 1010010 | 0 | 110010 | 11110111 | 1000101 | 11101 |
Color Harmonies of #23177F
Complementary color
Monochromatic Colors of #23177F
Black with #23177F
Text Example
Text Example
White with #23177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23177F; }
p { color: rgb(35,23,127); }
H1.HeaderClassName
{
color: #23177F;
}
.AnyTagClassName
{
color: #23177F;
}
</style>
background-color css
<style>
a { background-color: #23177F; }
a { background-color: rgb(35,23,127); }
div.DivClassName
{
background-color: #23177F;
}
.BgClassName
{
background-color: #23177F;
}
</style>
border-color css
<style>
span { border-color: #23177F; }
span { border-color: rgb(35,23,127); }
td.TdClassName
{
border-color: #23177F;
}
.TagClassName
{
border-color: #23177F;
}
</style>