Shades of Ultramarine #1018AA
Tints of Ultramarine #1018AA
RGB
CMYK
RGB Variations
Color information
#1018AA (or 0x1018AA) is known color: Ultramarine. HEX triplet: 10, 18 and AA. RGB value is (16,24,170). Sum of RGB (Red+Green+Blue) = 16+24+170=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #1018AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1018AA is #EFE755. Grayscale: #252525. Windows color (decimal): -15722326 or 11147280. OLE color: 11147280.
HSL color Cylindrical-coordinate representation of color #1018AA: hue angle of 236.88º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1018AA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 24 | 170 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.33 |
| HSL | 236.88º | 0.83% | 0.36% | - |
| HSV(B) | 236.88º | 0.91% | 0.67% | - |
| XYZ | 7.8 | 3.67 | 38.33 | - |
| YUV | 38.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 170 | 0.91 | 0.86 | 0 | 0.33 | 236.88 | 0.83 | 0.36 |
| Hex | 10 | 18 | AA | 5B | 56 | 0 | 21 | ED | 53 | 24 |
| Octal | 20 | 30 | 252 | 133 | 126 | 0 | 41 | 355 | 123 | 44 |
| Binary | 10000 | 11000 | 10101010 | 1011011 | 1010110 | 0 | 100001 | 11101101 | 1010011 | 100100 |
Color Harmonies of #1018AA
Complementary color
Monochromatic Colors of #1018AA
Black with #1018AA
Text Example
Text Example
White with #1018AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018AA; }
p { color: rgb(16,24,170); }
H1.HeaderClassName
{
color: #1018AA;
}
.AnyTagClassName
{
color: #1018AA;
}
</style>
background-color css
<style>
a { background-color: #1018AA; }
a { background-color: rgb(16,24,170); }
div.DivClassName
{
background-color: #1018AA;
}
.BgClassName
{
background-color: #1018AA;
}
</style>
border-color css
<style>
span { border-color: #1018AA; }
span { border-color: rgb(16,24,170); }
td.TdClassName
{
border-color: #1018AA;
}
.TagClassName
{
border-color: #1018AA;
}
</style>