Shades of Ultramarine #180C84
Tints of Ultramarine #180C84
RGB
CMYK
RGB Variations
Color information
#180C84 (or 0x180C84) is known color: Ultramarine. HEX triplet: 18, 0C and 84. RGB value is (24,12,132). Sum of RGB (Red+Green+Blue) = 24+12+132=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #180C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C84 is #E7F37B. Grayscale: #1C1C1C. Windows color (decimal): -15201148 or 8653848. OLE color: 8653848.
HSL color Cylindrical-coordinate representation of color #180C84: hue angle of 246º 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 #180C84 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 12 | 132 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.48 |
| HSL | 246º | 0.83% | 0.28% | - |
| HSV(B) | 246º | 0.91% | 0.52% | - |
| XYZ | 4.67 | 2.12 | 21.99 | - |
| YUV | 29.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 132 | 0.82 | 0.91 | 0 | 0.48 | 246 | 0.83 | 0.28 |
| Hex | 18 | C | 84 | 52 | 5B | 0 | 30 | F6 | 53 | 1C |
| Octal | 30 | 14 | 204 | 122 | 133 | 0 | 60 | 366 | 123 | 34 |
| Binary | 11000 | 1100 | 10000100 | 1010010 | 1011011 | 0 | 110000 | 11110110 | 1010011 | 11100 |
Color Harmonies of #180C84
Complementary color
Monochromatic Colors of #180C84
Black with #180C84
Text Example
Text Example
White with #180C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C84; }
p { color: rgb(24,12,132); }
H1.HeaderClassName
{
color: #180C84;
}
.AnyTagClassName
{
color: #180C84;
}
</style>
background-color css
<style>
a { background-color: #180C84; }
a { background-color: rgb(24,12,132); }
div.DivClassName
{
background-color: #180C84;
}
.BgClassName
{
background-color: #180C84;
}
</style>
border-color css
<style>
span { border-color: #180C84; }
span { border-color: rgb(24,12,132); }
td.TdClassName
{
border-color: #180C84;
}
.TagClassName
{
border-color: #180C84;
}
</style>