Shades of Midnight Blue #18207B
Tints of Midnight Blue #18207B
RGB
CMYK
RGB Variations
Color information
#18207B (or 0x18207B) is known color: Midnight Blue. HEX triplet: 18, 20 and 7B. RGB value is (24,32,123). Sum of RGB (Red+Green+Blue) = 24+32+123=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #18207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18207B is #E7DF84. Grayscale: #272727. Windows color (decimal): -15196037 or 8069144. OLE color: 8069144.
HSL color Cylindrical-coordinate representation of color #18207B: hue angle of 235.15º 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 #18207B is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 32 | 123 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.52 |
| HSL | 235.15º | 0.67% | 0.29% | - |
| HSV(B) | 235.15º | 0.8% | 0.48% | - |
| XYZ | 4.47 | 2.66 | 19.02 | - |
| YUV | 39.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 123 | 0.80 | 0.74 | 0 | 0.52 | 235.15 | 0.67 | 0.29 |
| Hex | 18 | 20 | 7B | 50 | 4A | 0 | 34 | EB | 43 | 1D |
| Octal | 30 | 40 | 173 | 120 | 112 | 0 | 64 | 353 | 103 | 35 |
| Binary | 11000 | 100000 | 1111011 | 1010000 | 1001010 | 0 | 110100 | 11101011 | 1000011 | 11101 |
Color Harmonies of #18207B
Complementary color
Monochromatic Colors of #18207B
Black with #18207B
Text Example
Text Example
White with #18207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18207B; }
p { color: rgb(24,32,123); }
H1.HeaderClassName
{
color: #18207B;
}
.AnyTagClassName
{
color: #18207B;
}
</style>
background-color css
<style>
a { background-color: #18207B; }
a { background-color: rgb(24,32,123); }
div.DivClassName
{
background-color: #18207B;
}
.BgClassName
{
background-color: #18207B;
}
</style>
border-color css
<style>
span { border-color: #18207B; }
span { border-color: rgb(24,32,123); }
td.TdClassName
{
border-color: #18207B;
}
.TagClassName
{
border-color: #18207B;
}
</style>