Shades of Ultramarine #1311A4
Tints of Ultramarine #1311A4
RGB
CMYK
RGB Variations
Color information
#1311A4 (or 0x1311A4) is known color: Ultramarine. HEX triplet: 13, 11 and A4. RGB value is (19,17,164). Sum of RGB (Red+Green+Blue) = 19+17+164=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #1311A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1311A4 is #ECEE5B. Grayscale: #212121. Windows color (decimal): -15527516 or 10752275. OLE color: 10752275.
HSL color Cylindrical-coordinate representation of color #1311A4: hue angle of 240.82º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1311A4 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 17 | 164 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.36 |
| HSL | 240.82º | 0.81% | 0.35% | - |
| HSV(B) | 240.82º | 0.9% | 0.64% | - |
| XYZ | 7.17 | 3.22 | 35.37 | - |
| YUV | 34.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 164 | 0.88 | 0.90 | 0 | 0.36 | 240.82 | 0.81 | 0.35 |
| Hex | 13 | 11 | A4 | 58 | 5A | 0 | 24 | F1 | 51 | 23 |
| Octal | 23 | 21 | 244 | 130 | 132 | 0 | 44 | 361 | 121 | 43 |
| Binary | 10011 | 10001 | 10100100 | 1011000 | 1011010 | 0 | 100100 | 11110001 | 1010001 | 100011 |
Color Harmonies of #1311A4
Complementary color
Monochromatic Colors of #1311A4
Black with #1311A4
Text Example
Text Example
White with #1311A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311A4; }
p { color: rgb(19,17,164); }
H1.HeaderClassName
{
color: #1311A4;
}
.AnyTagClassName
{
color: #1311A4;
}
</style>
background-color css
<style>
a { background-color: #1311A4; }
a { background-color: rgb(19,17,164); }
div.DivClassName
{
background-color: #1311A4;
}
.BgClassName
{
background-color: #1311A4;
}
</style>
border-color css
<style>
span { border-color: #1311A4; }
span { border-color: rgb(19,17,164); }
td.TdClassName
{
border-color: #1311A4;
}
.TagClassName
{
border-color: #1311A4;
}
</style>