Shades of Midnight Blue #231978
Tints of Midnight Blue #231978
RGB
CMYK
RGB Variations
Color information
#231978 (or 0x231978) is known color: Midnight Blue. HEX triplet: 23, 19 and 78. RGB value is (35,25,120). Sum of RGB (Red+Green+Blue) = 35+25+120=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #231978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231978 is #DCE687. Grayscale: #262626. Windows color (decimal): -14476936 or 7870755. OLE color: 7870755.
HSL color Cylindrical-coordinate representation of color #231978: hue angle of 246.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231978 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 25 | 120 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.53 |
| HSL | 246.32º | 0.66% | 0.28% | - |
| HSV(B) | 246.32º | 0.79% | 0.47% | - |
| XYZ | 4.43 | 2.41 | 18 | - |
| YUV | 38.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 120 | 0.71 | 0.79 | 0 | 0.53 | 246.32 | 0.66 | 0.28 |
| Hex | 23 | 19 | 78 | 47 | 4F | 0 | 35 | F6 | 42 | 1C |
| Octal | 43 | 31 | 170 | 107 | 117 | 0 | 65 | 366 | 102 | 34 |
| Binary | 100011 | 11001 | 1111000 | 1000111 | 1001111 | 0 | 110101 | 11110110 | 1000010 | 11100 |
Color Harmonies of #231978
Complementary color
Monochromatic Colors of #231978
Black with #231978
Text Example
Text Example
White with #231978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231978; }
p { color: rgb(35,25,120); }
H1.HeaderClassName
{
color: #231978;
}
.AnyTagClassName
{
color: #231978;
}
</style>
background-color css
<style>
a { background-color: #231978; }
a { background-color: rgb(35,25,120); }
div.DivClassName
{
background-color: #231978;
}
.BgClassName
{
background-color: #231978;
}
</style>
border-color css
<style>
span { border-color: #231978; }
span { border-color: rgb(35,25,120); }
td.TdClassName
{
border-color: #231978;
}
.TagClassName
{
border-color: #231978;
}
</style>