Shades of Ultramarine #1915B4
Tints of Ultramarine #1915B4
RGB
CMYK
RGB Variations
Color information
#1915B4 (or 0x1915B4) is known color: Ultramarine. HEX triplet: 19, 15 and B4. RGB value is (25,21,180). Sum of RGB (Red+Green+Blue) = 25+21+180=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 180 (70.70% from 255 or 79.65% from 226); Max value from RGB is 180 - color contains mainly: blue. Hex color #1915B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915B4 is #E6EA4B. Grayscale: #272727. Windows color (decimal): -15133260 or 11801881. OLE color: 11801881.
HSL color Cylindrical-coordinate representation of color #1915B4: hue angle of 241.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1915B4 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 21 | 180 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.29 |
| HSL | 241.51º | 0.79% | 0.39% | - |
| HSV(B) | 241.51º | 0.88% | 0.71% | - |
| XYZ | 8.91 | 4.04 | 43.49 | - |
| YUV | 40.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 180 | 0.86 | 0.88 | 0 | 0.29 | 241.51 | 0.79 | 0.39 |
| Hex | 19 | 15 | B4 | 56 | 58 | 0 | 1D | F2 | 4F | 27 |
| Octal | 31 | 25 | 264 | 126 | 130 | 0 | 35 | 362 | 117 | 47 |
| Binary | 11001 | 10101 | 10110100 | 1010110 | 1011000 | 0 | 11101 | 11110010 | 1001111 | 100111 |
Color Harmonies of #1915B4
Complementary color
Monochromatic Colors of #1915B4
Black with #1915B4
Text Example
Text Example
White with #1915B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915B4; }
p { color: rgb(25,21,180); }
H1.HeaderClassName
{
color: #1915B4;
}
.AnyTagClassName
{
color: #1915B4;
}
</style>
background-color css
<style>
a { background-color: #1915B4; }
a { background-color: rgb(25,21,180); }
div.DivClassName
{
background-color: #1915B4;
}
.BgClassName
{
background-color: #1915B4;
}
</style>
border-color css
<style>
span { border-color: #1915B4; }
span { border-color: rgb(25,21,180); }
td.TdClassName
{
border-color: #1915B4;
}
.TagClassName
{
border-color: #1915B4;
}
</style>