Shades of Ultramarine #151786
Tints of Ultramarine #151786
RGB
CMYK
RGB Variations
Color information
#151786 (or 0x151786) is known color: Ultramarine. HEX triplet: 15, 17 and 86. RGB value is (21,23,134). Sum of RGB (Red+Green+Blue) = 21+23+134=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #151786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151786 is #EAE879. Grayscale: #222222. Windows color (decimal): -15394938 or 8787733. OLE color: 8787733.
HSL color Cylindrical-coordinate representation of color #151786: hue angle of 238.94º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151786 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 23 | 134 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.47 |
| HSL | 238.94º | 0.73% | 0.3% | - |
| HSV(B) | 238.94º | 0.84% | 0.53% | - |
| XYZ | 4.92 | 2.49 | 22.78 | - |
| YUV | 35.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 134 | 0.84 | 0.83 | 0 | 0.47 | 238.94 | 0.73 | 0.3 |
| Hex | 15 | 17 | 86 | 54 | 53 | 0 | 2F | EF | 49 | 1E |
| Octal | 25 | 27 | 206 | 124 | 123 | 0 | 57 | 357 | 111 | 36 |
| Binary | 10101 | 10111 | 10000110 | 1010100 | 1010011 | 0 | 101111 | 11101111 | 1001001 | 11110 |
Color Harmonies of #151786
Complementary color
Monochromatic Colors of #151786
Black with #151786
Text Example
Text Example
White with #151786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151786; }
p { color: rgb(21,23,134); }
H1.HeaderClassName
{
color: #151786;
}
.AnyTagClassName
{
color: #151786;
}
</style>
background-color css
<style>
a { background-color: #151786; }
a { background-color: rgb(21,23,134); }
div.DivClassName
{
background-color: #151786;
}
.BgClassName
{
background-color: #151786;
}
</style>
border-color css
<style>
span { border-color: #151786; }
span { border-color: rgb(21,23,134); }
td.TdClassName
{
border-color: #151786;
}
.TagClassName
{
border-color: #151786;
}
</style>