Shades of Ultramarine #1304A3
Tints of Ultramarine #1304A3
RGB
CMYK
RGB Variations
Color information
#1304A3 (or 0x1304A3) is known color: Ultramarine. HEX triplet: 13, 04 and A3. RGB value is (19,4,163). Sum of RGB (Red+Green+Blue) = 19+4+163=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 163 (64.06% from 255 or 87.63% from 186); Max value from RGB is 163 - color contains mainly: blue. Hex color #1304A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304A3 is #ECFB5C. Grayscale: #191919. Windows color (decimal): -15530845 or 10683411. OLE color: 10683411.
HSL color Cylindrical-coordinate representation of color #1304A3: hue angle of 245.66º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304A3 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 4 | 163 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.36 |
| HSL | 245.66º | 0.95% | 0.33% | - |
| HSV(B) | 245.66º | 0.98% | 0.64% | - |
| XYZ | 6.92 | 2.87 | 34.84 | - |
| YUV | 26.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 163 | 0.88 | 0.98 | 0 | 0.36 | 245.66 | 0.95 | 0.33 |
| Hex | 13 | 4 | A3 | 58 | 62 | 0 | 24 | F6 | 5F | 21 |
| Octal | 23 | 4 | 243 | 130 | 142 | 0 | 44 | 366 | 137 | 41 |
| Binary | 10011 | 100 | 10100011 | 1011000 | 1100010 | 0 | 100100 | 11110110 | 1011111 | 100001 |
Color Harmonies of #1304A3
Complementary color
Monochromatic Colors of #1304A3
Black with #1304A3
Text Example
Text Example
White with #1304A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1304A3; }
p { color: rgb(19,4,163); }
H1.HeaderClassName
{
color: #1304A3;
}
.AnyTagClassName
{
color: #1304A3;
}
</style>
background-color css
<style>
a { background-color: #1304A3; }
a { background-color: rgb(19,4,163); }
div.DivClassName
{
background-color: #1304A3;
}
.BgClassName
{
background-color: #1304A3;
}
</style>
border-color css
<style>
span { border-color: #1304A3; }
span { border-color: rgb(19,4,163); }
td.TdClassName
{
border-color: #1304A3;
}
.TagClassName
{
border-color: #1304A3;
}
</style>