Shades of Ultramarine #1913AF
Tints of Ultramarine #1913AF
RGB
CMYK
RGB Variations
Color information
#1913AF (or 0x1913AF) is known color: Ultramarine. HEX triplet: 19, 13 and AF. RGB value is (25,19,175). Sum of RGB (Red+Green+Blue) = 25+19+175=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #1913AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1913AF is #E6EC50. Grayscale: #252525. Windows color (decimal): -15133777 or 11473689. OLE color: 11473689.
HSL color Cylindrical-coordinate representation of color #1913AF: hue angle of 242.31º 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 #1913AF is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 19 | 175 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.31 |
| HSL | 242.31º | 0.8% | 0.38% | - |
| HSV(B) | 242.31º | 0.89% | 0.69% | - |
| XYZ | 8.37 | 3.77 | 40.84 | - |
| YUV | 38.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 175 | 0.86 | 0.89 | 0 | 0.31 | 242.31 | 0.8 | 0.38 |
| Hex | 19 | 13 | AF | 56 | 59 | 0 | 1F | F2 | 50 | 26 |
| Octal | 31 | 23 | 257 | 126 | 131 | 0 | 37 | 362 | 120 | 46 |
| Binary | 11001 | 10011 | 10101111 | 1010110 | 1011001 | 0 | 11111 | 11110010 | 1010000 | 100110 |
Color Harmonies of #1913AF
Complementary color
Monochromatic Colors of #1913AF
Black with #1913AF
Text Example
Text Example
White with #1913AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913AF; }
p { color: rgb(25,19,175); }
H1.HeaderClassName
{
color: #1913AF;
}
.AnyTagClassName
{
color: #1913AF;
}
</style>
background-color css
<style>
a { background-color: #1913AF; }
a { background-color: rgb(25,19,175); }
div.DivClassName
{
background-color: #1913AF;
}
.BgClassName
{
background-color: #1913AF;
}
</style>
border-color css
<style>
span { border-color: #1913AF; }
span { border-color: rgb(25,19,175); }
td.TdClassName
{
border-color: #1913AF;
}
.TagClassName
{
border-color: #1913AF;
}
</style>