Shades of Ultramarine #150DA6
Tints of Ultramarine #150DA6
RGB
CMYK
RGB Variations
Color information
#150DA6 (or 0x150DA6) is known color: Ultramarine. HEX triplet: 15, 0D and A6. RGB value is (21,13,166). Sum of RGB (Red+Green+Blue) = 21+13+166=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 166 (65.23% from 255 or 83% from 200); Max value from RGB is 166 - color contains mainly: blue. Hex color #150DA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DA6 is #EAF259. Grayscale: #202020. Windows color (decimal): -15397466 or 10882325. OLE color: 10882325.
HSL color Cylindrical-coordinate representation of color #150DA6: hue angle of 243.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150DA6 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 13 | 166 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.35 |
| HSL | 243.14º | 0.85% | 0.35% | - |
| HSV(B) | 243.14º | 0.92% | 0.65% | - |
| XYZ | 7.34 | 3.2 | 36.31 | - |
| YUV | 32.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 166 | 0.87 | 0.92 | 0 | 0.35 | 243.14 | 0.85 | 0.35 |
| Hex | 15 | D | A6 | 57 | 5C | 0 | 23 | F3 | 55 | 23 |
| Octal | 25 | 15 | 246 | 127 | 134 | 0 | 43 | 363 | 125 | 43 |
| Binary | 10101 | 1101 | 10100110 | 1010111 | 1011100 | 0 | 100011 | 11110011 | 1010101 | 100011 |
Color Harmonies of #150DA6
Complementary color
Monochromatic Colors of #150DA6
Black with #150DA6
Text Example
Text Example
White with #150DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DA6; }
p { color: rgb(21,13,166); }
H1.HeaderClassName
{
color: #150DA6;
}
.AnyTagClassName
{
color: #150DA6;
}
</style>
background-color css
<style>
a { background-color: #150DA6; }
a { background-color: rgb(21,13,166); }
div.DivClassName
{
background-color: #150DA6;
}
.BgClassName
{
background-color: #150DA6;
}
</style>
border-color css
<style>
span { border-color: #150DA6; }
span { border-color: rgb(21,13,166); }
td.TdClassName
{
border-color: #150DA6;
}
.TagClassName
{
border-color: #150DA6;
}
</style>