Shades of Ultramarine #15007D
Tints of Ultramarine #15007D
RGB
CMYK
RGB Variations
Color information
#15007D (or 0x15007D) is known color: Ultramarine. HEX triplet: 15, 00 and 7D. RGB value is (21,0,125). Sum of RGB (Red+Green+Blue) = 21+0+125=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #15007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15007D is #EAFF82. Grayscale: #141414. Windows color (decimal): -15400835 or 8192021. OLE color: 8192021.
HSL color Cylindrical-coordinate representation of color #15007D: hue angle of 250.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15007D is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 0 | 125 | - |
| CMYK | 0.83 | 1 | 0 | 0.51 |
| HSL | 250.08º | 1% | 0.25% | - |
| HSV(B) | 250.08º | 1% | 0.49% | - |
| XYZ | 4.01 | 1.64 | 19.51 | - |
| YUV | 20.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 125 | 0.83 | 1 | 0 | 0.51 | 250.08 | 1 | 0.25 |
| Hex | 15 | 0 | 7D | 53 | 64 | 0 | 33 | FA | 64 | 19 |
| Octal | 25 | 0 | 175 | 123 | 144 | 0 | 63 | 372 | 144 | 31 |
| Binary | 10101 | 0 | 1111101 | 1010011 | 1100100 | 0 | 110011 | 11111010 | 1100100 | 11001 |
Color Harmonies of #15007D
Complementary color
Monochromatic Colors of #15007D
Black with #15007D
Text Example
Text Example
White with #15007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15007D; }
p { color: rgb(21,0,125); }
H1.HeaderClassName
{
color: #15007D;
}
.AnyTagClassName
{
color: #15007D;
}
</style>
background-color css
<style>
a { background-color: #15007D; }
a { background-color: rgb(21,0,125); }
div.DivClassName
{
background-color: #15007D;
}
.BgClassName
{
background-color: #15007D;
}
</style>
border-color css
<style>
span { border-color: #15007D; }
span { border-color: rgb(21,0,125); }
td.TdClassName
{
border-color: #15007D;
}
.TagClassName
{
border-color: #15007D;
}
</style>