Shades of Ultramarine #131C9F
Tints of Ultramarine #131C9F
RGB
CMYK
RGB Variations
Color information
#131C9F (or 0x131C9F) is known color: Ultramarine. HEX triplet: 13, 1C and 9F. RGB value is (19,28,159). Sum of RGB (Red+Green+Blue) = 19+28+159=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #131C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C9F is #ECE360. Grayscale: #272727. Windows color (decimal): -15524705 or 10427411. OLE color: 10427411.
HSL color Cylindrical-coordinate representation of color #131C9F: hue angle of 236.14º degrees, saturation: 0.79, 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 #131C9F is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 28 | 159 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.38 |
| HSL | 236.14º | 0.79% | 0.35% | - |
| HSV(B) | 236.14º | 0.88% | 0.62% | - |
| XYZ | 6.94 | 3.47 | 33.11 | - |
| YUV | 40.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 159 | 0.88 | 0.82 | 0 | 0.38 | 236.14 | 0.79 | 0.35 |
| Hex | 13 | 1C | 9F | 58 | 52 | 0 | 26 | EC | 4F | 23 |
| Octal | 23 | 34 | 237 | 130 | 122 | 0 | 46 | 354 | 117 | 43 |
| Binary | 10011 | 11100 | 10011111 | 1011000 | 1010010 | 0 | 100110 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131C9F
Complementary color
Monochromatic Colors of #131C9F
Black with #131C9F
Text Example
Text Example
White with #131C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C9F; }
p { color: rgb(19,28,159); }
H1.HeaderClassName
{
color: #131C9F;
}
.AnyTagClassName
{
color: #131C9F;
}
</style>
background-color css
<style>
a { background-color: #131C9F; }
a { background-color: rgb(19,28,159); }
div.DivClassName
{
background-color: #131C9F;
}
.BgClassName
{
background-color: #131C9F;
}
</style>
border-color css
<style>
span { border-color: #131C9F; }
span { border-color: rgb(19,28,159); }
td.TdClassName
{
border-color: #131C9F;
}
.TagClassName
{
border-color: #131C9F;
}
</style>