Shades of Ultramarine #1303A2
Tints of Ultramarine #1303A2
RGB
CMYK
RGB Variations
Color information
#1303A2 (or 0x1303A2) is known color: Ultramarine. HEX triplet: 13, 03 and A2. RGB value is (19,3,162). Sum of RGB (Red+Green+Blue) = 19+3+162=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 162 (63.67% from 255 or 88.04% from 184); Max value from RGB is 162 - color contains mainly: blue. Hex color #1303A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1303A2 is #ECFC5D. Grayscale: #191919. Windows color (decimal): -15531102 or 10617619. OLE color: 10617619.
HSL color Cylindrical-coordinate representation of color #1303A2: hue angle of 246.04º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1303A2 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 3 | 162 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.36 |
| HSL | 246.04º | 0.96% | 0.32% | - |
| HSV(B) | 246.04º | 0.98% | 0.64% | - |
| XYZ | 6.82 | 2.81 | 34.37 | - |
| YUV | 25.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 162 | 0.88 | 0.98 | 0 | 0.36 | 246.04 | 0.96 | 0.32 |
| Hex | 13 | 3 | A2 | 58 | 62 | 0 | 24 | F6 | 60 | 20 |
| Octal | 23 | 3 | 242 | 130 | 142 | 0 | 44 | 366 | 140 | 40 |
| Binary | 10011 | 11 | 10100010 | 1011000 | 1100010 | 0 | 100100 | 11110110 | 1100000 | 100000 |
Color Harmonies of #1303A2
Complementary color
Monochromatic Colors of #1303A2
Black with #1303A2
Text Example
Text Example
White with #1303A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303A2; }
p { color: rgb(19,3,162); }
H1.HeaderClassName
{
color: #1303A2;
}
.AnyTagClassName
{
color: #1303A2;
}
</style>
background-color css
<style>
a { background-color: #1303A2; }
a { background-color: rgb(19,3,162); }
div.DivClassName
{
background-color: #1303A2;
}
.BgClassName
{
background-color: #1303A2;
}
</style>
border-color css
<style>
span { border-color: #1303A2; }
span { border-color: rgb(19,3,162); }
td.TdClassName
{
border-color: #1303A2;
}
.TagClassName
{
border-color: #1303A2;
}
</style>