Shades of Ultramarine #1713AE
Tints of Ultramarine #1713AE
RGB
CMYK
RGB Variations
Color information
#1713AE (or 0x1713AE) is known color: Ultramarine. HEX triplet: 17, 13 and AE. RGB value is (23,19,174). Sum of RGB (Red+Green+Blue) = 23+19+174=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #1713AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1713AE is #E8EC51. Grayscale: #252525. Windows color (decimal): -15264850 or 11408151. OLE color: 11408151.
HSL color Cylindrical-coordinate representation of color #1713AE: hue angle of 241.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1713AE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 19 | 174 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.32 |
| HSL | 241.55º | 0.8% | 0.38% | - |
| HSV(B) | 241.55º | 0.89% | 0.68% | - |
| XYZ | 8.23 | 3.7 | 40.33 | - |
| YUV | 37.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 174 | 0.87 | 0.89 | 0 | 0.32 | 241.55 | 0.8 | 0.38 |
| Hex | 17 | 13 | AE | 57 | 59 | 0 | 20 | F2 | 50 | 26 |
| Octal | 27 | 23 | 256 | 127 | 131 | 0 | 40 | 362 | 120 | 46 |
| Binary | 10111 | 10011 | 10101110 | 1010111 | 1011001 | 0 | 100000 | 11110010 | 1010000 | 100110 |
Color Harmonies of #1713AE
Complementary color
Monochromatic Colors of #1713AE
Black with #1713AE
Text Example
Text Example
White with #1713AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713AE; }
p { color: rgb(23,19,174); }
H1.HeaderClassName
{
color: #1713AE;
}
.AnyTagClassName
{
color: #1713AE;
}
</style>
background-color css
<style>
a { background-color: #1713AE; }
a { background-color: rgb(23,19,174); }
div.DivClassName
{
background-color: #1713AE;
}
.BgClassName
{
background-color: #1713AE;
}
</style>
border-color css
<style>
span { border-color: #1713AE; }
span { border-color: rgb(23,19,174); }
td.TdClassName
{
border-color: #1713AE;
}
.TagClassName
{
border-color: #1713AE;
}
</style>