Shades of Midnight Blue #231A74
Tints of Midnight Blue #231A74
RGB
CMYK
RGB Variations
Color information
#231A74 (or 0x231A74) is known color: Midnight Blue. HEX triplet: 23, 1A and 74. RGB value is (35,26,116). Sum of RGB (Red+Green+Blue) = 35+26+116=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #231A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A74 is #DCE58B. Grayscale: #262626. Windows color (decimal): -14476684 or 7608867. OLE color: 7608867.
HSL color Cylindrical-coordinate representation of color #231A74: hue angle of 246º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231A74 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 26 | 116 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.55 |
| HSL | 246º | 0.63% | 0.28% | - |
| HSV(B) | 246º | 0.78% | 0.45% | - |
| XYZ | 4.21 | 2.36 | 16.76 | - |
| YUV | 38.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 116 | 0.70 | 0.78 | 0 | 0.55 | 246 | 0.63 | 0.28 |
| Hex | 23 | 1A | 74 | 46 | 4E | 0 | 37 | F6 | 3F | 1C |
| Octal | 43 | 32 | 164 | 106 | 116 | 0 | 67 | 366 | 77 | 34 |
| Binary | 100011 | 11010 | 1110100 | 1000110 | 1001110 | 0 | 110111 | 11110110 | 111111 | 11100 |
Color Harmonies of #231A74
Complementary color
Monochromatic Colors of #231A74
Black with #231A74
Text Example
Text Example
White with #231A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A74; }
p { color: rgb(35,26,116); }
H1.HeaderClassName
{
color: #231A74;
}
.AnyTagClassName
{
color: #231A74;
}
</style>
background-color css
<style>
a { background-color: #231A74; }
a { background-color: rgb(35,26,116); }
div.DivClassName
{
background-color: #231A74;
}
.BgClassName
{
background-color: #231A74;
}
</style>
border-color css
<style>
span { border-color: #231A74; }
span { border-color: rgb(35,26,116); }
td.TdClassName
{
border-color: #231A74;
}
.TagClassName
{
border-color: #231A74;
}
</style>