Shades of Ultramarine #131283
Tints of Ultramarine #131283
RGB
CMYK
RGB Variations
Color information
#131283 (or 0x131283) is known color: Ultramarine. HEX triplet: 13, 12 and 83. RGB value is (19,18,131). Sum of RGB (Red+Green+Blue) = 19+18+131=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #131283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131283 is #ECED7C. Grayscale: #1E1E1E. Windows color (decimal): -15527293 or 8589843. OLE color: 8589843.
HSL color Cylindrical-coordinate representation of color #131283: hue angle of 240.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131283 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 18 | 131 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.49 |
| HSL | 240.53º | 0.76% | 0.29% | - |
| HSV(B) | 240.53º | 0.86% | 0.51% | - |
| XYZ | 4.58 | 2.21 | 21.66 | - |
| YUV | 31.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 131 | 0.85 | 0.86 | 0 | 0.49 | 240.53 | 0.76 | 0.29 |
| Hex | 13 | 12 | 83 | 55 | 56 | 0 | 31 | F1 | 4C | 1D |
| Octal | 23 | 22 | 203 | 125 | 126 | 0 | 61 | 361 | 114 | 35 |
| Binary | 10011 | 10010 | 10000011 | 1010101 | 1010110 | 0 | 110001 | 11110001 | 1001100 | 11101 |
Color Harmonies of #131283
Complementary color
Monochromatic Colors of #131283
Black with #131283
Text Example
Text Example
White with #131283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131283; }
p { color: rgb(19,18,131); }
H1.HeaderClassName
{
color: #131283;
}
.AnyTagClassName
{
color: #131283;
}
</style>
background-color css
<style>
a { background-color: #131283; }
a { background-color: rgb(19,18,131); }
div.DivClassName
{
background-color: #131283;
}
.BgClassName
{
background-color: #131283;
}
</style>
border-color css
<style>
span { border-color: #131283; }
span { border-color: rgb(19,18,131); }
td.TdClassName
{
border-color: #131283;
}
.TagClassName
{
border-color: #131283;
}
</style>