Shades of Ultramarine #1A149B
Tints of Ultramarine #1A149B
RGB
CMYK
RGB Variations
Color information
#1A149B (or 0x1A149B) is known color: Ultramarine. HEX triplet: 1A, 14 and 9B. RGB value is (26,20,155). Sum of RGB (Red+Green+Blue) = 26+20+155=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A149B is #E5EB64. Grayscale: #242424. Windows color (decimal): -15068005 or 10163226. OLE color: 10163226.
HSL color Cylindrical-coordinate representation of color #1A149B: hue angle of 242.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A149B is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 20 | 155 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.39 |
| HSL | 242.67º | 0.77% | 0.34% | - |
| HSV(B) | 242.67º | 0.87% | 0.61% | - |
| XYZ | 6.59 | 3.09 | 31.26 | - |
| YUV | 37.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 155 | 0.83 | 0.87 | 0 | 0.39 | 242.67 | 0.77 | 0.34 |
| Hex | 1A | 14 | 9B | 53 | 57 | 0 | 27 | F3 | 4D | 22 |
| Octal | 32 | 24 | 233 | 123 | 127 | 0 | 47 | 363 | 115 | 42 |
| Binary | 11010 | 10100 | 10011011 | 1010011 | 1010111 | 0 | 100111 | 11110011 | 1001101 | 100010 |
Color Harmonies of #1A149B
Complementary color
Monochromatic Colors of #1A149B
Black with #1A149B
Text Example
Text Example
White with #1A149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A149B; }
p { color: rgb(26,20,155); }
H1.HeaderClassName
{
color: #1A149B;
}
.AnyTagClassName
{
color: #1A149B;
}
</style>
background-color css
<style>
a { background-color: #1A149B; }
a { background-color: rgb(26,20,155); }
div.DivClassName
{
background-color: #1A149B;
}
.BgClassName
{
background-color: #1A149B;
}
</style>
border-color css
<style>
span { border-color: #1A149B; }
span { border-color: rgb(26,20,155); }
td.TdClassName
{
border-color: #1A149B;
}
.TagClassName
{
border-color: #1A149B;
}
</style>