Shades of Ultramarine #1317AC
Tints of Ultramarine #1317AC
RGB
CMYK
RGB Variations
Color information
#1317AC (or 0x1317AC) is known color: Ultramarine. HEX triplet: 13, 17 and AC. RGB value is (19,23,172). Sum of RGB (Red+Green+Blue) = 19+23+172=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #1317AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1317AC is #ECE853. Grayscale: #262626. Windows color (decimal): -15525972 or 11278099. OLE color: 11278099.
HSL color Cylindrical-coordinate representation of color #1317AC: hue angle of 238.43º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1317AC is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 23 | 172 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.33 |
| HSL | 238.43º | 0.8% | 0.37% | - |
| HSV(B) | 238.43º | 0.89% | 0.67% | - |
| XYZ | 8.02 | 3.73 | 39.33 | - |
| YUV | 38.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 172 | 0.89 | 0.87 | 0 | 0.33 | 238.43 | 0.8 | 0.37 |
| Hex | 13 | 17 | AC | 59 | 57 | 0 | 21 | EE | 50 | 25 |
| Octal | 23 | 27 | 254 | 131 | 127 | 0 | 41 | 356 | 120 | 45 |
| Binary | 10011 | 10111 | 10101100 | 1011001 | 1010111 | 0 | 100001 | 11101110 | 1010000 | 100101 |
Color Harmonies of #1317AC
Complementary color
Monochromatic Colors of #1317AC
Black with #1317AC
Text Example
Text Example
White with #1317AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1317AC; }
p { color: rgb(19,23,172); }
H1.HeaderClassName
{
color: #1317AC;
}
.AnyTagClassName
{
color: #1317AC;
}
</style>
background-color css
<style>
a { background-color: #1317AC; }
a { background-color: rgb(19,23,172); }
div.DivClassName
{
background-color: #1317AC;
}
.BgClassName
{
background-color: #1317AC;
}
</style>
border-color css
<style>
span { border-color: #1317AC; }
span { border-color: rgb(19,23,172); }
td.TdClassName
{
border-color: #1317AC;
}
.TagClassName
{
border-color: #1317AC;
}
</style>