Shades of Ultramarine #180C92
Tints of Ultramarine #180C92
RGB
CMYK
RGB Variations
Color information
#180C92 (or 0x180C92) is known color: Ultramarine. HEX triplet: 18, 0C and 92. RGB value is (24,12,146). Sum of RGB (Red+Green+Blue) = 24+12+146=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #180C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C92 is #E7F36D. Grayscale: #1E1E1E. Windows color (decimal): -15201134 or 9571352. OLE color: 9571352.
HSL color Cylindrical-coordinate representation of color #180C92: hue angle of 245.37º 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 #180C92 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 12 | 146 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.43 |
| HSL | 245.37º | 0.85% | 0.31% | - |
| HSV(B) | 245.37º | 0.92% | 0.57% | - |
| XYZ | 5.7 | 2.53 | 27.38 | - |
| YUV | 30.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 146 | 0.84 | 0.92 | 0 | 0.43 | 245.37 | 0.85 | 0.31 |
| Hex | 18 | C | 92 | 54 | 5C | 0 | 2B | F5 | 55 | 1F |
| Octal | 30 | 14 | 222 | 124 | 134 | 0 | 53 | 365 | 125 | 37 |
| Binary | 11000 | 1100 | 10010010 | 1010100 | 1011100 | 0 | 101011 | 11110101 | 1010101 | 11111 |
Color Harmonies of #180C92
Complementary color
Monochromatic Colors of #180C92
Black with #180C92
Text Example
Text Example
White with #180C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C92; }
p { color: rgb(24,12,146); }
H1.HeaderClassName
{
color: #180C92;
}
.AnyTagClassName
{
color: #180C92;
}
</style>
background-color css
<style>
a { background-color: #180C92; }
a { background-color: rgb(24,12,146); }
div.DivClassName
{
background-color: #180C92;
}
.BgClassName
{
background-color: #180C92;
}
</style>
border-color css
<style>
span { border-color: #180C92; }
span { border-color: rgb(24,12,146); }
td.TdClassName
{
border-color: #180C92;
}
.TagClassName
{
border-color: #180C92;
}
</style>