Shades of Ultramarine #131B9D
Tints of Ultramarine #131B9D
RGB
CMYK
RGB Variations
Color information
#131B9D (or 0x131B9D) is known color: Ultramarine. HEX triplet: 13, 1B and 9D. RGB value is (19,27,157). Sum of RGB (Red+Green+Blue) = 19+27+157=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #131B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B9D is #ECE462. Grayscale: #262626. Windows color (decimal): -15524963 or 10296083. OLE color: 10296083.
HSL color Cylindrical-coordinate representation of color #131B9D: hue angle of 236.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131B9D is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 27 | 157 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.38 |
| HSL | 236.52º | 0.78% | 0.35% | - |
| HSV(B) | 236.52º | 0.88% | 0.62% | - |
| XYZ | 6.75 | 3.36 | 32.19 | - |
| YUV | 39.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 157 | 0.88 | 0.83 | 0 | 0.38 | 236.52 | 0.78 | 0.35 |
| Hex | 13 | 1B | 9D | 58 | 53 | 0 | 26 | ED | 4E | 23 |
| Octal | 23 | 33 | 235 | 130 | 123 | 0 | 46 | 355 | 116 | 43 |
| Binary | 10011 | 11011 | 10011101 | 1011000 | 1010011 | 0 | 100110 | 11101101 | 1001110 | 100011 |
Color Harmonies of #131B9D
Complementary color
Monochromatic Colors of #131B9D
Black with #131B9D
Text Example
Text Example
White with #131B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B9D; }
p { color: rgb(19,27,157); }
H1.HeaderClassName
{
color: #131B9D;
}
.AnyTagClassName
{
color: #131B9D;
}
</style>
background-color css
<style>
a { background-color: #131B9D; }
a { background-color: rgb(19,27,157); }
div.DivClassName
{
background-color: #131B9D;
}
.BgClassName
{
background-color: #131B9D;
}
</style>
border-color css
<style>
span { border-color: #131B9D; }
span { border-color: rgb(19,27,157); }
td.TdClassName
{
border-color: #131B9D;
}
.TagClassName
{
border-color: #131B9D;
}
</style>