Shades of Midnight Blue #231F7C
Tints of Midnight Blue #231F7C
RGB
CMYK
RGB Variations
Color information
#231F7C (or 0x231F7C) is known color: Midnight Blue. HEX triplet: 23, 1F and 7C. RGB value is (35,31,124). Sum of RGB (Red+Green+Blue) = 35+31+124=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #231F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F7C is #DCE083. Grayscale: #2A2A2A. Windows color (decimal): -14475396 or 8134435. OLE color: 8134435.
HSL color Cylindrical-coordinate representation of color #231F7C: hue angle of 242.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231F7C is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 31 | 124 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.51 |
| HSL | 242.58º | 0.6% | 0.3% | - |
| HSV(B) | 242.58º | 0.75% | 0.49% | - |
| XYZ | 4.82 | 2.79 | 19.35 | - |
| YUV | 42.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 124 | 0.72 | 0.75 | 0 | 0.51 | 242.58 | 0.6 | 0.3 |
| Hex | 23 | 1F | 7C | 48 | 4B | 0 | 33 | F3 | 3C | 1E |
| Octal | 43 | 37 | 174 | 110 | 113 | 0 | 63 | 363 | 74 | 36 |
| Binary | 100011 | 11111 | 1111100 | 1001000 | 1001011 | 0 | 110011 | 11110011 | 111100 | 11110 |
Color Harmonies of #231F7C
Complementary color
Monochromatic Colors of #231F7C
Black with #231F7C
Text Example
Text Example
White with #231F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F7C; }
p { color: rgb(35,31,124); }
H1.HeaderClassName
{
color: #231F7C;
}
.AnyTagClassName
{
color: #231F7C;
}
</style>
background-color css
<style>
a { background-color: #231F7C; }
a { background-color: rgb(35,31,124); }
div.DivClassName
{
background-color: #231F7C;
}
.BgClassName
{
background-color: #231F7C;
}
</style>
border-color css
<style>
span { border-color: #231F7C; }
span { border-color: rgb(35,31,124); }
td.TdClassName
{
border-color: #231F7C;
}
.TagClassName
{
border-color: #231F7C;
}
</style>