Shades of Ultramarine #151D91
Tints of Ultramarine #151D91
RGB
CMYK
RGB Variations
Color information
#151D91 (or 0x151D91) is known color: Ultramarine. HEX triplet: 15, 1D and 91. RGB value is (21,29,145). Sum of RGB (Red+Green+Blue) = 21+29+145=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #151D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D91 is #EAE26E. Grayscale: #272727. Windows color (decimal): -15393391 or 9510165. OLE color: 9510165.
HSL color Cylindrical-coordinate representation of color #151D91: hue angle of 236.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151D91 is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 29 | 145 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.43 |
| HSL | 236.13º | 0.75% | 0.33% | - |
| HSV(B) | 236.13º | 0.86% | 0.57% | - |
| XYZ | 5.86 | 3.08 | 27.07 | - |
| YUV | 39.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 145 | 0.86 | 0.8 | 0 | 0.43 | 236.13 | 0.75 | 0.33 |
| Hex | 15 | 1D | 91 | 56 | 50 | 0 | 2B | EC | 4B | 21 |
| Octal | 25 | 35 | 221 | 126 | 120 | 0 | 53 | 354 | 113 | 41 |
| Binary | 10101 | 11101 | 10010001 | 1010110 | 1010000 | 0 | 101011 | 11101100 | 1001011 | 100001 |
Color Harmonies of #151D91
Complementary color
Monochromatic Colors of #151D91
Black with #151D91
Text Example
Text Example
White with #151D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D91; }
p { color: rgb(21,29,145); }
H1.HeaderClassName
{
color: #151D91;
}
.AnyTagClassName
{
color: #151D91;
}
</style>
background-color css
<style>
a { background-color: #151D91; }
a { background-color: rgb(21,29,145); }
div.DivClassName
{
background-color: #151D91;
}
.BgClassName
{
background-color: #151D91;
}
</style>
border-color css
<style>
span { border-color: #151D91; }
span { border-color: rgb(21,29,145); }
td.TdClassName
{
border-color: #151D91;
}
.TagClassName
{
border-color: #151D91;
}
</style>