Shades of Ultramarine #180C85
Tints of Ultramarine #180C85
RGB
CMYK
RGB Variations
Color information
#180C85 (or 0x180C85) is known color: Ultramarine. HEX triplet: 18, 0C and 85. RGB value is (24,12,133). Sum of RGB (Red+Green+Blue) = 24+12+133=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #180C85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C85 is #E7F37A. Grayscale: #1C1C1C. Windows color (decimal): -15201147 or 8719384. OLE color: 8719384.
HSL color Cylindrical-coordinate representation of color #180C85: hue angle of 245.95º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180C85 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 12 | 133 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.48 |
| HSL | 245.95º | 0.83% | 0.28% | - |
| HSV(B) | 245.95º | 0.91% | 0.52% | - |
| XYZ | 4.74 | 2.15 | 22.36 | - |
| YUV | 29.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 133 | 0.82 | 0.91 | 0 | 0.48 | 245.95 | 0.83 | 0.28 |
| Hex | 18 | C | 85 | 52 | 5B | 0 | 30 | F6 | 53 | 1C |
| Octal | 30 | 14 | 205 | 122 | 133 | 0 | 60 | 366 | 123 | 34 |
| Binary | 11000 | 1100 | 10000101 | 1010010 | 1011011 | 0 | 110000 | 11110110 | 1010011 | 11100 |
Color Harmonies of #180C85
Complementary color
Monochromatic Colors of #180C85
Black with #180C85
Text Example
Text Example
White with #180C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C85; }
p { color: rgb(24,12,133); }
H1.HeaderClassName
{
color: #180C85;
}
.AnyTagClassName
{
color: #180C85;
}
</style>
background-color css
<style>
a { background-color: #180C85; }
a { background-color: rgb(24,12,133); }
div.DivClassName
{
background-color: #180C85;
}
.BgClassName
{
background-color: #180C85;
}
</style>
border-color css
<style>
span { border-color: #180C85; }
span { border-color: rgb(24,12,133); }
td.TdClassName
{
border-color: #180C85;
}
.TagClassName
{
border-color: #180C85;
}
</style>