Shades of Midnight Blue #231D63
Tints of Midnight Blue #231D63
RGB
CMYK
RGB Variations
Color information
#231D63 (or 0x231D63) is known color: Midnight Blue. HEX triplet: 23, 1D and 63. RGB value is (35,29,99). Sum of RGB (Red+Green+Blue) = 35+29+99=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #231D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D63 is #DCE29C. Grayscale: #262626. Windows color (decimal): -14475933 or 6495523. OLE color: 6495523.
HSL color Cylindrical-coordinate representation of color #231D63: hue angle of 245.14º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231D63 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 29 | 99 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.61 |
| HSL | 245.14º | 0.55% | 0.25% | - |
| HSV(B) | 245.14º | 0.71% | 0.39% | - |
| XYZ | 3.38 | 2.14 | 12.04 | - |
| YUV | 38.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 99 | 0.65 | 0.71 | 0 | 0.61 | 245.14 | 0.55 | 0.25 |
| Hex | 23 | 1D | 63 | 41 | 47 | 0 | 3D | F5 | 37 | 19 |
| Octal | 43 | 35 | 143 | 101 | 107 | 0 | 75 | 365 | 67 | 31 |
| Binary | 100011 | 11101 | 1100011 | 1000001 | 1000111 | 0 | 111101 | 11110101 | 110111 | 11001 |
Color Harmonies of #231D63
Complementary color
Monochromatic Colors of #231D63
Black with #231D63
Text Example
Text Example
White with #231D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D63; }
p { color: rgb(35,29,99); }
H1.HeaderClassName
{
color: #231D63;
}
.AnyTagClassName
{
color: #231D63;
}
</style>
background-color css
<style>
a { background-color: #231D63; }
a { background-color: rgb(35,29,99); }
div.DivClassName
{
background-color: #231D63;
}
.BgClassName
{
background-color: #231D63;
}
</style>
border-color css
<style>
span { border-color: #231D63; }
span { border-color: rgb(35,29,99); }
td.TdClassName
{
border-color: #231D63;
}
.TagClassName
{
border-color: #231D63;
}
</style>