Shades of Ultramarine #19097D
Tints of Ultramarine #19097D
RGB
CMYK
RGB Variations
Color information
#19097D (or 0x19097D) is known color: Ultramarine. HEX triplet: 19, 09 and 7D. RGB value is (25,9,125). Sum of RGB (Red+Green+Blue) = 25+9+125=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #19097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19097D is #E6F682. Grayscale: #1A1A1A. Windows color (decimal): -15136387 or 8194329. OLE color: 8194329.
HSL color Cylindrical-coordinate representation of color #19097D: hue angle of 248.28º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19097D is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 9 | 125 | - |
| CMYK | 0.8 | 0.93 | 0 | 0.51 |
| HSL | 248.28º | 0.87% | 0.26% | - |
| HSV(B) | 248.28º | 0.93% | 0.49% | - |
| XYZ | 4.2 | 1.88 | 19.54 | - |
| YUV | 27.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 125 | 0.8 | 0.93 | 0 | 0.51 | 248.28 | 0.87 | 0.26 |
| Hex | 19 | 9 | 7D | 50 | 5D | 0 | 33 | F8 | 57 | 1A |
| Octal | 31 | 11 | 175 | 120 | 135 | 0 | 63 | 370 | 127 | 32 |
| Binary | 11001 | 1001 | 1111101 | 1010000 | 1011101 | 0 | 110011 | 11111000 | 1010111 | 11010 |
Color Harmonies of #19097D
Complementary color
Monochromatic Colors of #19097D
Black with #19097D
Text Example
Text Example
White with #19097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19097D; }
p { color: rgb(25,9,125); }
H1.HeaderClassName
{
color: #19097D;
}
.AnyTagClassName
{
color: #19097D;
}
</style>
background-color css
<style>
a { background-color: #19097D; }
a { background-color: rgb(25,9,125); }
div.DivClassName
{
background-color: #19097D;
}
.BgClassName
{
background-color: #19097D;
}
</style>
border-color css
<style>
span { border-color: #19097D; }
span { border-color: rgb(25,9,125); }
td.TdClassName
{
border-color: #19097D;
}
.TagClassName
{
border-color: #19097D;
}
</style>