Shades of Ultramarine #150679
Tints of Ultramarine #150679
RGB
CMYK
RGB Variations
Color information
#150679 (or 0x150679) is known color: Ultramarine. HEX triplet: 15, 06 and 79. RGB value is (21,6,121). Sum of RGB (Red+Green+Blue) = 21+6+121=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #150679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150679 is #EAF986. Grayscale: #171717. Windows color (decimal): -15399303 or 7931413. OLE color: 7931413.
HSL color Cylindrical-coordinate representation of color #150679: hue angle of 247.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150679 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 6 | 121 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.53 |
| HSL | 247.83º | 0.91% | 0.25% | - |
| HSV(B) | 247.83º | 0.95% | 0.47% | - |
| XYZ | 3.83 | 1.67 | 18.21 | - |
| YUV | 23.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 121 | 0.83 | 0.95 | 0 | 0.53 | 247.83 | 0.91 | 0.25 |
| Hex | 15 | 6 | 79 | 53 | 5F | 0 | 35 | F8 | 5B | 19 |
| Octal | 25 | 6 | 171 | 123 | 137 | 0 | 65 | 370 | 133 | 31 |
| Binary | 10101 | 110 | 1111001 | 1010011 | 1011111 | 0 | 110101 | 11111000 | 1011011 | 11001 |
Color Harmonies of #150679
Complementary color
Monochromatic Colors of #150679
Black with #150679
Text Example
Text Example
White with #150679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150679; }
p { color: rgb(21,6,121); }
H1.HeaderClassName
{
color: #150679;
}
.AnyTagClassName
{
color: #150679;
}
</style>
background-color css
<style>
a { background-color: #150679; }
a { background-color: rgb(21,6,121); }
div.DivClassName
{
background-color: #150679;
}
.BgClassName
{
background-color: #150679;
}
</style>
border-color css
<style>
span { border-color: #150679; }
span { border-color: rgb(21,6,121); }
td.TdClassName
{
border-color: #150679;
}
.TagClassName
{
border-color: #150679;
}
</style>