Shades of Ultramarine #1917B1
Tints of Ultramarine #1917B1
RGB
CMYK
RGB Variations
Color information
#1917B1 (or 0x1917B1) is known color: Ultramarine. HEX triplet: 19, 17 and B1. RGB value is (25,23,177). Sum of RGB (Red+Green+Blue) = 25+23+177=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 177 (69.53% from 255 or 78.67% from 225); Max value from RGB is 177 - color contains mainly: blue. Hex color #1917B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1917B1 is #E6E84E. Grayscale: #282828. Windows color (decimal): -15132751 or 11605785. OLE color: 11605785.
HSL color Cylindrical-coordinate representation of color #1917B1: hue angle of 240.78º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1917B1 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 23 | 177 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.31 |
| HSL | 240.78º | 0.77% | 0.39% | - |
| HSV(B) | 240.78º | 0.87% | 0.69% | - |
| XYZ | 8.64 | 3.99 | 41.91 | - |
| YUV | 41.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 177 | 0.86 | 0.87 | 0 | 0.31 | 240.78 | 0.77 | 0.39 |
| Hex | 19 | 17 | B1 | 56 | 57 | 0 | 1F | F1 | 4D | 27 |
| Octal | 31 | 27 | 261 | 126 | 127 | 0 | 37 | 361 | 115 | 47 |
| Binary | 11001 | 10111 | 10110001 | 1010110 | 1010111 | 0 | 11111 | 11110001 | 1001101 | 100111 |
Color Harmonies of #1917B1
Complementary color
Monochromatic Colors of #1917B1
Black with #1917B1
Text Example
Text Example
White with #1917B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917B1; }
p { color: rgb(25,23,177); }
H1.HeaderClassName
{
color: #1917B1;
}
.AnyTagClassName
{
color: #1917B1;
}
</style>
background-color css
<style>
a { background-color: #1917B1; }
a { background-color: rgb(25,23,177); }
div.DivClassName
{
background-color: #1917B1;
}
.BgClassName
{
background-color: #1917B1;
}
</style>
border-color css
<style>
span { border-color: #1917B1; }
span { border-color: rgb(25,23,177); }
td.TdClassName
{
border-color: #1917B1;
}
.TagClassName
{
border-color: #1917B1;
}
</style>