Shades of Midnight Blue #180F5B
Tints of Midnight Blue #180F5B
RGB
CMYK
RGB Variations
Color information
#180F5B (or 0x180F5B) is known color: Midnight Blue. HEX triplet: 18, 0F and 5B. RGB value is (24,15,91). Sum of RGB (Red+Green+Blue) = 24+15+91=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #180F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F5B is #E7F0A4. Grayscale: #1A1A1A. Windows color (decimal): -15200421 or 5967640. OLE color: 5967640.
HSL color Cylindrical-coordinate representation of color #180F5B: hue angle of 247.11º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #180F5B is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 15 | 91 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.64 |
| HSL | 247.11º | 0.72% | 0.21% | - |
| HSV(B) | 247.11º | 0.84% | 0.36% | - |
| XYZ | 2.44 | 1.29 | 10.02 | - |
| YUV | 26.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 91 | 0.74 | 0.84 | 0 | 0.64 | 247.11 | 0.72 | 0.21 |
| Hex | 18 | F | 5B | 4A | 54 | 0 | 40 | F7 | 48 | 15 |
| Octal | 30 | 17 | 133 | 112 | 124 | 0 | 100 | 367 | 110 | 25 |
| Binary | 11000 | 1111 | 1011011 | 1001010 | 1010100 | 0 | 1000000 | 11110111 | 1001000 | 10101 |
Color Harmonies of #180F5B
Complementary color
Monochromatic Colors of #180F5B
Black with #180F5B
Text Example
Text Example
White with #180F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F5B; }
p { color: rgb(24,15,91); }
H1.HeaderClassName
{
color: #180F5B;
}
.AnyTagClassName
{
color: #180F5B;
}
</style>
background-color css
<style>
a { background-color: #180F5B; }
a { background-color: rgb(24,15,91); }
div.DivClassName
{
background-color: #180F5B;
}
.BgClassName
{
background-color: #180F5B;
}
</style>
border-color css
<style>
span { border-color: #180F5B; }
span { border-color: rgb(24,15,91); }
td.TdClassName
{
border-color: #180F5B;
}
.TagClassName
{
border-color: #180F5B;
}
</style>