Shades of Ultramarine #150F7F
Tints of Ultramarine #150F7F
RGB
CMYK
RGB Variations
Color information
#150F7F (or 0x150F7F) is known color: Ultramarine. HEX triplet: 15, 0F and 7F. RGB value is (21,15,127). Sum of RGB (Red+Green+Blue) = 21+15+127=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #150F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F7F is #EAF080. Grayscale: #1D1D1D. Windows color (decimal): -15396993 or 8326933. OLE color: 8326933.
HSL color Cylindrical-coordinate representation of color #150F7F: hue angle of 243.21º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150F7F is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 15 | 127 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.50 |
| HSL | 243.21º | 0.79% | 0.28% | - |
| HSV(B) | 243.21º | 0.88% | 0.5% | - |
| XYZ | 4.31 | 2.03 | 20.24 | - |
| YUV | 29.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 127 | 0.83 | 0.88 | 0 | 0.50 | 243.21 | 0.79 | 0.28 |
| Hex | 15 | F | 7F | 53 | 58 | 0 | 32 | F3 | 4F | 1C |
| Octal | 25 | 17 | 177 | 123 | 130 | 0 | 62 | 363 | 117 | 34 |
| Binary | 10101 | 1111 | 1111111 | 1010011 | 1011000 | 0 | 110010 | 11110011 | 1001111 | 11100 |
Color Harmonies of #150F7F
Complementary color
Monochromatic Colors of #150F7F
Black with #150F7F
Text Example
Text Example
White with #150F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F7F; }
p { color: rgb(21,15,127); }
H1.HeaderClassName
{
color: #150F7F;
}
.AnyTagClassName
{
color: #150F7F;
}
</style>
background-color css
<style>
a { background-color: #150F7F; }
a { background-color: rgb(21,15,127); }
div.DivClassName
{
background-color: #150F7F;
}
.BgClassName
{
background-color: #150F7F;
}
</style>
border-color css
<style>
span { border-color: #150F7F; }
span { border-color: rgb(21,15,127); }
td.TdClassName
{
border-color: #150F7F;
}
.TagClassName
{
border-color: #150F7F;
}
</style>