Shades of Ultramarine #151884
Tints of Ultramarine #151884
RGB
CMYK
RGB Variations
Color information
#151884 (or 0x151884) is known color: Ultramarine. HEX triplet: 15, 18 and 84. RGB value is (21,24,132). Sum of RGB (Red+Green+Blue) = 21+24+132=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #151884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151884 is #EAE77B. Grayscale: #222222. Windows color (decimal): -15394684 or 8656917. OLE color: 8656917.
HSL color Cylindrical-coordinate representation of color #151884: hue angle of 238.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151884 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 24 | 132 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.48 |
| HSL | 238.38º | 0.73% | 0.3% | - |
| HSV(B) | 238.38º | 0.84% | 0.52% | - |
| XYZ | 4.8 | 2.48 | 22.06 | - |
| YUV | 35.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 132 | 0.84 | 0.82 | 0 | 0.48 | 238.38 | 0.73 | 0.3 |
| Hex | 15 | 18 | 84 | 54 | 52 | 0 | 30 | EE | 49 | 1E |
| Octal | 25 | 30 | 204 | 124 | 122 | 0 | 60 | 356 | 111 | 36 |
| Binary | 10101 | 11000 | 10000100 | 1010100 | 1010010 | 0 | 110000 | 11101110 | 1001001 | 11110 |
Color Harmonies of #151884
Complementary color
Monochromatic Colors of #151884
Black with #151884
Text Example
Text Example
White with #151884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151884; }
p { color: rgb(21,24,132); }
H1.HeaderClassName
{
color: #151884;
}
.AnyTagClassName
{
color: #151884;
}
</style>
background-color css
<style>
a { background-color: #151884; }
a { background-color: rgb(21,24,132); }
div.DivClassName
{
background-color: #151884;
}
.BgClassName
{
background-color: #151884;
}
</style>
border-color css
<style>
span { border-color: #151884; }
span { border-color: rgb(21,24,132); }
td.TdClassName
{
border-color: #151884;
}
.TagClassName
{
border-color: #151884;
}
</style>