Shades of Ultramarine #1703A0
Tints of Ultramarine #1703A0
RGB
CMYK
RGB Variations
Color information
#1703A0 (or 0x1703A0) is known color: Ultramarine. HEX triplet: 17, 03 and A0. RGB value is (23,3,160). Sum of RGB (Red+Green+Blue) = 23+3+160=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 160 (62.89% from 255 or 86.02% from 186); Max value from RGB is 160 - color contains mainly: blue. Hex color #1703A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1703A0 is #E8FC5F. Grayscale: #1A1A1A. Windows color (decimal): -15268960 or 10486551. OLE color: 10486551.
HSL color Cylindrical-coordinate representation of color #1703A0: hue angle of 247.64º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1703A0 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 3 | 160 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.37 |
| HSL | 247.64º | 0.96% | 0.32% | - |
| HSV(B) | 247.64º | 0.98% | 0.63% | - |
| XYZ | 6.73 | 2.79 | 33.44 | - |
| YUV | 26.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 160 | 0.86 | 0.98 | 0 | 0.37 | 247.64 | 0.96 | 0.32 |
| Hex | 17 | 3 | A0 | 56 | 62 | 0 | 25 | F8 | 60 | 20 |
| Octal | 27 | 3 | 240 | 126 | 142 | 0 | 45 | 370 | 140 | 40 |
| Binary | 10111 | 11 | 10100000 | 1010110 | 1100010 | 0 | 100101 | 11111000 | 1100000 | 100000 |
Color Harmonies of #1703A0
Complementary color
Monochromatic Colors of #1703A0
Black with #1703A0
Text Example
Text Example
White with #1703A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1703A0; }
p { color: rgb(23,3,160); }
H1.HeaderClassName
{
color: #1703A0;
}
.AnyTagClassName
{
color: #1703A0;
}
</style>
background-color css
<style>
a { background-color: #1703A0; }
a { background-color: rgb(23,3,160); }
div.DivClassName
{
background-color: #1703A0;
}
.BgClassName
{
background-color: #1703A0;
}
</style>
border-color css
<style>
span { border-color: #1703A0; }
span { border-color: rgb(23,3,160); }
td.TdClassName
{
border-color: #1703A0;
}
.TagClassName
{
border-color: #1703A0;
}
</style>