Shades of Ultramarine #1907A0
Tints of Ultramarine #1907A0
RGB
CMYK
RGB Variations
Color information
#1907A0 (or 0x1907A0) is known color: Ultramarine. HEX triplet: 19, 07 and A0. RGB value is (25,7,160). Sum of RGB (Red+Green+Blue) = 25+7+160=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 160 (62.89% from 255 or 83.33% from 192); Max value from RGB is 160 - color contains mainly: blue. Hex color #1907A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1907A0 is #E6F85F. Grayscale: #1D1D1D. Windows color (decimal): -15136864 or 10487577. OLE color: 10487577.
HSL color Cylindrical-coordinate representation of color #1907A0: hue angle of 247.06º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1907A0 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 7 | 160 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.37 |
| HSL | 247.06º | 0.92% | 0.33% | - |
| HSV(B) | 247.06º | 0.96% | 0.63% | - |
| XYZ | 6.82 | 2.9 | 33.46 | - |
| YUV | 29.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 160 | 0.84 | 0.96 | 0 | 0.37 | 247.06 | 0.92 | 0.33 |
| Hex | 19 | 7 | A0 | 54 | 60 | 0 | 25 | F7 | 5C | 21 |
| Octal | 31 | 7 | 240 | 124 | 140 | 0 | 45 | 367 | 134 | 41 |
| Binary | 11001 | 111 | 10100000 | 1010100 | 1100000 | 0 | 100101 | 11110111 | 1011100 | 100001 |
Color Harmonies of #1907A0
Complementary color
Monochromatic Colors of #1907A0
Black with #1907A0
Text Example
Text Example
White with #1907A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907A0; }
p { color: rgb(25,7,160); }
H1.HeaderClassName
{
color: #1907A0;
}
.AnyTagClassName
{
color: #1907A0;
}
</style>
background-color css
<style>
a { background-color: #1907A0; }
a { background-color: rgb(25,7,160); }
div.DivClassName
{
background-color: #1907A0;
}
.BgClassName
{
background-color: #1907A0;
}
</style>
border-color css
<style>
span { border-color: #1907A0; }
span { border-color: rgb(25,7,160); }
td.TdClassName
{
border-color: #1907A0;
}
.TagClassName
{
border-color: #1907A0;
}
</style>