Shades of Ultramarine #131D8B
Tints of Ultramarine #131D8B
RGB
CMYK
RGB Variations
Color information
#131D8B (or 0x131D8B) is known color: Ultramarine. HEX triplet: 13, 1D and 8B. RGB value is (19,29,139). Sum of RGB (Red+Green+Blue) = 19+29+139=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #131D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D8B is #ECE274. Grayscale: #262626. Windows color (decimal): -15524469 or 9116947. OLE color: 9116947.
HSL color Cylindrical-coordinate representation of color #131D8B: hue angle of 235º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131D8B is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 29 | 139 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.45 |
| HSL | 235º | 0.76% | 0.31% | - |
| HSV(B) | 235º | 0.86% | 0.55% | - |
| XYZ | 5.37 | 2.88 | 24.7 | - |
| YUV | 38.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 139 | 0.86 | 0.79 | 0 | 0.45 | 235 | 0.76 | 0.31 |
| Hex | 13 | 1D | 8B | 56 | 4F | 0 | 2D | EB | 4C | 1F |
| Octal | 23 | 35 | 213 | 126 | 117 | 0 | 55 | 353 | 114 | 37 |
| Binary | 10011 | 11101 | 10001011 | 1010110 | 1001111 | 0 | 101101 | 11101011 | 1001100 | 11111 |
Color Harmonies of #131D8B
Complementary color
Monochromatic Colors of #131D8B
Black with #131D8B
Text Example
Text Example
White with #131D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D8B; }
p { color: rgb(19,29,139); }
H1.HeaderClassName
{
color: #131D8B;
}
.AnyTagClassName
{
color: #131D8B;
}
</style>
background-color css
<style>
a { background-color: #131D8B; }
a { background-color: rgb(19,29,139); }
div.DivClassName
{
background-color: #131D8B;
}
.BgClassName
{
background-color: #131D8B;
}
</style>
border-color css
<style>
span { border-color: #131D8B; }
span { border-color: rgb(19,29,139); }
td.TdClassName
{
border-color: #131D8B;
}
.TagClassName
{
border-color: #131D8B;
}
</style>