Shades of Ultramarine #131685
Tints of Ultramarine #131685
RGB
CMYK
RGB Variations
Color information
#131685 (or 0x131685) is known color: Ultramarine. HEX triplet: 13, 16 and 85. RGB value is (19,22,133). Sum of RGB (Red+Green+Blue) = 19+22+133=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #131685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131685 is #ECE97A. Grayscale: #212121. Windows color (decimal): -15526267 or 8721939. OLE color: 8721939.
HSL color Cylindrical-coordinate representation of color #131685: hue angle of 238.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131685 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 22 | 133 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.48 |
| HSL | 238.42º | 0.75% | 0.3% | - |
| HSV(B) | 238.42º | 0.86% | 0.52% | - |
| XYZ | 4.79 | 2.41 | 22.4 | - |
| YUV | 33.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 133 | 0.86 | 0.83 | 0 | 0.48 | 238.42 | 0.75 | 0.3 |
| Hex | 13 | 16 | 85 | 56 | 53 | 0 | 30 | EE | 4B | 1E |
| Octal | 23 | 26 | 205 | 126 | 123 | 0 | 60 | 356 | 113 | 36 |
| Binary | 10011 | 10110 | 10000101 | 1010110 | 1010011 | 0 | 110000 | 11101110 | 1001011 | 11110 |
Color Harmonies of #131685
Complementary color
Monochromatic Colors of #131685
Black with #131685
Text Example
Text Example
White with #131685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131685; }
p { color: rgb(19,22,133); }
H1.HeaderClassName
{
color: #131685;
}
.AnyTagClassName
{
color: #131685;
}
</style>
background-color css
<style>
a { background-color: #131685; }
a { background-color: rgb(19,22,133); }
div.DivClassName
{
background-color: #131685;
}
.BgClassName
{
background-color: #131685;
}
</style>
border-color css
<style>
span { border-color: #131685; }
span { border-color: rgb(19,22,133); }
td.TdClassName
{
border-color: #131685;
}
.TagClassName
{
border-color: #131685;
}
</style>