Shades of Ultramarine #1A17AD
Tints of Ultramarine #1A17AD
RGB
CMYK
RGB Variations
Color information
#1A17AD (or 0x1A17AD) is known color: Ultramarine. HEX triplet: 1A, 17 and AD. RGB value is (26,23,173). Sum of RGB (Red+Green+Blue) = 26+23+173=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17AD is #E5E852. Grayscale: #282828. Windows color (decimal): -15067219 or 11343642. OLE color: 11343642.
HSL color Cylindrical-coordinate representation of color #1A17AD: hue angle of 241.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A17AD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 23 | 173 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.32 |
| HSL | 241.2º | 0.77% | 0.38% | - |
| HSV(B) | 241.2º | 0.87% | 0.68% | - |
| XYZ | 8.28 | 3.85 | 39.84 | - |
| YUV | 41 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 173 | 0.85 | 0.87 | 0 | 0.32 | 241.2 | 0.77 | 0.38 |
| Hex | 1A | 17 | AD | 55 | 57 | 0 | 20 | F1 | 4D | 26 |
| Octal | 32 | 27 | 255 | 125 | 127 | 0 | 40 | 361 | 115 | 46 |
| Binary | 11010 | 10111 | 10101101 | 1010101 | 1010111 | 0 | 100000 | 11110001 | 1001101 | 100110 |
Color Harmonies of #1A17AD
Complementary color
Monochromatic Colors of #1A17AD
Black with #1A17AD
Text Example
Text Example
White with #1A17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A17AD; }
p { color: rgb(26,23,173); }
H1.HeaderClassName
{
color: #1A17AD;
}
.AnyTagClassName
{
color: #1A17AD;
}
</style>
background-color css
<style>
a { background-color: #1A17AD; }
a { background-color: rgb(26,23,173); }
div.DivClassName
{
background-color: #1A17AD;
}
.BgClassName
{
background-color: #1A17AD;
}
</style>
border-color css
<style>
span { border-color: #1A17AD; }
span { border-color: rgb(26,23,173); }
td.TdClassName
{
border-color: #1A17AD;
}
.TagClassName
{
border-color: #1A17AD;
}
</style>