Shades of Ultramarine #15107F
Tints of Ultramarine #15107F
RGB
CMYK
RGB Variations
Color information
#15107F (or 0x15107F) is known color: Ultramarine. HEX triplet: 15, 10 and 7F. RGB value is (21,16,127). Sum of RGB (Red+Green+Blue) = 21+16+127=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #15107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15107F is #EAEF80. Grayscale: #1D1D1D. Windows color (decimal): -15396737 or 8327189. OLE color: 8327189.
HSL color Cylindrical-coordinate representation of color #15107F: hue angle of 242.7º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15107F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 16 | 127 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.50 |
| HSL | 242.7º | 0.78% | 0.28% | - |
| HSV(B) | 242.7º | 0.87% | 0.5% | - |
| XYZ | 4.33 | 2.06 | 20.25 | - |
| YUV | 30.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 127 | 0.83 | 0.87 | 0 | 0.50 | 242.7 | 0.78 | 0.28 |
| Hex | 15 | 10 | 7F | 53 | 57 | 0 | 32 | F3 | 4E | 1C |
| Octal | 25 | 20 | 177 | 123 | 127 | 0 | 62 | 363 | 116 | 34 |
| Binary | 10101 | 10000 | 1111111 | 1010011 | 1010111 | 0 | 110010 | 11110011 | 1001110 | 11100 |
Color Harmonies of #15107F
Complementary color
Monochromatic Colors of #15107F
Black with #15107F
Text Example
Text Example
White with #15107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15107F; }
p { color: rgb(21,16,127); }
H1.HeaderClassName
{
color: #15107F;
}
.AnyTagClassName
{
color: #15107F;
}
</style>
background-color css
<style>
a { background-color: #15107F; }
a { background-color: rgb(21,16,127); }
div.DivClassName
{
background-color: #15107F;
}
.BgClassName
{
background-color: #15107F;
}
</style>
border-color css
<style>
span { border-color: #15107F; }
span { border-color: rgb(21,16,127); }
td.TdClassName
{
border-color: #15107F;
}
.TagClassName
{
border-color: #15107F;
}
</style>