Shades of Midnight Blue #231A85
Tints of Midnight Blue #231A85
RGB
CMYK
RGB Variations
Color information
#231A85 (or 0x231A85) is known color: Midnight Blue. HEX triplet: 23, 1A and 85. RGB value is (35,26,133). Sum of RGB (Red+Green+Blue) = 35+26+133=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #231A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A85 is #DCE57A. Grayscale: #282828. Windows color (decimal): -14476667 or 8722979. OLE color: 8722979.
HSL color Cylindrical-coordinate representation of color #231A85: hue angle of 245.05º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231A85 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 26 | 133 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.48 |
| HSL | 245.05º | 0.67% | 0.31% | - |
| HSV(B) | 245.05º | 0.8% | 0.52% | - |
| XYZ | 5.3 | 2.79 | 22.45 | - |
| YUV | 40.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 133 | 0.74 | 0.80 | 0 | 0.48 | 245.05 | 0.67 | 0.31 |
| Hex | 23 | 1A | 85 | 4A | 50 | 0 | 30 | F5 | 43 | 1F |
| Octal | 43 | 32 | 205 | 112 | 120 | 0 | 60 | 365 | 103 | 37 |
| Binary | 100011 | 11010 | 10000101 | 1001010 | 1010000 | 0 | 110000 | 11110101 | 1000011 | 11111 |
Color Harmonies of #231A85
Complementary color
Monochromatic Colors of #231A85
Black with #231A85
Text Example
Text Example
White with #231A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A85; }
p { color: rgb(35,26,133); }
H1.HeaderClassName
{
color: #231A85;
}
.AnyTagClassName
{
color: #231A85;
}
</style>
background-color css
<style>
a { background-color: #231A85; }
a { background-color: rgb(35,26,133); }
div.DivClassName
{
background-color: #231A85;
}
.BgClassName
{
background-color: #231A85;
}
</style>
border-color css
<style>
span { border-color: #231A85; }
span { border-color: rgb(35,26,133); }
td.TdClassName
{
border-color: #231A85;
}
.TagClassName
{
border-color: #231A85;
}
</style>