Shades of Midnight Blue #232087
Tints of Midnight Blue #232087
RGB
CMYK
RGB Variations
Color information
#232087 (or 0x232087) is known color: Midnight Blue. HEX triplet: 23, 20 and 87. RGB value is (35,32,135). Sum of RGB (Red+Green+Blue) = 35+32+135=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #232087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232087 is #DCDF78. Grayscale: #2C2C2C. Windows color (decimal): -14475129 or 8855587. OLE color: 8855587.
HSL color Cylindrical-coordinate representation of color #232087: hue angle of 241.75º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232087 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 32 | 135 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.47 |
| HSL | 241.75º | 0.62% | 0.33% | - |
| HSV(B) | 241.75º | 0.76% | 0.53% | - |
| XYZ | 5.58 | 3.14 | 23.23 | - |
| YUV | 44.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 135 | 0.74 | 0.76 | 0 | 0.47 | 241.75 | 0.62 | 0.33 |
| Hex | 23 | 20 | 87 | 4A | 4C | 0 | 2F | F2 | 3E | 21 |
| Octal | 43 | 40 | 207 | 112 | 114 | 0 | 57 | 362 | 76 | 41 |
| Binary | 100011 | 100000 | 10000111 | 1001010 | 1001100 | 0 | 101111 | 11110010 | 111110 | 100001 |
Color Harmonies of #232087
Complementary color
Monochromatic Colors of #232087
Black with #232087
Text Example
Text Example
White with #232087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232087; }
p { color: rgb(35,32,135); }
H1.HeaderClassName
{
color: #232087;
}
.AnyTagClassName
{
color: #232087;
}
</style>
background-color css
<style>
a { background-color: #232087; }
a { background-color: rgb(35,32,135); }
div.DivClassName
{
background-color: #232087;
}
.BgClassName
{
background-color: #232087;
}
</style>
border-color css
<style>
span { border-color: #232087; }
span { border-color: rgb(35,32,135); }
td.TdClassName
{
border-color: #232087;
}
.TagClassName
{
border-color: #232087;
}
</style>