Shades of Midnight Blue #232A8D
Tints of Midnight Blue #232A8D
RGB
CMYK
RGB Variations
Color information
#232A8D (or 0x232A8D) is known color: Midnight Blue. HEX triplet: 23, 2A and 8D. RGB value is (35,42,141). Sum of RGB (Red+Green+Blue) = 35+42+141=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #232A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A8D is #DCD572. Grayscale: #323232. Windows color (decimal): -14472563 or 9251363. OLE color: 9251363.
HSL color Cylindrical-coordinate representation of color #232A8D: hue angle of 236.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232A8D is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 42 | 141 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.45 |
| HSL | 236.04º | 0.6% | 0.35% | - |
| HSV(B) | 236.04º | 0.75% | 0.55% | - |
| XYZ | 6.33 | 3.94 | 25.63 | - |
| YUV | 51.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 141 | 0.75 | 0.70 | 0 | 0.45 | 236.04 | 0.6 | 0.35 |
| Hex | 23 | 2A | 8D | 4B | 46 | 0 | 2D | EC | 3C | 23 |
| Octal | 43 | 52 | 215 | 113 | 106 | 0 | 55 | 354 | 74 | 43 |
| Binary | 100011 | 101010 | 10001101 | 1001011 | 1000110 | 0 | 101101 | 11101100 | 111100 | 100011 |
Color Harmonies of #232A8D
Complementary color
Monochromatic Colors of #232A8D
Black with #232A8D
Text Example
Text Example
White with #232A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A8D; }
p { color: rgb(35,42,141); }
H1.HeaderClassName
{
color: #232A8D;
}
.AnyTagClassName
{
color: #232A8D;
}
</style>
background-color css
<style>
a { background-color: #232A8D; }
a { background-color: rgb(35,42,141); }
div.DivClassName
{
background-color: #232A8D;
}
.BgClassName
{
background-color: #232A8D;
}
</style>
border-color css
<style>
span { border-color: #232A8D; }
span { border-color: rgb(35,42,141); }
td.TdClassName
{
border-color: #232A8D;
}
.TagClassName
{
border-color: #232A8D;
}
</style>