Shades of Ultramarine #13028A
Tints of Ultramarine #13028A
RGB
CMYK
RGB Variations
Color information
#13028A (or 0x13028A) is known color: Ultramarine. HEX triplet: 13, 02 and 8A. RGB value is (19,2,138). Sum of RGB (Red+Green+Blue) = 19+2+138=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #13028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13028A is #ECFD75. Grayscale: #161616. Windows color (decimal): -15531382 or 9044499. OLE color: 9044499.
HSL color Cylindrical-coordinate representation of color #13028A: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13028A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 2 | 138 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.46 |
| HSL | 247.5º | 0.97% | 0.27% | - |
| HSV(B) | 247.5º | 0.99% | 0.54% | - |
| XYZ | 4.88 | 2.02 | 24.18 | - |
| YUV | 22.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 138 | 0.86 | 0.99 | 0 | 0.46 | 247.5 | 0.97 | 0.27 |
| Hex | 13 | 2 | 8A | 56 | 63 | 0 | 2E | F8 | 61 | 1B |
| Octal | 23 | 2 | 212 | 126 | 143 | 0 | 56 | 370 | 141 | 33 |
| Binary | 10011 | 10 | 10001010 | 1010110 | 1100011 | 0 | 101110 | 11111000 | 1100001 | 11011 |
Color Harmonies of #13028A
Complementary color
Monochromatic Colors of #13028A
Black with #13028A
Text Example
Text Example
White with #13028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13028A; }
p { color: rgb(19,2,138); }
H1.HeaderClassName
{
color: #13028A;
}
.AnyTagClassName
{
color: #13028A;
}
</style>
background-color css
<style>
a { background-color: #13028A; }
a { background-color: rgb(19,2,138); }
div.DivClassName
{
background-color: #13028A;
}
.BgClassName
{
background-color: #13028A;
}
</style>
border-color css
<style>
span { border-color: #13028A; }
span { border-color: rgb(19,2,138); }
td.TdClassName
{
border-color: #13028A;
}
.TagClassName
{
border-color: #13028A;
}
</style>