Shades of Ultramarine #151183
Tints of Ultramarine #151183
RGB
CMYK
RGB Variations
Color information
#151183 (or 0x151183) is known color: Ultramarine. HEX triplet: 15, 11 and 83. RGB value is (21,17,131). Sum of RGB (Red+Green+Blue) = 21+17+131=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #151183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151183 is #EAEE7C. Grayscale: #1E1E1E. Windows color (decimal): -15396477 or 8589589. OLE color: 8589589.
HSL color Cylindrical-coordinate representation of color #151183: hue angle of 242.11º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151183 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 17 | 131 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.49 |
| HSL | 242.11º | 0.77% | 0.29% | - |
| HSV(B) | 242.11º | 0.87% | 0.51% | - |
| XYZ | 4.61 | 2.2 | 21.65 | - |
| YUV | 31.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 131 | 0.84 | 0.87 | 0 | 0.49 | 242.11 | 0.77 | 0.29 |
| Hex | 15 | 11 | 83 | 54 | 57 | 0 | 31 | F2 | 4D | 1D |
| Octal | 25 | 21 | 203 | 124 | 127 | 0 | 61 | 362 | 115 | 35 |
| Binary | 10101 | 10001 | 10000011 | 1010100 | 1010111 | 0 | 110001 | 11110010 | 1001101 | 11101 |
Color Harmonies of #151183
Complementary color
Monochromatic Colors of #151183
Black with #151183
Text Example
Text Example
White with #151183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151183; }
p { color: rgb(21,17,131); }
H1.HeaderClassName
{
color: #151183;
}
.AnyTagClassName
{
color: #151183;
}
</style>
background-color css
<style>
a { background-color: #151183; }
a { background-color: rgb(21,17,131); }
div.DivClassName
{
background-color: #151183;
}
.BgClassName
{
background-color: #151183;
}
</style>
border-color css
<style>
span { border-color: #151183; }
span { border-color: rgb(21,17,131); }
td.TdClassName
{
border-color: #151183;
}
.TagClassName
{
border-color: #151183;
}
</style>