Shades of Ultramarine #1A169D
Tints of Ultramarine #1A169D
RGB
CMYK
RGB Variations
Color information
#1A169D (or 0x1A169D) is known color: Ultramarine. HEX triplet: 1A, 16 and 9D. RGB value is (26,22,157). Sum of RGB (Red+Green+Blue) = 26+22+157=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A169D is #E5E962. Grayscale: #262626. Windows color (decimal): -15067491 or 10294810. OLE color: 10294810.
HSL color Cylindrical-coordinate representation of color #1A169D: hue angle of 241.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A169D is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 22 | 157 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.38 |
| HSL | 241.78º | 0.75% | 0.35% | - |
| HSV(B) | 241.78º | 0.86% | 0.62% | - |
| XYZ | 6.8 | 3.23 | 32.16 | - |
| YUV | 38.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 157 | 0.83 | 0.86 | 0 | 0.38 | 241.78 | 0.75 | 0.35 |
| Hex | 1A | 16 | 9D | 53 | 56 | 0 | 26 | F2 | 4B | 23 |
| Octal | 32 | 26 | 235 | 123 | 126 | 0 | 46 | 362 | 113 | 43 |
| Binary | 11010 | 10110 | 10011101 | 1010011 | 1010110 | 0 | 100110 | 11110010 | 1001011 | 100011 |
Color Harmonies of #1A169D
Complementary color
Monochromatic Colors of #1A169D
Black with #1A169D
Text Example
Text Example
White with #1A169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A169D; }
p { color: rgb(26,22,157); }
H1.HeaderClassName
{
color: #1A169D;
}
.AnyTagClassName
{
color: #1A169D;
}
</style>
background-color css
<style>
a { background-color: #1A169D; }
a { background-color: rgb(26,22,157); }
div.DivClassName
{
background-color: #1A169D;
}
.BgClassName
{
background-color: #1A169D;
}
</style>
border-color css
<style>
span { border-color: #1A169D; }
span { border-color: rgb(26,22,157); }
td.TdClassName
{
border-color: #1A169D;
}
.TagClassName
{
border-color: #1A169D;
}
</style>