Shades of Ultramarine #1A13AC
Tints of Ultramarine #1A13AC
RGB
CMYK
RGB Variations
Color information
#1A13AC (or 0x1A13AC) is known color: Ultramarine. HEX triplet: 1A, 13 and AC. RGB value is (26,19,172). Sum of RGB (Red+Green+Blue) = 26+19+172=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A13AC is #E5EC53. Grayscale: #252525. Windows color (decimal): -15068244 or 11277082. OLE color: 11277082.
HSL color Cylindrical-coordinate representation of color #1A13AC: hue angle of 242.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A13AC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 19 | 172 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.33 |
| HSL | 242.75º | 0.8% | 0.37% | - |
| HSV(B) | 242.75º | 0.89% | 0.67% | - |
| XYZ | 8.11 | 3.66 | 39.31 | - |
| YUV | 38.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 172 | 0.85 | 0.89 | 0 | 0.33 | 242.75 | 0.8 | 0.37 |
| Hex | 1A | 13 | AC | 55 | 59 | 0 | 21 | F3 | 50 | 25 |
| Octal | 32 | 23 | 254 | 125 | 131 | 0 | 41 | 363 | 120 | 45 |
| Binary | 11010 | 10011 | 10101100 | 1010101 | 1011001 | 0 | 100001 | 11110011 | 1010000 | 100101 |
Color Harmonies of #1A13AC
Complementary color
Monochromatic Colors of #1A13AC
Black with #1A13AC
Text Example
Text Example
White with #1A13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A13AC; }
p { color: rgb(26,19,172); }
H1.HeaderClassName
{
color: #1A13AC;
}
.AnyTagClassName
{
color: #1A13AC;
}
</style>
background-color css
<style>
a { background-color: #1A13AC; }
a { background-color: rgb(26,19,172); }
div.DivClassName
{
background-color: #1A13AC;
}
.BgClassName
{
background-color: #1A13AC;
}
</style>
border-color css
<style>
span { border-color: #1A13AC; }
span { border-color: rgb(26,19,172); }
td.TdClassName
{
border-color: #1A13AC;
}
.TagClassName
{
border-color: #1A13AC;
}
</style>