Shades of Ultramarine #131B9E
Tints of Ultramarine #131B9E
RGB
CMYK
RGB Variations
Color information
#131B9E (or 0x131B9E) is known color: Ultramarine. HEX triplet: 13, 1B and 9E. RGB value is (19,27,158). Sum of RGB (Red+Green+Blue) = 19+27+158=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #131B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B9E is #ECE461. Grayscale: #272727. Windows color (decimal): -15524962 or 10361619. OLE color: 10361619.
HSL color Cylindrical-coordinate representation of color #131B9E: hue angle of 236.55º 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 #131B9E is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 27 | 158 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.38 |
| HSL | 236.55º | 0.79% | 0.35% | - |
| HSV(B) | 236.55º | 0.88% | 0.62% | - |
| XYZ | 6.83 | 3.39 | 32.64 | - |
| YUV | 39.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 158 | 0.88 | 0.83 | 0 | 0.38 | 236.55 | 0.79 | 0.35 |
| Hex | 13 | 1B | 9E | 58 | 53 | 0 | 26 | ED | 4F | 23 |
| Octal | 23 | 33 | 236 | 130 | 123 | 0 | 46 | 355 | 117 | 43 |
| Binary | 10011 | 11011 | 10011110 | 1011000 | 1010011 | 0 | 100110 | 11101101 | 1001111 | 100011 |
Color Harmonies of #131B9E
Complementary color
Monochromatic Colors of #131B9E
Black with #131B9E
Text Example
Text Example
White with #131B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B9E; }
p { color: rgb(19,27,158); }
H1.HeaderClassName
{
color: #131B9E;
}
.AnyTagClassName
{
color: #131B9E;
}
</style>
background-color css
<style>
a { background-color: #131B9E; }
a { background-color: rgb(19,27,158); }
div.DivClassName
{
background-color: #131B9E;
}
.BgClassName
{
background-color: #131B9E;
}
</style>
border-color css
<style>
span { border-color: #131B9E; }
span { border-color: rgb(19,27,158); }
td.TdClassName
{
border-color: #131B9E;
}
.TagClassName
{
border-color: #131B9E;
}
</style>