Shades of New Midnight Blue #180AB0
Tints of New Midnight Blue #180AB0
RGB
CMYK
RGB Variations
Color information
#180AB0 (or 0x180AB0) is known color: New Midnight Blue. HEX triplet: 18, 0A and B0. RGB value is (24,10,176). Sum of RGB (Red+Green+Blue) = 24+10+176=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 176 (69.14% from 255 or 83.81% from 210); Max value from RGB is 176 - color contains mainly: blue. Hex color #180AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AB0 is #E7F54F. Grayscale: #202020. Windows color (decimal): -15201616 or 11536920. OLE color: 11536920.
HSL color Cylindrical-coordinate representation of color #180AB0: hue angle of 245.06º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180AB0 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 10 | 176 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.31 |
| HSL | 245.06º | 0.89% | 0.36% | - |
| HSV(B) | 245.06º | 0.94% | 0.69% | - |
| XYZ | 8.32 | 3.55 | 41.32 | - |
| YUV | 33.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 176 | 0.86 | 0.94 | 0 | 0.31 | 245.06 | 0.89 | 0.36 |
| Hex | 18 | A | B0 | 56 | 5E | 0 | 1F | F5 | 59 | 24 |
| Octal | 30 | 12 | 260 | 126 | 136 | 0 | 37 | 365 | 131 | 44 |
| Binary | 11000 | 1010 | 10110000 | 1010110 | 1011110 | 0 | 11111 | 11110101 | 1011001 | 100100 |
Color Harmonies of #180AB0
Complementary color
Monochromatic Colors of #180AB0
Black with #180AB0
Text Example
Text Example
White with #180AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180AB0; }
p { color: rgb(24,10,176); }
H1.HeaderClassName
{
color: #180AB0;
}
.AnyTagClassName
{
color: #180AB0;
}
</style>
background-color css
<style>
a { background-color: #180AB0; }
a { background-color: rgb(24,10,176); }
div.DivClassName
{
background-color: #180AB0;
}
.BgClassName
{
background-color: #180AB0;
}
</style>
border-color css
<style>
span { border-color: #180AB0; }
span { border-color: rgb(24,10,176); }
td.TdClassName
{
border-color: #180AB0;
}
.TagClassName
{
border-color: #180AB0;
}
</style>