Shades of Ultramarine #181083
Tints of Ultramarine #181083
RGB
CMYK
RGB Variations
Color information
#181083 (or 0x181083) is known color: Ultramarine. HEX triplet: 18, 10 and 83. RGB value is (24,16,131). Sum of RGB (Red+Green+Blue) = 24+16+131=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #181083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181083 is #E7EF7C. Grayscale: #1F1F1F. Windows color (decimal): -15200125 or 8589336. OLE color: 8589336.
HSL color Cylindrical-coordinate representation of color #181083: hue angle of 244.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181083 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 16 | 131 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.49 |
| HSL | 244.17º | 0.78% | 0.29% | - |
| HSV(B) | 244.17º | 0.88% | 0.51% | - |
| XYZ | 4.66 | 2.2 | 21.65 | - |
| YUV | 31.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 131 | 0.82 | 0.88 | 0 | 0.49 | 244.17 | 0.78 | 0.29 |
| Hex | 18 | 10 | 83 | 52 | 58 | 0 | 31 | F4 | 4E | 1D |
| Octal | 30 | 20 | 203 | 122 | 130 | 0 | 61 | 364 | 116 | 35 |
| Binary | 11000 | 10000 | 10000011 | 1010010 | 1011000 | 0 | 110001 | 11110100 | 1001110 | 11101 |
Color Harmonies of #181083
Complementary color
Monochromatic Colors of #181083
Black with #181083
Text Example
Text Example
White with #181083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181083; }
p { color: rgb(24,16,131); }
H1.HeaderClassName
{
color: #181083;
}
.AnyTagClassName
{
color: #181083;
}
</style>
background-color css
<style>
a { background-color: #181083; }
a { background-color: rgb(24,16,131); }
div.DivClassName
{
background-color: #181083;
}
.BgClassName
{
background-color: #181083;
}
</style>
border-color css
<style>
span { border-color: #181083; }
span { border-color: rgb(24,16,131); }
td.TdClassName
{
border-color: #181083;
}
.TagClassName
{
border-color: #181083;
}
</style>