Shades of Midnight Blue #232074
Tints of Midnight Blue #232074
RGB
CMYK
RGB Variations
Color information
#232074 (or 0x232074) is known color: Midnight Blue. HEX triplet: 23, 20 and 74. RGB value is (35,32,116). Sum of RGB (Red+Green+Blue) = 35+32+116=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #232074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232074 is #DCDF8B. Grayscale: #2A2A2A. Windows color (decimal): -14475148 or 7610403. OLE color: 7610403.
HSL color Cylindrical-coordinate representation of color #232074: hue angle of 242.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232074 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 32 | 116 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.55 |
| HSL | 242.14º | 0.57% | 0.29% | - |
| HSV(B) | 242.14º | 0.72% | 0.45% | - |
| XYZ | 4.36 | 2.65 | 16.8 | - |
| YUV | 42.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 116 | 0.70 | 0.72 | 0 | 0.55 | 242.14 | 0.57 | 0.29 |
| Hex | 23 | 20 | 74 | 46 | 48 | 0 | 37 | F2 | 39 | 1D |
| Octal | 43 | 40 | 164 | 106 | 110 | 0 | 67 | 362 | 71 | 35 |
| Binary | 100011 | 100000 | 1110100 | 1000110 | 1001000 | 0 | 110111 | 11110010 | 111001 | 11101 |
Color Harmonies of #232074
Complementary color
Monochromatic Colors of #232074
Black with #232074
Text Example
Text Example
White with #232074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232074; }
p { color: rgb(35,32,116); }
H1.HeaderClassName
{
color: #232074;
}
.AnyTagClassName
{
color: #232074;
}
</style>
background-color css
<style>
a { background-color: #232074; }
a { background-color: rgb(35,32,116); }
div.DivClassName
{
background-color: #232074;
}
.BgClassName
{
background-color: #232074;
}
</style>
border-color css
<style>
span { border-color: #232074; }
span { border-color: rgb(35,32,116); }
td.TdClassName
{
border-color: #232074;
}
.TagClassName
{
border-color: #232074;
}
</style>