Shades of Midnight Blue #181F5C
Tints of Midnight Blue #181F5C
RGB
CMYK
RGB Variations
Color information
#181F5C (or 0x181F5C) is known color: Midnight Blue. HEX triplet: 18, 1F and 5C. RGB value is (24,31,92). Sum of RGB (Red+Green+Blue) = 24+31+92=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #181F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F5C is #E7E0A3. Grayscale: #232323. Windows color (decimal): -15196324 or 6037272. OLE color: 6037272.
HSL color Cylindrical-coordinate representation of color #181F5C: hue angle of 233.82º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181F5C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 31 | 92 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.64 |
| HSL | 233.82º | 0.59% | 0.23% | - |
| HSV(B) | 233.82º | 0.74% | 0.36% | - |
| XYZ | 2.8 | 1.95 | 10.35 | - |
| YUV | 35.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 92 | 0.74 | 0.66 | 0 | 0.64 | 233.82 | 0.59 | 0.23 |
| Hex | 18 | 1F | 5C | 4A | 42 | 0 | 40 | EA | 3B | 17 |
| Octal | 30 | 37 | 134 | 112 | 102 | 0 | 100 | 352 | 73 | 27 |
| Binary | 11000 | 11111 | 1011100 | 1001010 | 1000010 | 0 | 1000000 | 11101010 | 111011 | 10111 |
Color Harmonies of #181F5C
Complementary color
Monochromatic Colors of #181F5C
Black with #181F5C
Text Example
Text Example
White with #181F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F5C; }
p { color: rgb(24,31,92); }
H1.HeaderClassName
{
color: #181F5C;
}
.AnyTagClassName
{
color: #181F5C;
}
</style>
background-color css
<style>
a { background-color: #181F5C; }
a { background-color: rgb(24,31,92); }
div.DivClassName
{
background-color: #181F5C;
}
.BgClassName
{
background-color: #181F5C;
}
</style>
border-color css
<style>
span { border-color: #181F5C; }
span { border-color: rgb(24,31,92); }
td.TdClassName
{
border-color: #181F5C;
}
.TagClassName
{
border-color: #181F5C;
}
</style>