Shades of Ultramarine #1706AB
Tints of Ultramarine #1706AB
RGB
CMYK
RGB Variations
Color information
#1706AB (or 0x1706AB) is known color: Ultramarine. HEX triplet: 17, 06 and AB. RGB value is (23,6,171). Sum of RGB (Red+Green+Blue) = 23+6+171=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #1706AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1706AB is #E8F954. Grayscale: #1D1D1D. Windows color (decimal): -15268181 or 11208215. OLE color: 11208215.
HSL color Cylindrical-coordinate representation of color #1706AB: hue angle of 246.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1706AB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 6 | 171 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.33 |
| HSL | 246.18º | 0.93% | 0.35% | - |
| HSV(B) | 246.18º | 0.96% | 0.67% | - |
| XYZ | 7.77 | 3.25 | 38.75 | - |
| YUV | 29.89 | 207.63 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 171 | 0.87 | 0.96 | 0 | 0.33 | 246.18 | 0.93 | 0.35 |
| Hex | 17 | 6 | AB | 57 | 60 | 0 | 21 | F6 | 5D | 23 |
| Octal | 27 | 6 | 253 | 127 | 140 | 0 | 41 | 366 | 135 | 43 |
| Binary | 10111 | 110 | 10101011 | 1010111 | 1100000 | 0 | 100001 | 11110110 | 1011101 | 100011 |
Color Harmonies of #1706AB
Complementary color
Monochromatic Colors of #1706AB
Black with #1706AB
Text Example
Text Example
White with #1706AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1706AB; }
p { color: rgb(23,6,171); }
H1.HeaderClassName
{
color: #1706AB;
}
.AnyTagClassName
{
color: #1706AB;
}
</style>
background-color css
<style>
a { background-color: #1706AB; }
a { background-color: rgb(23,6,171); }
div.DivClassName
{
background-color: #1706AB;
}
.BgClassName
{
background-color: #1706AB;
}
</style>
border-color css
<style>
span { border-color: #1706AB; }
span { border-color: rgb(23,6,171); }
td.TdClassName
{
border-color: #1706AB;
}
.TagClassName
{
border-color: #1706AB;
}
</style>