Shades of Midnight Blue #23197C
Tints of Midnight Blue #23197C
RGB
CMYK
RGB Variations
Color information
#23197C (or 0x23197C) is known color: Midnight Blue. HEX triplet: 23, 19 and 7C. RGB value is (35,25,124). Sum of RGB (Red+Green+Blue) = 35+25+124=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #23197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23197C is #DCE683. Grayscale: #262626. Windows color (decimal): -14476932 or 8132899. OLE color: 8132899.
HSL color Cylindrical-coordinate representation of color #23197C: hue angle of 246.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23197C is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 25 | 124 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.51 |
| HSL | 246.06º | 0.66% | 0.29% | - |
| HSV(B) | 246.06º | 0.8% | 0.49% | - |
| XYZ | 4.68 | 2.51 | 19.31 | - |
| YUV | 39.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 124 | 0.72 | 0.80 | 0 | 0.51 | 246.06 | 0.66 | 0.29 |
| Hex | 23 | 19 | 7C | 48 | 50 | 0 | 33 | F6 | 42 | 1D |
| Octal | 43 | 31 | 174 | 110 | 120 | 0 | 63 | 366 | 102 | 35 |
| Binary | 100011 | 11001 | 1111100 | 1001000 | 1010000 | 0 | 110011 | 11110110 | 1000010 | 11101 |
Color Harmonies of #23197C
Complementary color
Monochromatic Colors of #23197C
Black with #23197C
Text Example
Text Example
White with #23197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23197C; }
p { color: rgb(35,25,124); }
H1.HeaderClassName
{
color: #23197C;
}
.AnyTagClassName
{
color: #23197C;
}
</style>
background-color css
<style>
a { background-color: #23197C; }
a { background-color: rgb(35,25,124); }
div.DivClassName
{
background-color: #23197C;
}
.BgClassName
{
background-color: #23197C;
}
</style>
border-color css
<style>
span { border-color: #23197C; }
span { border-color: rgb(35,25,124); }
td.TdClassName
{
border-color: #23197C;
}
.TagClassName
{
border-color: #23197C;
}
</style>