Shades of Ultramarine #1703A2
Tints of Ultramarine #1703A2
RGB
CMYK
RGB Variations
Color information
#1703A2 (or 0x1703A2) is known color: Ultramarine. HEX triplet: 17, 03 and A2. RGB value is (23,3,162). Sum of RGB (Red+Green+Blue) = 23+3+162=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 162 (63.67% from 255 or 86.17% from 188); Max value from RGB is 162 - color contains mainly: blue. Hex color #1703A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1703A2 is #E8FC5D. Grayscale: #1A1A1A. Windows color (decimal): -15268958 or 10617623. OLE color: 10617623.
HSL color Cylindrical-coordinate representation of color #1703A2: hue angle of 247.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1703A2 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 3 | 162 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.36 |
| HSL | 247.55º | 0.96% | 0.32% | - |
| HSV(B) | 247.55º | 0.98% | 0.64% | - |
| XYZ | 6.91 | 2.86 | 34.37 | - |
| YUV | 27.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 162 | 0.86 | 0.98 | 0 | 0.36 | 247.55 | 0.96 | 0.32 |
| Hex | 17 | 3 | A2 | 56 | 62 | 0 | 24 | F8 | 60 | 20 |
| Octal | 27 | 3 | 242 | 126 | 142 | 0 | 44 | 370 | 140 | 40 |
| Binary | 10111 | 11 | 10100010 | 1010110 | 1100010 | 0 | 100100 | 11111000 | 1100000 | 100000 |
Color Harmonies of #1703A2
Complementary color
Monochromatic Colors of #1703A2
Black with #1703A2
Text Example
Text Example
White with #1703A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1703A2; }
p { color: rgb(23,3,162); }
H1.HeaderClassName
{
color: #1703A2;
}
.AnyTagClassName
{
color: #1703A2;
}
</style>
background-color css
<style>
a { background-color: #1703A2; }
a { background-color: rgb(23,3,162); }
div.DivClassName
{
background-color: #1703A2;
}
.BgClassName
{
background-color: #1703A2;
}
</style>
border-color css
<style>
span { border-color: #1703A2; }
span { border-color: rgb(23,3,162); }
td.TdClassName
{
border-color: #1703A2;
}
.TagClassName
{
border-color: #1703A2;
}
</style>