Shades of Ultramarine #1700A8
Tints of Ultramarine #1700A8
RGB
CMYK
RGB Variations
Color information
#1700A8 (or 0x1700A8) is known color: Ultramarine. HEX triplet: 17, 00 and A8. RGB value is (23,0,168). Sum of RGB (Red+Green+Blue) = 23+0+168=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 168 (66.02% from 255 or 87.96% from 191); Max value from RGB is 168 - color contains mainly: blue. Hex color #1700A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1700A8 is #E8FF57. Grayscale: #191919. Windows color (decimal): -15269720 or 11010071. OLE color: 11010071.
HSL color Cylindrical-coordinate representation of color #1700A8: hue angle of 248.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700A8 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 23 | 0 | 168 | - |
CMYK | 0.86 | 1 | 0 | 0.34 |
HSL | 248.21º | 1% | 0.33% | - |
HSV(B) | 248.21º | 1% | 0.66% | - |
XYZ | 7.42 | 3.01 | 37.24 | - |
YUV | 26.03 | 208.12 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 0 | 168 | 0.86 | 1 | 0 | 0.34 | 248.21 | 1 | 0.33 |
Hex | 17 | 0 | A8 | 56 | 64 | 0 | 22 | F8 | 64 | 21 |
Octal | 27 | 0 | 250 | 126 | 144 | 0 | 42 | 370 | 144 | 41 |
Binary | 10111 | 0 | 10101000 | 1010110 | 1100100 | 0 | 100010 | 11111000 | 1100100 | 100001 |
Color Harmonies of #1700A8
Complementary color
Monochromatic Colors of #1700A8
Black with #1700A8
Text Example
Text Example
White with #1700A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700A8; }
p { color: rgb(23,0,168); }
H1.HeaderClassName
{
color: #1700A8;
}
.AnyTagClassName
{
color: #1700A8;
}
</style>
background-color css
<style>
a { background-color: #1700A8; }
a { background-color: rgb(23,0,168); }
div.DivClassName
{
background-color: #1700A8;
}
.BgClassName
{
background-color: #1700A8;
}
</style>
border-color css
<style>
span { border-color: #1700A8; }
span { border-color: rgb(23,0,168); }
td.TdClassName
{
border-color: #1700A8;
}
.TagClassName
{
border-color: #1700A8;
}
</style>