Shades of Ultramarine #151C91
Tints of Ultramarine #151C91
RGB
CMYK
RGB Variations
Color information
#151C91 (or 0x151C91) is known color: Ultramarine. HEX triplet: 15, 1C and 91. RGB value is (21,28,145). Sum of RGB (Red+Green+Blue) = 21+28+145=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #151C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C91 is #EAE36E. Grayscale: #262626. Windows color (decimal): -15393647 or 9509909. OLE color: 9509909.
HSL color Cylindrical-coordinate representation of color #151C91: hue angle of 236.61º 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 #151C91 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 28 | 145 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.43 |
| HSL | 236.61º | 0.75% | 0.33% | - |
| HSV(B) | 236.61º | 0.86% | 0.57% | - |
| XYZ | 5.84 | 3.03 | 27.07 | - |
| YUV | 39.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 145 | 0.86 | 0.81 | 0 | 0.43 | 236.61 | 0.75 | 0.33 |
| Hex | 15 | 1C | 91 | 56 | 51 | 0 | 2B | ED | 4B | 21 |
| Octal | 25 | 34 | 221 | 126 | 121 | 0 | 53 | 355 | 113 | 41 |
| Binary | 10101 | 11100 | 10010001 | 1010110 | 1010001 | 0 | 101011 | 11101101 | 1001011 | 100001 |
Color Harmonies of #151C91
Complementary color
Monochromatic Colors of #151C91
Black with #151C91
Text Example
Text Example
White with #151C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C91; }
p { color: rgb(21,28,145); }
H1.HeaderClassName
{
color: #151C91;
}
.AnyTagClassName
{
color: #151C91;
}
</style>
background-color css
<style>
a { background-color: #151C91; }
a { background-color: rgb(21,28,145); }
div.DivClassName
{
background-color: #151C91;
}
.BgClassName
{
background-color: #151C91;
}
</style>
border-color css
<style>
span { border-color: #151C91; }
span { border-color: rgb(21,28,145); }
td.TdClassName
{
border-color: #151C91;
}
.TagClassName
{
border-color: #151C91;
}
</style>