Shades of Ultramarine #150B83
Tints of Ultramarine #150B83
RGB
CMYK
RGB Variations
Color information
#150B83 (or 0x150B83) is known color: Ultramarine. HEX triplet: 15, 0B and 83. RGB value is (21,11,131). Sum of RGB (Red+Green+Blue) = 21+11+131=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #150B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150B83 is #EAF47C. Grayscale: #1B1B1B. Windows color (decimal): -15398013 or 8588053. OLE color: 8588053.
HSL color Cylindrical-coordinate representation of color #150B83: hue angle of 245º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150B83 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 11 | 131 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.49 |
| HSL | 245º | 0.85% | 0.28% | - |
| HSV(B) | 245º | 0.92% | 0.51% | - |
| XYZ | 4.53 | 2.04 | 21.63 | - |
| YUV | 27.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 131 | 0.84 | 0.92 | 0 | 0.49 | 245 | 0.85 | 0.28 |
| Hex | 15 | B | 83 | 54 | 5C | 0 | 31 | F5 | 55 | 1C |
| Octal | 25 | 13 | 203 | 124 | 134 | 0 | 61 | 365 | 125 | 34 |
| Binary | 10101 | 1011 | 10000011 | 1010100 | 1011100 | 0 | 110001 | 11110101 | 1010101 | 11100 |
Color Harmonies of #150B83
Complementary color
Monochromatic Colors of #150B83
Black with #150B83
Text Example
Text Example
White with #150B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B83; }
p { color: rgb(21,11,131); }
H1.HeaderClassName
{
color: #150B83;
}
.AnyTagClassName
{
color: #150B83;
}
</style>
background-color css
<style>
a { background-color: #150B83; }
a { background-color: rgb(21,11,131); }
div.DivClassName
{
background-color: #150B83;
}
.BgClassName
{
background-color: #150B83;
}
</style>
border-color css
<style>
span { border-color: #150B83; }
span { border-color: rgb(21,11,131); }
td.TdClassName
{
border-color: #150B83;
}
.TagClassName
{
border-color: #150B83;
}
</style>