Shades of Midnight Blue #232486
Tints of Midnight Blue #232486
RGB
CMYK
RGB Variations
Color information
#232486 (or 0x232486) is known color: Midnight Blue. HEX triplet: 23, 24 and 86. RGB value is (35,36,134). Sum of RGB (Red+Green+Blue) = 35+36+134=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #232486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232486 is #DCDB79. Grayscale: #2E2E2E. Windows color (decimal): -14474106 or 8791075. OLE color: 8791075.
HSL color Cylindrical-coordinate representation of color #232486: hue angle of 239.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232486 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 36 | 134 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.47 |
| HSL | 239.39º | 0.59% | 0.33% | - |
| HSV(B) | 239.39º | 0.74% | 0.53% | - |
| XYZ | 5.63 | 3.34 | 22.9 | - |
| YUV | 46.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 134 | 0.74 | 0.73 | 0 | 0.47 | 239.39 | 0.59 | 0.33 |
| Hex | 23 | 24 | 86 | 4A | 49 | 0 | 2F | EF | 3B | 21 |
| Octal | 43 | 44 | 206 | 112 | 111 | 0 | 57 | 357 | 73 | 41 |
| Binary | 100011 | 100100 | 10000110 | 1001010 | 1001001 | 0 | 101111 | 11101111 | 111011 | 100001 |
Color Harmonies of #232486
Complementary color
Monochromatic Colors of #232486
Black with #232486
Text Example
Text Example
White with #232486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232486; }
p { color: rgb(35,36,134); }
H1.HeaderClassName
{
color: #232486;
}
.AnyTagClassName
{
color: #232486;
}
</style>
background-color css
<style>
a { background-color: #232486; }
a { background-color: rgb(35,36,134); }
div.DivClassName
{
background-color: #232486;
}
.BgClassName
{
background-color: #232486;
}
</style>
border-color css
<style>
span { border-color: #232486; }
span { border-color: rgb(35,36,134); }
td.TdClassName
{
border-color: #232486;
}
.TagClassName
{
border-color: #232486;
}
</style>