Shades of Midnight Blue #232481
Tints of Midnight Blue #232481
RGB
CMYK
RGB Variations
Color information
#232481 (or 0x232481) is known color: Midnight Blue. HEX triplet: 23, 24 and 81. RGB value is (35,36,129). Sum of RGB (Red+Green+Blue) = 35+36+129=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #232481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232481 is #DCDB7E. Grayscale: #2D2D2D. Windows color (decimal): -14474111 or 8463395. OLE color: 8463395.
HSL color Cylindrical-coordinate representation of color #232481: hue angle of 239.36º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232481 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 36 | 129 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.49 |
| HSL | 239.36º | 0.57% | 0.32% | - |
| HSV(B) | 239.36º | 0.73% | 0.51% | - |
| XYZ | 5.29 | 3.2 | 21.11 | - |
| YUV | 46.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 129 | 0.73 | 0.72 | 0 | 0.49 | 239.36 | 0.57 | 0.32 |
| Hex | 23 | 24 | 81 | 49 | 48 | 0 | 31 | EF | 39 | 20 |
| Octal | 43 | 44 | 201 | 111 | 110 | 0 | 61 | 357 | 71 | 40 |
| Binary | 100011 | 100100 | 10000001 | 1001001 | 1001000 | 0 | 110001 | 11101111 | 111001 | 100000 |
Color Harmonies of #232481
Complementary color
Monochromatic Colors of #232481
Black with #232481
Text Example
Text Example
White with #232481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232481; }
p { color: rgb(35,36,129); }
H1.HeaderClassName
{
color: #232481;
}
.AnyTagClassName
{
color: #232481;
}
</style>
background-color css
<style>
a { background-color: #232481; }
a { background-color: rgb(35,36,129); }
div.DivClassName
{
background-color: #232481;
}
.BgClassName
{
background-color: #232481;
}
</style>
border-color css
<style>
span { border-color: #232481; }
span { border-color: rgb(35,36,129); }
td.TdClassName
{
border-color: #232481;
}
.TagClassName
{
border-color: #232481;
}
</style>