Shades of Midnight Blue #182488
Tints of Midnight Blue #182488
RGB
CMYK
RGB Variations
Color information
#182488 (or 0x182488) is known color: Midnight Blue. HEX triplet: 18, 24 and 88. RGB value is (24,36,136). Sum of RGB (Red+Green+Blue) = 24+36+136=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #182488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182488 is #E7DB77. Grayscale: #2B2B2B. Windows color (decimal): -15195000 or 8922136. OLE color: 8922136.
HSL color Cylindrical-coordinate representation of color #182488: hue angle of 233.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182488 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 36 | 136 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.47 |
| HSL | 233.57º | 0.7% | 0.31% | - |
| HSV(B) | 233.57º | 0.82% | 0.53% | - |
| XYZ | 5.45 | 3.23 | 23.63 | - |
| YUV | 43.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 136 | 0.82 | 0.74 | 0 | 0.47 | 233.57 | 0.7 | 0.31 |
| Hex | 18 | 24 | 88 | 52 | 4A | 0 | 2F | EA | 46 | 1F |
| Octal | 30 | 44 | 210 | 122 | 112 | 0 | 57 | 352 | 106 | 37 |
| Binary | 11000 | 100100 | 10001000 | 1010010 | 1001010 | 0 | 101111 | 11101010 | 1000110 | 11111 |
Color Harmonies of #182488
Complementary color
Monochromatic Colors of #182488
Black with #182488
Text Example
Text Example
White with #182488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182488; }
p { color: rgb(24,36,136); }
H1.HeaderClassName
{
color: #182488;
}
.AnyTagClassName
{
color: #182488;
}
</style>
background-color css
<style>
a { background-color: #182488; }
a { background-color: rgb(24,36,136); }
div.DivClassName
{
background-color: #182488;
}
.BgClassName
{
background-color: #182488;
}
</style>
border-color css
<style>
span { border-color: #182488; }
span { border-color: rgb(24,36,136); }
td.TdClassName
{
border-color: #182488;
}
.TagClassName
{
border-color: #182488;
}
</style>