Shades of Ultramarine #151997
Tints of Ultramarine #151997
RGB
CMYK
RGB Variations
Color information
#151997 (or 0x151997) is known color: Ultramarine. HEX triplet: 15, 19 and 97. RGB value is (21,25,151). Sum of RGB (Red+Green+Blue) = 21+25+151=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #151997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151997 is #EAE668. Grayscale: #252525. Windows color (decimal): -15394409 or 9902357. OLE color: 9902357.
HSL color Cylindrical-coordinate representation of color #151997: hue angle of 238.15º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151997 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 25 | 151 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.41 |
| HSL | 238.15º | 0.76% | 0.34% | - |
| HSV(B) | 238.15º | 0.86% | 0.59% | - |
| XYZ | 6.24 | 3.09 | 29.55 | - |
| YUV | 38.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 151 | 0.86 | 0.83 | 0 | 0.41 | 238.15 | 0.76 | 0.34 |
| Hex | 15 | 19 | 97 | 56 | 53 | 0 | 29 | EE | 4C | 22 |
| Octal | 25 | 31 | 227 | 126 | 123 | 0 | 51 | 356 | 114 | 42 |
| Binary | 10101 | 11001 | 10010111 | 1010110 | 1010011 | 0 | 101001 | 11101110 | 1001100 | 100010 |
Color Harmonies of #151997
Complementary color
Monochromatic Colors of #151997
Black with #151997
Text Example
Text Example
White with #151997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151997; }
p { color: rgb(21,25,151); }
H1.HeaderClassName
{
color: #151997;
}
.AnyTagClassName
{
color: #151997;
}
</style>
background-color css
<style>
a { background-color: #151997; }
a { background-color: rgb(21,25,151); }
div.DivClassName
{
background-color: #151997;
}
.BgClassName
{
background-color: #151997;
}
</style>
border-color css
<style>
span { border-color: #151997; }
span { border-color: rgb(21,25,151); }
td.TdClassName
{
border-color: #151997;
}
.TagClassName
{
border-color: #151997;
}
</style>