Shades of Ultramarine #15248E
Tints of Ultramarine #15248E
RGB
CMYK
RGB Variations
Color information
#15248E (or 0x15248E) is known color: Ultramarine. HEX triplet: 15, 24 and 8E. RGB value is (21,36,142). Sum of RGB (Red+Green+Blue) = 21+36+142=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #15248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15248E is #EADB71. Grayscale: #2B2B2B. Windows color (decimal): -15391602 or 9315349. OLE color: 9315349.
HSL color Cylindrical-coordinate representation of color #15248E: hue angle of 232.56º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15248E is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 36 | 142 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.44 |
| HSL | 232.56º | 0.74% | 0.32% | - |
| HSV(B) | 232.56º | 0.85% | 0.56% | - |
| XYZ | 5.82 | 3.37 | 25.94 | - |
| YUV | 43.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 142 | 0.85 | 0.75 | 0 | 0.44 | 232.56 | 0.74 | 0.32 |
| Hex | 15 | 24 | 8E | 55 | 4B | 0 | 2C | E9 | 4A | 20 |
| Octal | 25 | 44 | 216 | 125 | 113 | 0 | 54 | 351 | 112 | 40 |
| Binary | 10101 | 100100 | 10001110 | 1010101 | 1001011 | 0 | 101100 | 11101001 | 1001010 | 100000 |
Color Harmonies of #15248E
Complementary color
Monochromatic Colors of #15248E
Black with #15248E
Text Example
Text Example
White with #15248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15248E; }
p { color: rgb(21,36,142); }
H1.HeaderClassName
{
color: #15248E;
}
.AnyTagClassName
{
color: #15248E;
}
</style>
background-color css
<style>
a { background-color: #15248E; }
a { background-color: rgb(21,36,142); }
div.DivClassName
{
background-color: #15248E;
}
.BgClassName
{
background-color: #15248E;
}
</style>
border-color css
<style>
span { border-color: #15248E; }
span { border-color: rgb(21,36,142); }
td.TdClassName
{
border-color: #15248E;
}
.TagClassName
{
border-color: #15248E;
}
</style>