Shades of Ultramarine #15028C
Tints of Ultramarine #15028C
RGB
CMYK
RGB Variations
Color information
#15028C (or 0x15028C) is known color: Ultramarine. HEX triplet: 15, 02 and 8C. RGB value is (21,2,140). Sum of RGB (Red+Green+Blue) = 21+2+140=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #15028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15028C is #EAFD73. Grayscale: #161616. Windows color (decimal): -15400308 or 9175573. OLE color: 9175573.
HSL color Cylindrical-coordinate representation of color #15028C: hue angle of 248.26º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15028C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 2 | 140 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.45 |
| HSL | 248.26º | 0.97% | 0.28% | - |
| HSV(B) | 248.26º | 0.99% | 0.55% | - |
| XYZ | 5.06 | 2.1 | 24.95 | - |
| YUV | 23.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 140 | 0.85 | 0.99 | 0 | 0.45 | 248.26 | 0.97 | 0.28 |
| Hex | 15 | 2 | 8C | 55 | 63 | 0 | 2D | F8 | 61 | 1C |
| Octal | 25 | 2 | 214 | 125 | 143 | 0 | 55 | 370 | 141 | 34 |
| Binary | 10101 | 10 | 10001100 | 1010101 | 1100011 | 0 | 101101 | 11111000 | 1100001 | 11100 |
Color Harmonies of #15028C
Complementary color
Monochromatic Colors of #15028C
Black with #15028C
Text Example
Text Example
White with #15028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15028C; }
p { color: rgb(21,2,140); }
H1.HeaderClassName
{
color: #15028C;
}
.AnyTagClassName
{
color: #15028C;
}
</style>
background-color css
<style>
a { background-color: #15028C; }
a { background-color: rgb(21,2,140); }
div.DivClassName
{
background-color: #15028C;
}
.BgClassName
{
background-color: #15028C;
}
</style>
border-color css
<style>
span { border-color: #15028C; }
span { border-color: rgb(21,2,140); }
td.TdClassName
{
border-color: #15028C;
}
.TagClassName
{
border-color: #15028C;
}
</style>