Shades of Ultramarine #190C9D
Tints of Ultramarine #190C9D
RGB
CMYK
RGB Variations
Color information
#190C9D (or 0x190C9D) is known color: Ultramarine. HEX triplet: 19, 0C and 9D. RGB value is (25,12,157). Sum of RGB (Red+Green+Blue) = 25+12+157=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #190C9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C9D is #E6F362. Grayscale: #1F1F1F. Windows color (decimal): -15135587 or 10292249. OLE color: 10292249.
HSL color Cylindrical-coordinate representation of color #190C9D: hue angle of 245.38º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190C9D is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 12 | 157 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.38 |
| HSL | 245.38º | 0.86% | 0.33% | - |
| HSV(B) | 245.38º | 0.92% | 0.62% | - |
| XYZ | 6.62 | 2.9 | 32.11 | - |
| YUV | 32.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 157 | 0.84 | 0.92 | 0 | 0.38 | 245.38 | 0.86 | 0.33 |
| Hex | 19 | C | 9D | 54 | 5C | 0 | 26 | F5 | 56 | 21 |
| Octal | 31 | 14 | 235 | 124 | 134 | 0 | 46 | 365 | 126 | 41 |
| Binary | 11001 | 1100 | 10011101 | 1010100 | 1011100 | 0 | 100110 | 11110101 | 1010110 | 100001 |
Color Harmonies of #190C9D
Complementary color
Monochromatic Colors of #190C9D
Black with #190C9D
Text Example
Text Example
White with #190C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C9D; }
p { color: rgb(25,12,157); }
H1.HeaderClassName
{
color: #190C9D;
}
.AnyTagClassName
{
color: #190C9D;
}
</style>
background-color css
<style>
a { background-color: #190C9D; }
a { background-color: rgb(25,12,157); }
div.DivClassName
{
background-color: #190C9D;
}
.BgClassName
{
background-color: #190C9D;
}
</style>
border-color css
<style>
span { border-color: #190C9D; }
span { border-color: rgb(25,12,157); }
td.TdClassName
{
border-color: #190C9D;
}
.TagClassName
{
border-color: #190C9D;
}
</style>