Shades of Midnight Blue #232468
Tints of Midnight Blue #232468
RGB
CMYK
RGB Variations
Color information
#232468 (or 0x232468) is known color: Midnight Blue. HEX triplet: 23, 24 and 68. RGB value is (35,36,104). Sum of RGB (Red+Green+Blue) = 35+36+104=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #232468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232468 is #DCDB97. Grayscale: #2B2B2B. Windows color (decimal): -14474136 or 6824995. OLE color: 6824995.
HSL color Cylindrical-coordinate representation of color #232468: hue angle of 239.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232468 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 36 | 104 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.59 |
| HSL | 239.13º | 0.5% | 0.27% | - |
| HSV(B) | 239.13º | 0.66% | 0.41% | - |
| XYZ | 3.82 | 2.62 | 13.4 | - |
| YUV | 43.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 104 | 0.66 | 0.65 | 0 | 0.59 | 239.13 | 0.5 | 0.27 |
| Hex | 23 | 24 | 68 | 42 | 41 | 0 | 3B | EF | 32 | 1B |
| Octal | 43 | 44 | 150 | 102 | 101 | 0 | 73 | 357 | 62 | 33 |
| Binary | 100011 | 100100 | 1101000 | 1000010 | 1000001 | 0 | 111011 | 11101111 | 110010 | 11011 |
Color Harmonies of #232468
Complementary color
Monochromatic Colors of #232468
Black with #232468
Text Example
Text Example
White with #232468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232468; }
p { color: rgb(35,36,104); }
H1.HeaderClassName
{
color: #232468;
}
.AnyTagClassName
{
color: #232468;
}
</style>
background-color css
<style>
a { background-color: #232468; }
a { background-color: rgb(35,36,104); }
div.DivClassName
{
background-color: #232468;
}
.BgClassName
{
background-color: #232468;
}
</style>
border-color css
<style>
span { border-color: #232468; }
span { border-color: rgb(35,36,104); }
td.TdClassName
{
border-color: #232468;
}
.TagClassName
{
border-color: #232468;
}
</style>