Shades of Midnight Blue #181B7B
Tints of Midnight Blue #181B7B
RGB
CMYK
RGB Variations
Color information
#181B7B (or 0x181B7B) is known color: Midnight Blue. HEX triplet: 18, 1B and 7B. RGB value is (24,27,123). Sum of RGB (Red+Green+Blue) = 24+27+123=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #181B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181B7B is #E7E484. Grayscale: #242424. Windows color (decimal): -15197317 or 8067864. OLE color: 8067864.
HSL color Cylindrical-coordinate representation of color #181B7B: hue angle of 238.18º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181B7B is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 27 | 123 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.52 |
| HSL | 238.18º | 0.67% | 0.29% | - |
| HSV(B) | 238.18º | 0.8% | 0.48% | - |
| XYZ | 4.34 | 2.41 | 18.97 | - |
| YUV | 37.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 123 | 0.80 | 0.78 | 0 | 0.52 | 238.18 | 0.67 | 0.29 |
| Hex | 18 | 1B | 7B | 50 | 4E | 0 | 34 | EE | 43 | 1D |
| Octal | 30 | 33 | 173 | 120 | 116 | 0 | 64 | 356 | 103 | 35 |
| Binary | 11000 | 11011 | 1111011 | 1010000 | 1001110 | 0 | 110100 | 11101110 | 1000011 | 11101 |
Color Harmonies of #181B7B
Complementary color
Monochromatic Colors of #181B7B
Black with #181B7B
Text Example
Text Example
White with #181B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B7B; }
p { color: rgb(24,27,123); }
H1.HeaderClassName
{
color: #181B7B;
}
.AnyTagClassName
{
color: #181B7B;
}
</style>
background-color css
<style>
a { background-color: #181B7B; }
a { background-color: rgb(24,27,123); }
div.DivClassName
{
background-color: #181B7B;
}
.BgClassName
{
background-color: #181B7B;
}
</style>
border-color css
<style>
span { border-color: #181B7B; }
span { border-color: rgb(24,27,123); }
td.TdClassName
{
border-color: #181B7B;
}
.TagClassName
{
border-color: #181B7B;
}
</style>