Shades of Ultramarine #15148F
Tints of Ultramarine #15148F
RGB
CMYK
RGB Variations
Color information
#15148F (or 0x15148F) is known color: Ultramarine. HEX triplet: 15, 14 and 8F. RGB value is (21,20,143). Sum of RGB (Red+Green+Blue) = 21+20+143=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #15148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15148F is #EAEB70. Grayscale: #212121. Windows color (decimal): -15395697 or 9376789. OLE color: 9376789.
HSL color Cylindrical-coordinate representation of color #15148F: hue angle of 240.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15148F is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 20 | 143 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.44 |
| HSL | 240.49º | 0.75% | 0.32% | - |
| HSV(B) | 240.49º | 0.86% | 0.56% | - |
| XYZ | 5.52 | 2.64 | 26.21 | - |
| YUV | 34.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 143 | 0.85 | 0.86 | 0 | 0.44 | 240.49 | 0.75 | 0.32 |
| Hex | 15 | 14 | 8F | 55 | 56 | 0 | 2C | F0 | 4B | 20 |
| Octal | 25 | 24 | 217 | 125 | 126 | 0 | 54 | 360 | 113 | 40 |
| Binary | 10101 | 10100 | 10001111 | 1010101 | 1010110 | 0 | 101100 | 11110000 | 1001011 | 100000 |
Color Harmonies of #15148F
Complementary color
Monochromatic Colors of #15148F
Black with #15148F
Text Example
Text Example
White with #15148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15148F; }
p { color: rgb(21,20,143); }
H1.HeaderClassName
{
color: #15148F;
}
.AnyTagClassName
{
color: #15148F;
}
</style>
background-color css
<style>
a { background-color: #15148F; }
a { background-color: rgb(21,20,143); }
div.DivClassName
{
background-color: #15148F;
}
.BgClassName
{
background-color: #15148F;
}
</style>
border-color css
<style>
span { border-color: #15148F; }
span { border-color: rgb(21,20,143); }
td.TdClassName
{
border-color: #15148F;
}
.TagClassName
{
border-color: #15148F;
}
</style>