Shades of Ultramarine #181085
Tints of Ultramarine #181085
RGB
CMYK
RGB Variations
Color information
#181085 (or 0x181085) is known color: Ultramarine. HEX triplet: 18, 10 and 85. RGB value is (24,16,133). Sum of RGB (Red+Green+Blue) = 24+16+133=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #181085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181085 is #E7EF7A. Grayscale: #1F1F1F. Windows color (decimal): -15200123 or 8720408. OLE color: 8720408.
HSL color Cylindrical-coordinate representation of color #181085: hue angle of 244.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181085 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 16 | 133 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.48 |
| HSL | 244.1º | 0.79% | 0.29% | - |
| HSV(B) | 244.1º | 0.88% | 0.52% | - |
| XYZ | 4.8 | 2.26 | 22.37 | - |
| YUV | 31.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 133 | 0.82 | 0.88 | 0 | 0.48 | 244.1 | 0.79 | 0.29 |
| Hex | 18 | 10 | 85 | 52 | 58 | 0 | 30 | F4 | 4F | 1D |
| Octal | 30 | 20 | 205 | 122 | 130 | 0 | 60 | 364 | 117 | 35 |
| Binary | 11000 | 10000 | 10000101 | 1010010 | 1011000 | 0 | 110000 | 11110100 | 1001111 | 11101 |
Color Harmonies of #181085
Complementary color
Monochromatic Colors of #181085
Black with #181085
Text Example
Text Example
White with #181085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181085; }
p { color: rgb(24,16,133); }
H1.HeaderClassName
{
color: #181085;
}
.AnyTagClassName
{
color: #181085;
}
</style>
background-color css
<style>
a { background-color: #181085; }
a { background-color: rgb(24,16,133); }
div.DivClassName
{
background-color: #181085;
}
.BgClassName
{
background-color: #181085;
}
</style>
border-color css
<style>
span { border-color: #181085; }
span { border-color: rgb(24,16,133); }
td.TdClassName
{
border-color: #181085;
}
.TagClassName
{
border-color: #181085;
}
</style>