Shades of Ultramarine #151381
Tints of Ultramarine #151381
RGB
CMYK
RGB Variations
Color information
#151381 (or 0x151381) is known color: Ultramarine. HEX triplet: 15, 13 and 81. RGB value is (21,19,129). Sum of RGB (Red+Green+Blue) = 21+19+129=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #151381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151381 is #EAEC7E. Grayscale: #1F1F1F. Windows color (decimal): -15395967 or 8459029. OLE color: 8459029.
HSL color Cylindrical-coordinate representation of color #151381: hue angle of 241.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151381 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 19 | 129 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.49 |
| HSL | 241.09º | 0.74% | 0.29% | - |
| HSV(B) | 241.09º | 0.85% | 0.51% | - |
| XYZ | 4.5 | 2.21 | 20.96 | - |
| YUV | 32.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 129 | 0.84 | 0.85 | 0 | 0.49 | 241.09 | 0.74 | 0.29 |
| Hex | 15 | 13 | 81 | 54 | 55 | 0 | 31 | F1 | 4A | 1D |
| Octal | 25 | 23 | 201 | 124 | 125 | 0 | 61 | 361 | 112 | 35 |
| Binary | 10101 | 10011 | 10000001 | 1010100 | 1010101 | 0 | 110001 | 11110001 | 1001010 | 11101 |
Color Harmonies of #151381
Complementary color
Monochromatic Colors of #151381
Black with #151381
Text Example
Text Example
White with #151381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151381; }
p { color: rgb(21,19,129); }
H1.HeaderClassName
{
color: #151381;
}
.AnyTagClassName
{
color: #151381;
}
</style>
background-color css
<style>
a { background-color: #151381; }
a { background-color: rgb(21,19,129); }
div.DivClassName
{
background-color: #151381;
}
.BgClassName
{
background-color: #151381;
}
</style>
border-color css
<style>
span { border-color: #151381; }
span { border-color: rgb(21,19,129); }
td.TdClassName
{
border-color: #151381;
}
.TagClassName
{
border-color: #151381;
}
</style>