Shades of Ultramarine #180DB1
Tints of Ultramarine #180DB1
RGB
CMYK
RGB Variations
Color information
#180DB1 (or 0x180DB1) is known color: Ultramarine. HEX triplet: 18, 0D and B1. RGB value is (24,13,177). Sum of RGB (Red+Green+Blue) = 24+13+177=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 177 (69.53% from 255 or 82.71% from 214); Max value from RGB is 177 - color contains mainly: blue. Hex color #180DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180DB1 is #E7F24E. Grayscale: #222222. Windows color (decimal): -15200847 or 11603224. OLE color: 11603224.
HSL color Cylindrical-coordinate representation of color #180DB1: hue angle of 244.02º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180DB1 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 13 | 177 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.31 |
| HSL | 244.02º | 0.86% | 0.37% | - |
| HSV(B) | 244.02º | 0.93% | 0.69% | - |
| XYZ | 8.46 | 3.66 | 41.86 | - |
| YUV | 34.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 177 | 0.86 | 0.93 | 0 | 0.31 | 244.02 | 0.86 | 0.37 |
| Hex | 18 | D | B1 | 56 | 5D | 0 | 1F | F4 | 56 | 25 |
| Octal | 30 | 15 | 261 | 126 | 135 | 0 | 37 | 364 | 126 | 45 |
| Binary | 11000 | 1101 | 10110001 | 1010110 | 1011101 | 0 | 11111 | 11110100 | 1010110 | 100101 |
Color Harmonies of #180DB1
Complementary color
Monochromatic Colors of #180DB1
Black with #180DB1
Text Example
Text Example
White with #180DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180DB1; }
p { color: rgb(24,13,177); }
H1.HeaderClassName
{
color: #180DB1;
}
.AnyTagClassName
{
color: #180DB1;
}
</style>
background-color css
<style>
a { background-color: #180DB1; }
a { background-color: rgb(24,13,177); }
div.DivClassName
{
background-color: #180DB1;
}
.BgClassName
{
background-color: #180DB1;
}
</style>
border-color css
<style>
span { border-color: #180DB1; }
span { border-color: rgb(24,13,177); }
td.TdClassName
{
border-color: #180DB1;
}
.TagClassName
{
border-color: #180DB1;
}
</style>