Shades of Midnight Blue #18056D
Tints of Midnight Blue #18056D
RGB
CMYK
RGB Variations
Color information
#18056D (or 0x18056D) is known color: Midnight Blue. HEX triplet: 18, 05 and 6D. RGB value is (24,5,109). Sum of RGB (Red+Green+Blue) = 24+5+109=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #18056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18056D is #E7FA92. Grayscale: #161616. Windows color (decimal): -15202963 or 7144728. OLE color: 7144728.
HSL color Cylindrical-coordinate representation of color #18056D: hue angle of 250.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18056D is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 5 | 109 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.57 |
| HSL | 250.96º | 0.91% | 0.22% | - |
| HSV(B) | 250.96º | 0.95% | 0.43% | - |
| XYZ | 3.19 | 1.41 | 14.57 | - |
| YUV | 22.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 109 | 0.78 | 0.95 | 0 | 0.57 | 250.96 | 0.91 | 0.22 |
| Hex | 18 | 5 | 6D | 4E | 5F | 0 | 39 | FB | 5B | 16 |
| Octal | 30 | 5 | 155 | 116 | 137 | 0 | 71 | 373 | 133 | 26 |
| Binary | 11000 | 101 | 1101101 | 1001110 | 1011111 | 0 | 111001 | 11111011 | 1011011 | 10110 |
Color Harmonies of #18056D
Complementary color
Monochromatic Colors of #18056D
Black with #18056D
Text Example
Text Example
White with #18056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18056D; }
p { color: rgb(24,5,109); }
H1.HeaderClassName
{
color: #18056D;
}
.AnyTagClassName
{
color: #18056D;
}
</style>
background-color css
<style>
a { background-color: #18056D; }
a { background-color: rgb(24,5,109); }
div.DivClassName
{
background-color: #18056D;
}
.BgClassName
{
background-color: #18056D;
}
</style>
border-color css
<style>
span { border-color: #18056D; }
span { border-color: rgb(24,5,109); }
td.TdClassName
{
border-color: #18056D;
}
.TagClassName
{
border-color: #18056D;
}
</style>