Shades of Ultramarine #150688
Tints of Ultramarine #150688
RGB
CMYK
RGB Variations
Color information
#150688 (or 0x150688) is known color: Ultramarine. HEX triplet: 15, 06 and 88. RGB value is (21,6,136). Sum of RGB (Red+Green+Blue) = 21+6+136=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #150688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150688 is #EAF977. Grayscale: #181818. Windows color (decimal): -15399288 or 8914453. OLE color: 8914453.
HSL color Cylindrical-coordinate representation of color #150688: hue angle of 246.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150688 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 6 | 136 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.47 |
| HSL | 246.92º | 0.92% | 0.28% | - |
| HSV(B) | 246.92º | 0.96% | 0.53% | - |
| XYZ | 4.82 | 2.07 | 23.44 | - |
| YUV | 25.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 136 | 0.85 | 0.96 | 0 | 0.47 | 246.92 | 0.92 | 0.28 |
| Hex | 15 | 6 | 88 | 55 | 60 | 0 | 2F | F7 | 5C | 1C |
| Octal | 25 | 6 | 210 | 125 | 140 | 0 | 57 | 367 | 134 | 34 |
| Binary | 10101 | 110 | 10001000 | 1010101 | 1100000 | 0 | 101111 | 11110111 | 1011100 | 11100 |
Color Harmonies of #150688
Complementary color
Monochromatic Colors of #150688
Black with #150688
Text Example
Text Example
White with #150688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150688; }
p { color: rgb(21,6,136); }
H1.HeaderClassName
{
color: #150688;
}
.AnyTagClassName
{
color: #150688;
}
</style>
background-color css
<style>
a { background-color: #150688; }
a { background-color: rgb(21,6,136); }
div.DivClassName
{
background-color: #150688;
}
.BgClassName
{
background-color: #150688;
}
</style>
border-color css
<style>
span { border-color: #150688; }
span { border-color: rgb(21,6,136); }
td.TdClassName
{
border-color: #150688;
}
.TagClassName
{
border-color: #150688;
}
</style>