Shades of Ultramarine #171AAA
Tints of Ultramarine #171AAA
RGB
CMYK
RGB Variations
Color information
#171AAA (or 0x171AAA) is known color: Ultramarine. HEX triplet: 17, 1A and AA. RGB value is (23,26,170). Sum of RGB (Red+Green+Blue) = 23+26+170=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #171AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171AAA is #E8E555. Grayscale: #282828. Windows color (decimal): -15263062 or 11147799. OLE color: 11147799.
HSL color Cylindrical-coordinate representation of color #171AAA: hue angle of 238.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171AAA is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 26 | 170 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.33 |
| HSL | 238.78º | 0.76% | 0.38% | - |
| HSV(B) | 238.78º | 0.86% | 0.67% | - |
| XYZ | 7.98 | 3.82 | 38.35 | - |
| YUV | 41.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 170 | 0.86 | 0.85 | 0 | 0.33 | 238.78 | 0.76 | 0.38 |
| Hex | 17 | 1A | AA | 56 | 55 | 0 | 21 | EF | 4C | 26 |
| Octal | 27 | 32 | 252 | 126 | 125 | 0 | 41 | 357 | 114 | 46 |
| Binary | 10111 | 11010 | 10101010 | 1010110 | 1010101 | 0 | 100001 | 11101111 | 1001100 | 100110 |
Color Harmonies of #171AAA
Complementary color
Monochromatic Colors of #171AAA
Black with #171AAA
Text Example
Text Example
White with #171AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AAA; }
p { color: rgb(23,26,170); }
H1.HeaderClassName
{
color: #171AAA;
}
.AnyTagClassName
{
color: #171AAA;
}
</style>
background-color css
<style>
a { background-color: #171AAA; }
a { background-color: rgb(23,26,170); }
div.DivClassName
{
background-color: #171AAA;
}
.BgClassName
{
background-color: #171AAA;
}
</style>
border-color css
<style>
span { border-color: #171AAA; }
span { border-color: rgb(23,26,170); }
td.TdClassName
{
border-color: #171AAA;
}
.TagClassName
{
border-color: #171AAA;
}
</style>