Shades of Ultramarine #1A13B1
Tints of Ultramarine #1A13B1
RGB
CMYK
RGB Variations
Color information
#1A13B1 (or 0x1A13B1) is known color: Ultramarine. HEX triplet: 1A, 13 and B1. RGB value is (26,19,177). Sum of RGB (Red+Green+Blue) = 26+19+177=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #1A13B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A13B1 is #E5EC4E. Grayscale: #262626. Windows color (decimal): -15068239 or 11604762. OLE color: 11604762.
HSL color Cylindrical-coordinate representation of color #1A13B1: hue angle of 242.66º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A13B1 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 19 | 177 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.31 |
| HSL | 242.66º | 0.81% | 0.38% | - |
| HSV(B) | 242.66º | 0.89% | 0.69% | - |
| XYZ | 8.59 | 3.86 | 41.89 | - |
| YUV | 39.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 177 | 0.85 | 0.89 | 0 | 0.31 | 242.66 | 0.81 | 0.38 |
| Hex | 1A | 13 | B1 | 55 | 59 | 0 | 1F | F3 | 51 | 26 |
| Octal | 32 | 23 | 261 | 125 | 131 | 0 | 37 | 363 | 121 | 46 |
| Binary | 11010 | 10011 | 10110001 | 1010101 | 1011001 | 0 | 11111 | 11110011 | 1010001 | 100110 |
Color Harmonies of #1A13B1
Complementary color
Monochromatic Colors of #1A13B1
Black with #1A13B1
Text Example
Text Example
White with #1A13B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A13B1; }
p { color: rgb(26,19,177); }
H1.HeaderClassName
{
color: #1A13B1;
}
.AnyTagClassName
{
color: #1A13B1;
}
</style>
background-color css
<style>
a { background-color: #1A13B1; }
a { background-color: rgb(26,19,177); }
div.DivClassName
{
background-color: #1A13B1;
}
.BgClassName
{
background-color: #1A13B1;
}
</style>
border-color css
<style>
span { border-color: #1A13B1; }
span { border-color: rgb(26,19,177); }
td.TdClassName
{
border-color: #1A13B1;
}
.TagClassName
{
border-color: #1A13B1;
}
</style>