Shades of Midnight Blue #231774
Tints of Midnight Blue #231774
RGB
CMYK
RGB Variations
Color information
#231774 (or 0x231774) is known color: Midnight Blue. HEX triplet: 23, 17 and 74. RGB value is (35,23,116). Sum of RGB (Red+Green+Blue) = 35+23+116=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #231774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231774 is #DCE88B. Grayscale: #242424. Windows color (decimal): -14477452 or 7608099. OLE color: 7608099.
HSL color Cylindrical-coordinate representation of color #231774: hue angle of 247.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231774 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 23 | 116 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.55 |
| HSL | 247.74º | 0.67% | 0.27% | - |
| HSV(B) | 247.74º | 0.8% | 0.45% | - |
| XYZ | 4.15 | 2.23 | 16.73 | - |
| YUV | 37.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 116 | 0.70 | 0.80 | 0 | 0.55 | 247.74 | 0.67 | 0.27 |
| Hex | 23 | 17 | 74 | 46 | 50 | 0 | 37 | F8 | 43 | 1B |
| Octal | 43 | 27 | 164 | 106 | 120 | 0 | 67 | 370 | 103 | 33 |
| Binary | 100011 | 10111 | 1110100 | 1000110 | 1010000 | 0 | 110111 | 11111000 | 1000011 | 11011 |
Color Harmonies of #231774
Complementary color
Monochromatic Colors of #231774
Black with #231774
Text Example
Text Example
White with #231774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231774; }
p { color: rgb(35,23,116); }
H1.HeaderClassName
{
color: #231774;
}
.AnyTagClassName
{
color: #231774;
}
</style>
background-color css
<style>
a { background-color: #231774; }
a { background-color: rgb(35,23,116); }
div.DivClassName
{
background-color: #231774;
}
.BgClassName
{
background-color: #231774;
}
</style>
border-color css
<style>
span { border-color: #231774; }
span { border-color: rgb(35,23,116); }
td.TdClassName
{
border-color: #231774;
}
.TagClassName
{
border-color: #231774;
}
</style>