Shades of Midnight Blue #232565
Tints of Midnight Blue #232565
RGB
CMYK
RGB Variations
Color information
#232565 (or 0x232565) is known color: Midnight Blue. HEX triplet: 23, 25 and 65. RGB value is (35,37,101). Sum of RGB (Red+Green+Blue) = 35+37+101=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #232565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232565 is #DCDA9A. Grayscale: #2B2B2B. Windows color (decimal): -14473883 or 6628643. OLE color: 6628643.
HSL color Cylindrical-coordinate representation of color #232565: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232565 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 37 | 101 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.60 |
| HSL | 238.18º | 0.49% | 0.27% | - |
| HSV(B) | 238.18º | 0.65% | 0.4% | - |
| XYZ | 3.7 | 2.62 | 12.62 | - |
| YUV | 43.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 101 | 0.65 | 0.63 | 0 | 0.60 | 238.18 | 0.49 | 0.27 |
| Hex | 23 | 25 | 65 | 41 | 3F | 0 | 3C | EE | 31 | 1B |
| Octal | 43 | 45 | 145 | 101 | 77 | 0 | 74 | 356 | 61 | 33 |
| Binary | 100011 | 100101 | 1100101 | 1000001 | 111111 | 0 | 111100 | 11101110 | 110001 | 11011 |
Color Harmonies of #232565
Complementary color
Monochromatic Colors of #232565
Black with #232565
Text Example
Text Example
White with #232565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232565; }
p { color: rgb(35,37,101); }
H1.HeaderClassName
{
color: #232565;
}
.AnyTagClassName
{
color: #232565;
}
</style>
background-color css
<style>
a { background-color: #232565; }
a { background-color: rgb(35,37,101); }
div.DivClassName
{
background-color: #232565;
}
.BgClassName
{
background-color: #232565;
}
</style>
border-color css
<style>
span { border-color: #232565; }
span { border-color: rgb(35,37,101); }
td.TdClassName
{
border-color: #232565;
}
.TagClassName
{
border-color: #232565;
}
</style>