Shades of Ultramarine #15017E
Tints of Ultramarine #15017E
RGB
CMYK
RGB Variations
Color information
#15017E (or 0x15017E) is known color: Ultramarine. HEX triplet: 15, 01 and 7E. RGB value is (21,1,126). Sum of RGB (Red+Green+Blue) = 21+1+126=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #15017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15017E is #EAFE81. Grayscale: #141414. Windows color (decimal): -15400578 or 8257813. OLE color: 8257813.
HSL color Cylindrical-coordinate representation of color #15017E: hue angle of 249.6º 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 #15017E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 1 | 126 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.51 |
| HSL | 249.6º | 0.98% | 0.25% | - |
| HSV(B) | 249.6º | 0.99% | 0.49% | - |
| XYZ | 4.09 | 1.69 | 19.85 | - |
| YUV | 21.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 126 | 0.83 | 0.99 | 0 | 0.51 | 249.6 | 0.98 | 0.25 |
| Hex | 15 | 1 | 7E | 53 | 63 | 0 | 33 | FA | 62 | 19 |
| Octal | 25 | 1 | 176 | 123 | 143 | 0 | 63 | 372 | 142 | 31 |
| Binary | 10101 | 1 | 1111110 | 1010011 | 1100011 | 0 | 110011 | 11111010 | 1100010 | 11001 |
Color Harmonies of #15017E
Complementary color
Monochromatic Colors of #15017E
Black with #15017E
Text Example
Text Example
White with #15017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15017E; }
p { color: rgb(21,1,126); }
H1.HeaderClassName
{
color: #15017E;
}
.AnyTagClassName
{
color: #15017E;
}
</style>
background-color css
<style>
a { background-color: #15017E; }
a { background-color: rgb(21,1,126); }
div.DivClassName
{
background-color: #15017E;
}
.BgClassName
{
background-color: #15017E;
}
</style>
border-color css
<style>
span { border-color: #15017E; }
span { border-color: rgb(21,1,126); }
td.TdClassName
{
border-color: #15017E;
}
.TagClassName
{
border-color: #15017E;
}
</style>