Shades of Ultramarine #131C9E
Tints of Ultramarine #131C9E
RGB
CMYK
RGB Variations
Color information
#131C9E (or 0x131C9E) is known color: Ultramarine. HEX triplet: 13, 1C and 9E. RGB value is (19,28,158). Sum of RGB (Red+Green+Blue) = 19+28+158=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #131C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C9E is #ECE361. Grayscale: #272727. Windows color (decimal): -15524706 or 10361875. OLE color: 10361875.
HSL color Cylindrical-coordinate representation of color #131C9E: hue angle of 236.12º 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 #131C9E is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 28 | 158 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.38 |
| HSL | 236.12º | 0.79% | 0.35% | - |
| HSV(B) | 236.12º | 0.88% | 0.62% | - |
| XYZ | 6.86 | 3.44 | 32.65 | - |
| YUV | 40.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 158 | 0.88 | 0.82 | 0 | 0.38 | 236.12 | 0.79 | 0.35 |
| Hex | 13 | 1C | 9E | 58 | 52 | 0 | 26 | EC | 4F | 23 |
| Octal | 23 | 34 | 236 | 130 | 122 | 0 | 46 | 354 | 117 | 43 |
| Binary | 10011 | 11100 | 10011110 | 1011000 | 1010010 | 0 | 100110 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131C9E
Complementary color
Monochromatic Colors of #131C9E
Black with #131C9E
Text Example
Text Example
White with #131C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C9E; }
p { color: rgb(19,28,158); }
H1.HeaderClassName
{
color: #131C9E;
}
.AnyTagClassName
{
color: #131C9E;
}
</style>
background-color css
<style>
a { background-color: #131C9E; }
a { background-color: rgb(19,28,158); }
div.DivClassName
{
background-color: #131C9E;
}
.BgClassName
{
background-color: #131C9E;
}
</style>
border-color css
<style>
span { border-color: #131C9E; }
span { border-color: rgb(19,28,158); }
td.TdClassName
{
border-color: #131C9E;
}
.TagClassName
{
border-color: #131C9E;
}
</style>