Shades of Ultramarine #131C8F
Tints of Ultramarine #131C8F
RGB
CMYK
RGB Variations
Color information
#131C8F (or 0x131C8F) is known color: Ultramarine. HEX triplet: 13, 1C and 8F. RGB value is (19,28,143). Sum of RGB (Red+Green+Blue) = 19+28+143=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #131C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C8F is #ECE370. Grayscale: #252525. Windows color (decimal): -15524721 or 9378835. OLE color: 9378835.
HSL color Cylindrical-coordinate representation of color #131C8F: hue angle of 235.65º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131C8F is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 28 | 143 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.44 |
| HSL | 235.65º | 0.77% | 0.32% | - |
| HSV(B) | 235.65º | 0.87% | 0.56% | - |
| XYZ | 5.64 | 2.95 | 26.26 | - |
| YUV | 38.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 143 | 0.87 | 0.80 | 0 | 0.44 | 235.65 | 0.77 | 0.32 |
| Hex | 13 | 1C | 8F | 57 | 50 | 0 | 2C | EC | 4D | 20 |
| Octal | 23 | 34 | 217 | 127 | 120 | 0 | 54 | 354 | 115 | 40 |
| Binary | 10011 | 11100 | 10001111 | 1010111 | 1010000 | 0 | 101100 | 11101100 | 1001101 | 100000 |
Color Harmonies of #131C8F
Complementary color
Monochromatic Colors of #131C8F
Black with #131C8F
Text Example
Text Example
White with #131C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C8F; }
p { color: rgb(19,28,143); }
H1.HeaderClassName
{
color: #131C8F;
}
.AnyTagClassName
{
color: #131C8F;
}
</style>
background-color css
<style>
a { background-color: #131C8F; }
a { background-color: rgb(19,28,143); }
div.DivClassName
{
background-color: #131C8F;
}
.BgClassName
{
background-color: #131C8F;
}
</style>
border-color css
<style>
span { border-color: #131C8F; }
span { border-color: rgb(19,28,143); }
td.TdClassName
{
border-color: #131C8F;
}
.TagClassName
{
border-color: #131C8F;
}
</style>