Shades of Midnight Blue #231A83
Tints of Midnight Blue #231A83
RGB
CMYK
RGB Variations
Color information
#231A83 (or 0x231A83) is known color: Midnight Blue. HEX triplet: 23, 1A and 83. RGB value is (35,26,131). Sum of RGB (Red+Green+Blue) = 35+26+131=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #231A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A83 is #DCE57C. Grayscale: #282828. Windows color (decimal): -14476669 or 8591907. OLE color: 8591907.
HSL color Cylindrical-coordinate representation of color #231A83: hue angle of 245.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231A83 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 26 | 131 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.49 |
| HSL | 245.14º | 0.67% | 0.31% | - |
| HSV(B) | 245.14º | 0.8% | 0.51% | - |
| XYZ | 5.16 | 2.73 | 21.73 | - |
| YUV | 40.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 131 | 0.73 | 0.80 | 0 | 0.49 | 245.14 | 0.67 | 0.31 |
| Hex | 23 | 1A | 83 | 49 | 50 | 0 | 31 | F5 | 43 | 1F |
| Octal | 43 | 32 | 203 | 111 | 120 | 0 | 61 | 365 | 103 | 37 |
| Binary | 100011 | 11010 | 10000011 | 1001001 | 1010000 | 0 | 110001 | 11110101 | 1000011 | 11111 |
Color Harmonies of #231A83
Complementary color
Monochromatic Colors of #231A83
Black with #231A83
Text Example
Text Example
White with #231A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A83; }
p { color: rgb(35,26,131); }
H1.HeaderClassName
{
color: #231A83;
}
.AnyTagClassName
{
color: #231A83;
}
</style>
background-color css
<style>
a { background-color: #231A83; }
a { background-color: rgb(35,26,131); }
div.DivClassName
{
background-color: #231A83;
}
.BgClassName
{
background-color: #231A83;
}
</style>
border-color css
<style>
span { border-color: #231A83; }
span { border-color: rgb(35,26,131); }
td.TdClassName
{
border-color: #231A83;
}
.TagClassName
{
border-color: #231A83;
}
</style>