Shades of Ultramarine #1918AB
Tints of Ultramarine #1918AB
RGB
CMYK
RGB Variations
Color information
#1918AB (or 0x1918AB) is known color: Ultramarine. HEX triplet: 19, 18 and AB. RGB value is (25,24,171). Sum of RGB (Red+Green+Blue) = 25+24+171=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #1918AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1918AB is #E6E754. Grayscale: #282828. Windows color (decimal): -15132501 or 11212825. OLE color: 11212825.
HSL color Cylindrical-coordinate representation of color #1918AB: hue angle of 240.41º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1918AB is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 24 | 171 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.33 |
| HSL | 240.41º | 0.75% | 0.38% | - |
| HSV(B) | 240.41º | 0.86% | 0.67% | - |
| XYZ | 8.08 | 3.8 | 38.84 | - |
| YUV | 41.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 171 | 0.85 | 0.86 | 0 | 0.33 | 240.41 | 0.75 | 0.38 |
| Hex | 19 | 18 | AB | 55 | 56 | 0 | 21 | F0 | 4B | 26 |
| Octal | 31 | 30 | 253 | 125 | 126 | 0 | 41 | 360 | 113 | 46 |
| Binary | 11001 | 11000 | 10101011 | 1010101 | 1010110 | 0 | 100001 | 11110000 | 1001011 | 100110 |
Color Harmonies of #1918AB
Complementary color
Monochromatic Colors of #1918AB
Black with #1918AB
Text Example
Text Example
White with #1918AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1918AB; }
p { color: rgb(25,24,171); }
H1.HeaderClassName
{
color: #1918AB;
}
.AnyTagClassName
{
color: #1918AB;
}
</style>
background-color css
<style>
a { background-color: #1918AB; }
a { background-color: rgb(25,24,171); }
div.DivClassName
{
background-color: #1918AB;
}
.BgClassName
{
background-color: #1918AB;
}
</style>
border-color css
<style>
span { border-color: #1918AB; }
span { border-color: rgb(25,24,171); }
td.TdClassName
{
border-color: #1918AB;
}
.TagClassName
{
border-color: #1918AB;
}
</style>