Shades of Midnight Blue #180270
Tints of Midnight Blue #180270
RGB
CMYK
RGB Variations
Color information
#180270 (or 0x180270) is known color: Midnight Blue. HEX triplet: 18, 02 and 70. RGB value is (24,2,112). Sum of RGB (Red+Green+Blue) = 24+2+112=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #180270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180270 is #E7FD8F. Grayscale: #141414. Windows color (decimal): -15203728 or 7340568. OLE color: 7340568.
HSL color Cylindrical-coordinate representation of color #180270: hue angle of 252º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180270 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 2 | 112 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.56 |
| HSL | 252º | 0.96% | 0.22% | - |
| HSV(B) | 252º | 0.98% | 0.44% | - |
| XYZ | 3.32 | 1.41 | 15.43 | - |
| YUV | 21.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 112 | 0.79 | 0.98 | 0 | 0.56 | 252 | 0.96 | 0.22 |
| Hex | 18 | 2 | 70 | 4F | 62 | 0 | 38 | FC | 60 | 16 |
| Octal | 30 | 2 | 160 | 117 | 142 | 0 | 70 | 374 | 140 | 26 |
| Binary | 11000 | 10 | 1110000 | 1001111 | 1100010 | 0 | 111000 | 11111100 | 1100000 | 10110 |
Color Harmonies of #180270
Complementary color
Monochromatic Colors of #180270
Black with #180270
Text Example
Text Example
White with #180270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180270; }
p { color: rgb(24,2,112); }
H1.HeaderClassName
{
color: #180270;
}
.AnyTagClassName
{
color: #180270;
}
</style>
background-color css
<style>
a { background-color: #180270; }
a { background-color: rgb(24,2,112); }
div.DivClassName
{
background-color: #180270;
}
.BgClassName
{
background-color: #180270;
}
</style>
border-color css
<style>
span { border-color: #180270; }
span { border-color: rgb(24,2,112); }
td.TdClassName
{
border-color: #180270;
}
.TagClassName
{
border-color: #180270;
}
</style>