Shades of Midnight Blue #23197D
Tints of Midnight Blue #23197D
RGB
CMYK
RGB Variations
Color information
#23197D (or 0x23197D) is known color: Midnight Blue. HEX triplet: 23, 19 and 7D. RGB value is (35,25,125). Sum of RGB (Red+Green+Blue) = 35+25+125=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #23197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23197D is #DCE682. Grayscale: #272727. Windows color (decimal): -14476931 or 8198435. OLE color: 8198435.
HSL color Cylindrical-coordinate representation of color #23197D: hue angle of 246º degrees, saturation: 0.67, 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 #23197D is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 25 | 125 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.51 |
| HSL | 246º | 0.67% | 0.29% | - |
| HSV(B) | 246º | 0.8% | 0.49% | - |
| XYZ | 4.74 | 2.53 | 19.64 | - |
| YUV | 39.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 125 | 0.72 | 0.8 | 0 | 0.51 | 246 | 0.67 | 0.29 |
| Hex | 23 | 19 | 7D | 48 | 50 | 0 | 33 | F6 | 43 | 1D |
| Octal | 43 | 31 | 175 | 110 | 120 | 0 | 63 | 366 | 103 | 35 |
| Binary | 100011 | 11001 | 1111101 | 1001000 | 1010000 | 0 | 110011 | 11110110 | 1000011 | 11101 |
Color Harmonies of #23197D
Complementary color
Monochromatic Colors of #23197D
Black with #23197D
Text Example
Text Example
White with #23197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23197D; }
p { color: rgb(35,25,125); }
H1.HeaderClassName
{
color: #23197D;
}
.AnyTagClassName
{
color: #23197D;
}
</style>
background-color css
<style>
a { background-color: #23197D; }
a { background-color: rgb(35,25,125); }
div.DivClassName
{
background-color: #23197D;
}
.BgClassName
{
background-color: #23197D;
}
</style>
border-color css
<style>
span { border-color: #23197D; }
span { border-color: rgb(35,25,125); }
td.TdClassName
{
border-color: #23197D;
}
.TagClassName
{
border-color: #23197D;
}
</style>