Shades of Ultramarine #19077D
Tints of Ultramarine #19077D
RGB
CMYK
RGB Variations
Color information
#19077D (or 0x19077D) is known color: Ultramarine. HEX triplet: 19, 07 and 7D. RGB value is (25,7,125). Sum of RGB (Red+Green+Blue) = 25+7+125=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #19077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19077D is #E6F882. Grayscale: #191919. Windows color (decimal): -15136899 or 8193817. OLE color: 8193817.
HSL color Cylindrical-coordinate representation of color #19077D: hue angle of 249.15º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19077D is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 7 | 125 | - |
| CMYK | 0.8 | 0.94 | 0 | 0.51 |
| HSL | 249.15º | 0.89% | 0.26% | - |
| HSV(B) | 249.15º | 0.94% | 0.49% | - |
| XYZ | 4.18 | 1.84 | 19.54 | - |
| YUV | 25.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 125 | 0.8 | 0.94 | 0 | 0.51 | 249.15 | 0.89 | 0.26 |
| Hex | 19 | 7 | 7D | 50 | 5E | 0 | 33 | F9 | 59 | 1A |
| Octal | 31 | 7 | 175 | 120 | 136 | 0 | 63 | 371 | 131 | 32 |
| Binary | 11001 | 111 | 1111101 | 1010000 | 1011110 | 0 | 110011 | 11111001 | 1011001 | 11010 |
Color Harmonies of #19077D
Complementary color
Monochromatic Colors of #19077D
Black with #19077D
Text Example
Text Example
White with #19077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19077D; }
p { color: rgb(25,7,125); }
H1.HeaderClassName
{
color: #19077D;
}
.AnyTagClassName
{
color: #19077D;
}
</style>
background-color css
<style>
a { background-color: #19077D; }
a { background-color: rgb(25,7,125); }
div.DivClassName
{
background-color: #19077D;
}
.BgClassName
{
background-color: #19077D;
}
</style>
border-color css
<style>
span { border-color: #19077D; }
span { border-color: rgb(25,7,125); }
td.TdClassName
{
border-color: #19077D;
}
.TagClassName
{
border-color: #19077D;
}
</style>