Shades of Ultramarine #191282
Tints of Ultramarine #191282
RGB
CMYK
RGB Variations
Color information
#191282 (or 0x191282) is known color: Ultramarine. HEX triplet: 19, 12 and 82. RGB value is (25,18,130). Sum of RGB (Red+Green+Blue) = 25+18+130=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #191282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191282 is #E6ED7D. Grayscale: #202020. Windows color (decimal): -15134078 or 8524313. OLE color: 8524313.
HSL color Cylindrical-coordinate representation of color #191282: hue angle of 243.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191282 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 18 | 130 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.49 |
| HSL | 243.75º | 0.76% | 0.29% | - |
| HSV(B) | 243.75º | 0.86% | 0.51% | - |
| XYZ | 4.65 | 2.25 | 21.31 | - |
| YUV | 32.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 130 | 0.81 | 0.86 | 0 | 0.49 | 243.75 | 0.76 | 0.29 |
| Hex | 19 | 12 | 82 | 51 | 56 | 0 | 31 | F4 | 4C | 1D |
| Octal | 31 | 22 | 202 | 121 | 126 | 0 | 61 | 364 | 114 | 35 |
| Binary | 11001 | 10010 | 10000010 | 1010001 | 1010110 | 0 | 110001 | 11110100 | 1001100 | 11101 |
Color Harmonies of #191282
Complementary color
Monochromatic Colors of #191282
Black with #191282
Text Example
Text Example
White with #191282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191282; }
p { color: rgb(25,18,130); }
H1.HeaderClassName
{
color: #191282;
}
.AnyTagClassName
{
color: #191282;
}
</style>
background-color css
<style>
a { background-color: #191282; }
a { background-color: rgb(25,18,130); }
div.DivClassName
{
background-color: #191282;
}
.BgClassName
{
background-color: #191282;
}
</style>
border-color css
<style>
span { border-color: #191282; }
span { border-color: rgb(25,18,130); }
td.TdClassName
{
border-color: #191282;
}
.TagClassName
{
border-color: #191282;
}
</style>