Shades of Ultramarine #15007B
Tints of Ultramarine #15007B
RGB
CMYK
RGB Variations
Color information
#15007B (or 0x15007B) is known color: Ultramarine. HEX triplet: 15, 00 and 7B. RGB value is (21,0,123). Sum of RGB (Red+Green+Blue) = 21+0+123=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #15007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15007B is #EAFF84. Grayscale: #131313. Windows color (decimal): -15400837 or 8060949. OLE color: 8060949.
HSL color Cylindrical-coordinate representation of color #15007B: hue angle of 250.24º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15007B is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 0 | 123 | - |
| CMYK | 0.83 | 1 | 0 | 0.52 |
| HSL | 250.24º | 1% | 0.24% | - |
| HSV(B) | 250.24º | 1% | 0.48% | - |
| XYZ | 3.88 | 1.59 | 18.84 | - |
| YUV | 20.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 123 | 0.83 | 1 | 0 | 0.52 | 250.24 | 1 | 0.24 |
| Hex | 15 | 0 | 7B | 53 | 64 | 0 | 34 | FA | 64 | 18 |
| Octal | 25 | 0 | 173 | 123 | 144 | 0 | 64 | 372 | 144 | 30 |
| Binary | 10101 | 0 | 1111011 | 1010011 | 1100100 | 0 | 110100 | 11111010 | 1100100 | 11000 |
Color Harmonies of #15007B
Complementary color
Monochromatic Colors of #15007B
Black with #15007B
Text Example
Text Example
White with #15007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15007B; }
p { color: rgb(21,0,123); }
H1.HeaderClassName
{
color: #15007B;
}
.AnyTagClassName
{
color: #15007B;
}
</style>
background-color css
<style>
a { background-color: #15007B; }
a { background-color: rgb(21,0,123); }
div.DivClassName
{
background-color: #15007B;
}
.BgClassName
{
background-color: #15007B;
}
</style>
border-color css
<style>
span { border-color: #15007B; }
span { border-color: rgb(21,0,123); }
td.TdClassName
{
border-color: #15007B;
}
.TagClassName
{
border-color: #15007B;
}
</style>