Shades of Ultramarine #1A13AF
Tints of Ultramarine #1A13AF
RGB
CMYK
RGB Variations
Color information
#1A13AF (or 0x1A13AF) is known color: Ultramarine. HEX triplet: 1A, 13 and AF. RGB value is (26,19,175). Sum of RGB (Red+Green+Blue) = 26+19+175=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A13AF is #E5EC50. Grayscale: #262626. Windows color (decimal): -15068241 or 11473690. OLE color: 11473690.
HSL color Cylindrical-coordinate representation of color #1A13AF: hue angle of 242.69º degrees, saturation: 0.8, 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 #1A13AF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 19 | 175 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.31 |
| HSL | 242.69º | 0.8% | 0.38% | - |
| HSV(B) | 242.69º | 0.89% | 0.69% | - |
| XYZ | 8.4 | 3.78 | 40.84 | - |
| YUV | 38.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 175 | 0.85 | 0.89 | 0 | 0.31 | 242.69 | 0.8 | 0.38 |
| Hex | 1A | 13 | AF | 55 | 59 | 0 | 1F | F3 | 50 | 26 |
| Octal | 32 | 23 | 257 | 125 | 131 | 0 | 37 | 363 | 120 | 46 |
| Binary | 11010 | 10011 | 10101111 | 1010101 | 1011001 | 0 | 11111 | 11110011 | 1010000 | 100110 |
Color Harmonies of #1A13AF
Complementary color
Monochromatic Colors of #1A13AF
Black with #1A13AF
Text Example
Text Example
White with #1A13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A13AF; }
p { color: rgb(26,19,175); }
H1.HeaderClassName
{
color: #1A13AF;
}
.AnyTagClassName
{
color: #1A13AF;
}
</style>
background-color css
<style>
a { background-color: #1A13AF; }
a { background-color: rgb(26,19,175); }
div.DivClassName
{
background-color: #1A13AF;
}
.BgClassName
{
background-color: #1A13AF;
}
</style>
border-color css
<style>
span { border-color: #1A13AF; }
span { border-color: rgb(26,19,175); }
td.TdClassName
{
border-color: #1A13AF;
}
.TagClassName
{
border-color: #1A13AF;
}
</style>