Shades of Midnight Blue #232870
Tints of Midnight Blue #232870
RGB
CMYK
RGB Variations
Color information
#232870 (or 0x232870) is known color: Midnight Blue. HEX triplet: 23, 28 and 70. RGB value is (35,40,112). Sum of RGB (Red+Green+Blue) = 35+40+112=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #232870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232870 is #DCD78F. Grayscale: #2E2E2E. Windows color (decimal): -14473104 or 7350307. OLE color: 7350307.
HSL color Cylindrical-coordinate representation of color #232870: hue angle of 236.1º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232870 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 40 | 112 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.56 |
| HSL | 236.1º | 0.52% | 0.29% | - |
| HSV(B) | 236.1º | 0.69% | 0.44% | - |
| XYZ | 4.38 | 3.04 | 15.69 | - |
| YUV | 46.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 112 | 0.69 | 0.64 | 0 | 0.56 | 236.1 | 0.52 | 0.29 |
| Hex | 23 | 28 | 70 | 45 | 40 | 0 | 38 | EC | 34 | 1D |
| Octal | 43 | 50 | 160 | 105 | 100 | 0 | 70 | 354 | 64 | 35 |
| Binary | 100011 | 101000 | 1110000 | 1000101 | 1000000 | 0 | 111000 | 11101100 | 110100 | 11101 |
Color Harmonies of #232870
Complementary color
Monochromatic Colors of #232870
Black with #232870
Text Example
Text Example
White with #232870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232870; }
p { color: rgb(35,40,112); }
H1.HeaderClassName
{
color: #232870;
}
.AnyTagClassName
{
color: #232870;
}
</style>
background-color css
<style>
a { background-color: #232870; }
a { background-color: rgb(35,40,112); }
div.DivClassName
{
background-color: #232870;
}
.BgClassName
{
background-color: #232870;
}
</style>
border-color css
<style>
span { border-color: #232870; }
span { border-color: rgb(35,40,112); }
td.TdClassName
{
border-color: #232870;
}
.TagClassName
{
border-color: #232870;
}
</style>