Shades of Ultramarine #1905A1
Tints of Ultramarine #1905A1
RGB
CMYK
RGB Variations
Color information
#1905A1 (or 0x1905A1) is known color: Ultramarine. HEX triplet: 19, 05 and A1. RGB value is (25,5,161). Sum of RGB (Red+Green+Blue) = 25+5+161=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 161 (63.28% from 255 or 84.29% from 191); Max value from RGB is 161 - color contains mainly: blue. Hex color #1905A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1905A1 is #E6FA5E. Grayscale: #1C1C1C. Windows color (decimal): -15137375 or 10552601. OLE color: 10552601.
HSL color Cylindrical-coordinate representation of color #1905A1: hue angle of 247.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1905A1 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 5 | 161 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.37 |
| HSL | 247.69º | 0.94% | 0.33% | - |
| HSV(B) | 247.69º | 0.97% | 0.63% | - |
| XYZ | 6.89 | 2.89 | 33.91 | - |
| YUV | 28.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 161 | 0.84 | 0.97 | 0 | 0.37 | 247.69 | 0.94 | 0.33 |
| Hex | 19 | 5 | A1 | 54 | 61 | 0 | 25 | F8 | 5E | 21 |
| Octal | 31 | 5 | 241 | 124 | 141 | 0 | 45 | 370 | 136 | 41 |
| Binary | 11001 | 101 | 10100001 | 1010100 | 1100001 | 0 | 100101 | 11111000 | 1011110 | 100001 |
Color Harmonies of #1905A1
Complementary color
Monochromatic Colors of #1905A1
Black with #1905A1
Text Example
Text Example
White with #1905A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905A1; }
p { color: rgb(25,5,161); }
H1.HeaderClassName
{
color: #1905A1;
}
.AnyTagClassName
{
color: #1905A1;
}
</style>
background-color css
<style>
a { background-color: #1905A1; }
a { background-color: rgb(25,5,161); }
div.DivClassName
{
background-color: #1905A1;
}
.BgClassName
{
background-color: #1905A1;
}
</style>
border-color css
<style>
span { border-color: #1905A1; }
span { border-color: rgb(25,5,161); }
td.TdClassName
{
border-color: #1905A1;
}
.TagClassName
{
border-color: #1905A1;
}
</style>