Shades of New Midnight Blue #180DB4
Tints of New Midnight Blue #180DB4
RGB
CMYK
RGB Variations
Color information
#180DB4 (or 0x180DB4) is known color: New Midnight Blue. HEX triplet: 18, 0D and B4. RGB value is (24,13,180). Sum of RGB (Red+Green+Blue) = 24+13+180=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 180 (70.70% from 255 or 82.95% from 217); Max value from RGB is 180 - color contains mainly: blue. Hex color #180DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DB4 is #E7F24B. Grayscale: #222222. Windows color (decimal): -15200844 or 11799832. OLE color: 11799832.
HSL color Cylindrical-coordinate representation of color #180DB4: hue angle of 243.95º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180DB4 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 13 | 180 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.29 |
| HSL | 243.95º | 0.87% | 0.38% | - |
| HSV(B) | 243.95º | 0.93% | 0.71% | - |
| XYZ | 8.76 | 3.78 | 43.45 | - |
| YUV | 35.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 180 | 0.87 | 0.93 | 0 | 0.29 | 243.95 | 0.87 | 0.38 |
| Hex | 18 | D | B4 | 57 | 5D | 0 | 1D | F4 | 57 | 26 |
| Octal | 30 | 15 | 264 | 127 | 135 | 0 | 35 | 364 | 127 | 46 |
| Binary | 11000 | 1101 | 10110100 | 1010111 | 1011101 | 0 | 11101 | 11110100 | 1010111 | 100110 |
Color Harmonies of #180DB4
Complementary color
Monochromatic Colors of #180DB4
Black with #180DB4
Text Example
Text Example
White with #180DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180DB4; }
p { color: rgb(24,13,180); }
H1.HeaderClassName
{
color: #180DB4;
}
.AnyTagClassName
{
color: #180DB4;
}
</style>
background-color css
<style>
a { background-color: #180DB4; }
a { background-color: rgb(24,13,180); }
div.DivClassName
{
background-color: #180DB4;
}
.BgClassName
{
background-color: #180DB4;
}
</style>
border-color css
<style>
span { border-color: #180DB4; }
span { border-color: rgb(24,13,180); }
td.TdClassName
{
border-color: #180DB4;
}
.TagClassName
{
border-color: #180DB4;
}
</style>