Shades of Ultramarine #15017C
Tints of Ultramarine #15017C
RGB
CMYK
RGB Variations
Color information
#15017C (or 0x15017C) is known color: Ultramarine. HEX triplet: 15, 01 and 7C. RGB value is (21,1,124). Sum of RGB (Red+Green+Blue) = 21+1+124=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #15017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15017C is #EAFE83. Grayscale: #141414. Windows color (decimal): -15400580 or 8126741. OLE color: 8126741.
HSL color Cylindrical-coordinate representation of color #15017C: hue angle of 249.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15017C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 1 | 124 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.51 |
| HSL | 249.76º | 0.98% | 0.25% | - |
| HSV(B) | 249.76º | 0.99% | 0.49% | - |
| XYZ | 3.96 | 1.64 | 19.18 | - |
| YUV | 21 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 124 | 0.83 | 0.99 | 0 | 0.51 | 249.76 | 0.98 | 0.25 |
| Hex | 15 | 1 | 7C | 53 | 63 | 0 | 33 | FA | 62 | 19 |
| Octal | 25 | 1 | 174 | 123 | 143 | 0 | 63 | 372 | 142 | 31 |
| Binary | 10101 | 1 | 1111100 | 1010011 | 1100011 | 0 | 110011 | 11111010 | 1100010 | 11001 |
Color Harmonies of #15017C
Complementary color
Monochromatic Colors of #15017C
Black with #15017C
Text Example
Text Example
White with #15017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15017C; }
p { color: rgb(21,1,124); }
H1.HeaderClassName
{
color: #15017C;
}
.AnyTagClassName
{
color: #15017C;
}
</style>
background-color css
<style>
a { background-color: #15017C; }
a { background-color: rgb(21,1,124); }
div.DivClassName
{
background-color: #15017C;
}
.BgClassName
{
background-color: #15017C;
}
</style>
border-color css
<style>
span { border-color: #15017C; }
span { border-color: rgb(21,1,124); }
td.TdClassName
{
border-color: #15017C;
}
.TagClassName
{
border-color: #15017C;
}
</style>