Shades of Ultramarine #1908AA
Tints of Ultramarine #1908AA
RGB
CMYK
RGB Variations
Color information
#1908AA (or 0x1908AA) is known color: Ultramarine. HEX triplet: 19, 08 and AA. RGB value is (25,8,170). Sum of RGB (Red+Green+Blue) = 25+8+170=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #1908AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1908AA is #E6F755. Grayscale: #1E1E1E. Windows color (decimal): -15136598 or 11143193. OLE color: 11143193.
HSL color Cylindrical-coordinate representation of color #1908AA: hue angle of 246.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1908AA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 8 | 170 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.33 |
| HSL | 246.3º | 0.91% | 0.35% | - |
| HSV(B) | 246.3º | 0.95% | 0.67% | - |
| XYZ | 7.74 | 3.28 | 38.26 | - |
| YUV | 31.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 170 | 0.85 | 0.95 | 0 | 0.33 | 246.3 | 0.91 | 0.35 |
| Hex | 19 | 8 | AA | 55 | 5F | 0 | 21 | F6 | 5B | 23 |
| Octal | 31 | 10 | 252 | 125 | 137 | 0 | 41 | 366 | 133 | 43 |
| Binary | 11001 | 1000 | 10101010 | 1010101 | 1011111 | 0 | 100001 | 11110110 | 1011011 | 100011 |
Color Harmonies of #1908AA
Complementary color
Monochromatic Colors of #1908AA
Black with #1908AA
Text Example
Text Example
White with #1908AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908AA; }
p { color: rgb(25,8,170); }
H1.HeaderClassName
{
color: #1908AA;
}
.AnyTagClassName
{
color: #1908AA;
}
</style>
background-color css
<style>
a { background-color: #1908AA; }
a { background-color: rgb(25,8,170); }
div.DivClassName
{
background-color: #1908AA;
}
.BgClassName
{
background-color: #1908AA;
}
</style>
border-color css
<style>
span { border-color: #1908AA; }
span { border-color: rgb(25,8,170); }
td.TdClassName
{
border-color: #1908AA;
}
.TagClassName
{
border-color: #1908AA;
}
</style>