Shades of Ultramarine #15248C
Tints of Ultramarine #15248C
RGB
CMYK
RGB Variations
Color information
#15248C (or 0x15248C) is known color: Ultramarine. HEX triplet: 15, 24 and 8C. RGB value is (21,36,140). Sum of RGB (Red+Green+Blue) = 21+36+140=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #15248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15248C is #EADB73. Grayscale: #2A2A2A. Windows color (decimal): -15391604 or 9184277. OLE color: 9184277.
HSL color Cylindrical-coordinate representation of color #15248C: hue angle of 232.44º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15248C is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 36 | 140 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.45 |
| HSL | 232.44º | 0.74% | 0.32% | - |
| HSV(B) | 232.44º | 0.85% | 0.55% | - |
| XYZ | 5.67 | 3.31 | 25.15 | - |
| YUV | 43.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 140 | 0.85 | 0.74 | 0 | 0.45 | 232.44 | 0.74 | 0.32 |
| Hex | 15 | 24 | 8C | 55 | 4A | 0 | 2D | E8 | 4A | 20 |
| Octal | 25 | 44 | 214 | 125 | 112 | 0 | 55 | 350 | 112 | 40 |
| Binary | 10101 | 100100 | 10001100 | 1010101 | 1001010 | 0 | 101101 | 11101000 | 1001010 | 100000 |
Color Harmonies of #15248C
Complementary color
Monochromatic Colors of #15248C
Black with #15248C
Text Example
Text Example
White with #15248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15248C; }
p { color: rgb(21,36,140); }
H1.HeaderClassName
{
color: #15248C;
}
.AnyTagClassName
{
color: #15248C;
}
</style>
background-color css
<style>
a { background-color: #15248C; }
a { background-color: rgb(21,36,140); }
div.DivClassName
{
background-color: #15248C;
}
.BgClassName
{
background-color: #15248C;
}
</style>
border-color css
<style>
span { border-color: #15248C; }
span { border-color: rgb(21,36,140); }
td.TdClassName
{
border-color: #15248C;
}
.TagClassName
{
border-color: #15248C;
}
</style>