Shades of Ultramarine #1A0D9D
Tints of Ultramarine #1A0D9D
RGB
CMYK
RGB Variations
Color information
#1A0D9D (or 0x1A0D9D) is known color: Ultramarine. HEX triplet: 1A, 0D and 9D. RGB value is (26,13,157). Sum of RGB (Red+Green+Blue) = 26+13+157=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A0D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0D9D is #E5F262. Grayscale: #202020. Windows color (decimal): -15069795 or 10292506. OLE color: 10292506.
HSL color Cylindrical-coordinate representation of color #1A0D9D: hue angle of 245.42º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0D9D is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 13 | 157 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.38 |
| HSL | 245.42º | 0.85% | 0.33% | - |
| HSV(B) | 245.42º | 0.92% | 0.62% | - |
| XYZ | 6.66 | 2.94 | 32.12 | - |
| YUV | 33.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 157 | 0.83 | 0.92 | 0 | 0.38 | 245.42 | 0.85 | 0.33 |
| Hex | 1A | D | 9D | 53 | 5C | 0 | 26 | F5 | 55 | 21 |
| Octal | 32 | 15 | 235 | 123 | 134 | 0 | 46 | 365 | 125 | 41 |
| Binary | 11010 | 1101 | 10011101 | 1010011 | 1011100 | 0 | 100110 | 11110101 | 1010101 | 100001 |
Color Harmonies of #1A0D9D
Complementary color
Monochromatic Colors of #1A0D9D
Black with #1A0D9D
Text Example
Text Example
White with #1A0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D9D; }
p { color: rgb(26,13,157); }
H1.HeaderClassName
{
color: #1A0D9D;
}
.AnyTagClassName
{
color: #1A0D9D;
}
</style>
background-color css
<style>
a { background-color: #1A0D9D; }
a { background-color: rgb(26,13,157); }
div.DivClassName
{
background-color: #1A0D9D;
}
.BgClassName
{
background-color: #1A0D9D;
}
</style>
border-color css
<style>
span { border-color: #1A0D9D; }
span { border-color: rgb(26,13,157); }
td.TdClassName
{
border-color: #1A0D9D;
}
.TagClassName
{
border-color: #1A0D9D;
}
</style>