Shades of Ultramarine #180C91
Tints of Ultramarine #180C91
RGB
CMYK
RGB Variations
Color information
#180C91 (or 0x180C91) is known color: Ultramarine. HEX triplet: 18, 0C and 91. RGB value is (24,12,145). Sum of RGB (Red+Green+Blue) = 24+12+145=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #180C91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C91 is #E7F36E. Grayscale: #1E1E1E. Windows color (decimal): -15201135 or 9505816. OLE color: 9505816.
HSL color Cylindrical-coordinate representation of color #180C91: hue angle of 245.41º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180C91 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 12 | 145 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.43 |
| HSL | 245.41º | 0.85% | 0.31% | - |
| HSV(B) | 245.41º | 0.92% | 0.57% | - |
| XYZ | 5.62 | 2.5 | 26.97 | - |
| YUV | 30.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 145 | 0.83 | 0.92 | 0 | 0.43 | 245.41 | 0.85 | 0.31 |
| Hex | 18 | C | 91 | 53 | 5C | 0 | 2B | F5 | 55 | 1F |
| Octal | 30 | 14 | 221 | 123 | 134 | 0 | 53 | 365 | 125 | 37 |
| Binary | 11000 | 1100 | 10010001 | 1010011 | 1011100 | 0 | 101011 | 11110101 | 1010101 | 11111 |
Color Harmonies of #180C91
Complementary color
Monochromatic Colors of #180C91
Black with #180C91
Text Example
Text Example
White with #180C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C91; }
p { color: rgb(24,12,145); }
H1.HeaderClassName
{
color: #180C91;
}
.AnyTagClassName
{
color: #180C91;
}
</style>
background-color css
<style>
a { background-color: #180C91; }
a { background-color: rgb(24,12,145); }
div.DivClassName
{
background-color: #180C91;
}
.BgClassName
{
background-color: #180C91;
}
</style>
border-color css
<style>
span { border-color: #180C91; }
span { border-color: rgb(24,12,145); }
td.TdClassName
{
border-color: #180C91;
}
.TagClassName
{
border-color: #180C91;
}
</style>