Shades of Midnight Blue #231C80
Tints of Midnight Blue #231C80
RGB
CMYK
RGB Variations
Color information
#231C80 (or 0x231C80) is known color: Midnight Blue. HEX triplet: 23, 1C and 80. RGB value is (35,28,128). Sum of RGB (Red+Green+Blue) = 35+28+128=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #231C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C80 is #DCE37F. Grayscale: #292929. Windows color (decimal): -14476160 or 8395811. OLE color: 8395811.
HSL color Cylindrical-coordinate representation of color #231C80: hue angle of 244.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231C80 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 28 | 128 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.50 |
| HSL | 244.2º | 0.64% | 0.31% | - |
| HSV(B) | 244.2º | 0.78% | 0.5% | - |
| XYZ | 5 | 2.75 | 20.69 | - |
| YUV | 41.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 128 | 0.73 | 0.78 | 0 | 0.50 | 244.2 | 0.64 | 0.31 |
| Hex | 23 | 1C | 80 | 49 | 4E | 0 | 32 | F4 | 40 | 1F |
| Octal | 43 | 34 | 200 | 111 | 116 | 0 | 62 | 364 | 100 | 37 |
| Binary | 100011 | 11100 | 10000000 | 1001001 | 1001110 | 0 | 110010 | 11110100 | 1000000 | 11111 |
Color Harmonies of #231C80
Complementary color
Monochromatic Colors of #231C80
Black with #231C80
Text Example
Text Example
White with #231C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C80; }
p { color: rgb(35,28,128); }
H1.HeaderClassName
{
color: #231C80;
}
.AnyTagClassName
{
color: #231C80;
}
</style>
background-color css
<style>
a { background-color: #231C80; }
a { background-color: rgb(35,28,128); }
div.DivClassName
{
background-color: #231C80;
}
.BgClassName
{
background-color: #231C80;
}
</style>
border-color css
<style>
span { border-color: #231C80; }
span { border-color: rgb(35,28,128); }
td.TdClassName
{
border-color: #231C80;
}
.TagClassName
{
border-color: #231C80;
}
</style>