Shades of Midnight Blue #232A89
Tints of Midnight Blue #232A89
RGB
CMYK
RGB Variations
Color information
#232A89 (or 0x232A89) is known color: Midnight Blue. HEX triplet: 23, 2A and 89. RGB value is (35,42,137). Sum of RGB (Red+Green+Blue) = 35+42+137=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #232A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A89 is #DCD576. Grayscale: #323232. Windows color (decimal): -14472567 or 8989219. OLE color: 8989219.
HSL color Cylindrical-coordinate representation of color #232A89: hue angle of 235.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232A89 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 42 | 137 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.46 |
| HSL | 235.88º | 0.59% | 0.34% | - |
| HSV(B) | 235.88º | 0.74% | 0.54% | - |
| XYZ | 6.04 | 3.82 | 24.09 | - |
| YUV | 50.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 137 | 0.74 | 0.69 | 0 | 0.46 | 235.88 | 0.59 | 0.34 |
| Hex | 23 | 2A | 89 | 4A | 45 | 0 | 2E | EC | 3B | 22 |
| Octal | 43 | 52 | 211 | 112 | 105 | 0 | 56 | 354 | 73 | 42 |
| Binary | 100011 | 101010 | 10001001 | 1001010 | 1000101 | 0 | 101110 | 11101100 | 111011 | 100010 |
Color Harmonies of #232A89
Complementary color
Monochromatic Colors of #232A89
Black with #232A89
Text Example
Text Example
White with #232A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A89; }
p { color: rgb(35,42,137); }
H1.HeaderClassName
{
color: #232A89;
}
.AnyTagClassName
{
color: #232A89;
}
</style>
background-color css
<style>
a { background-color: #232A89; }
a { background-color: rgb(35,42,137); }
div.DivClassName
{
background-color: #232A89;
}
.BgClassName
{
background-color: #232A89;
}
</style>
border-color css
<style>
span { border-color: #232A89; }
span { border-color: rgb(35,42,137); }
td.TdClassName
{
border-color: #232A89;
}
.TagClassName
{
border-color: #232A89;
}
</style>