Shades of Ultramarine #131783
Tints of Ultramarine #131783
RGB
CMYK
RGB Variations
Color information
#131783 (or 0x131783) is known color: Ultramarine. HEX triplet: 13, 17 and 83. RGB value is (19,23,131). Sum of RGB (Red+Green+Blue) = 19+23+131=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #131783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131783 is #ECE87C. Grayscale: #212121. Windows color (decimal): -15526013 or 8591123. OLE color: 8591123.
HSL color Cylindrical-coordinate representation of color #131783: hue angle of 237.86º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131783 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 23 | 131 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.49 |
| HSL | 237.86º | 0.75% | 0.29% | - |
| HSV(B) | 237.86º | 0.85% | 0.51% | - |
| XYZ | 4.67 | 2.39 | 21.69 | - |
| YUV | 34.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 131 | 0.85 | 0.82 | 0 | 0.49 | 237.86 | 0.75 | 0.29 |
| Hex | 13 | 17 | 83 | 55 | 52 | 0 | 31 | EE | 4B | 1D |
| Octal | 23 | 27 | 203 | 125 | 122 | 0 | 61 | 356 | 113 | 35 |
| Binary | 10011 | 10111 | 10000011 | 1010101 | 1010010 | 0 | 110001 | 11101110 | 1001011 | 11101 |
Color Harmonies of #131783
Complementary color
Monochromatic Colors of #131783
Black with #131783
Text Example
Text Example
White with #131783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131783; }
p { color: rgb(19,23,131); }
H1.HeaderClassName
{
color: #131783;
}
.AnyTagClassName
{
color: #131783;
}
</style>
background-color css
<style>
a { background-color: #131783; }
a { background-color: rgb(19,23,131); }
div.DivClassName
{
background-color: #131783;
}
.BgClassName
{
background-color: #131783;
}
</style>
border-color css
<style>
span { border-color: #131783; }
span { border-color: rgb(19,23,131); }
td.TdClassName
{
border-color: #131783;
}
.TagClassName
{
border-color: #131783;
}
</style>