Shades of Ultramarine #1918A6
Tints of Ultramarine #1918A6
RGB
CMYK
RGB Variations
Color information
#1918A6 (or 0x1918A6) is known color: Ultramarine. HEX triplet: 19, 18 and A6. RGB value is (25,24,166). Sum of RGB (Red+Green+Blue) = 25+24+166=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #1918A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1918A6 is #E6E759. Grayscale: #272727. Windows color (decimal): -15132506 or 10885145. OLE color: 10885145.
HSL color Cylindrical-coordinate representation of color #1918A6: hue angle of 240.42º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1918A6 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 24 | 166 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.35 |
| HSL | 240.42º | 0.75% | 0.37% | - |
| HSV(B) | 240.42º | 0.86% | 0.65% | - |
| XYZ | 7.61 | 3.61 | 36.37 | - |
| YUV | 40.49 | 198.83 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 166 | 0.85 | 0.86 | 0 | 0.35 | 240.42 | 0.75 | 0.37 |
| Hex | 19 | 18 | A6 | 55 | 56 | 0 | 23 | F0 | 4B | 25 |
| Octal | 31 | 30 | 246 | 125 | 126 | 0 | 43 | 360 | 113 | 45 |
| Binary | 11001 | 11000 | 10100110 | 1010101 | 1010110 | 0 | 100011 | 11110000 | 1001011 | 100101 |
Color Harmonies of #1918A6
Complementary color
Monochromatic Colors of #1918A6
Black with #1918A6
Text Example
Text Example
White with #1918A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1918A6; }
p { color: rgb(25,24,166); }
H1.HeaderClassName
{
color: #1918A6;
}
.AnyTagClassName
{
color: #1918A6;
}
</style>
background-color css
<style>
a { background-color: #1918A6; }
a { background-color: rgb(25,24,166); }
div.DivClassName
{
background-color: #1918A6;
}
.BgClassName
{
background-color: #1918A6;
}
</style>
border-color css
<style>
span { border-color: #1918A6; }
span { border-color: rgb(25,24,166); }
td.TdClassName
{
border-color: #1918A6;
}
.TagClassName
{
border-color: #1918A6;
}
</style>