Shades of Ultramarine #1300A2
Tints of Ultramarine #1300A2
RGB
CMYK
RGB Variations
Color information
#1300A2 (or 0x1300A2) is known color: Ultramarine. HEX triplet: 13, 00 and A2. RGB value is (19,0,162). Sum of RGB (Red+Green+Blue) = 19+0+162=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 162 (63.67% from 255 or 89.50% from 181); Max value from RGB is 162 - color contains mainly: blue. Hex color #1300A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1300A2 is #ECFF5D. Grayscale: #171717. Windows color (decimal): -15531870 or 10616851. OLE color: 10616851.
HSL color Cylindrical-coordinate representation of color #1300A2: hue angle of 247.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300A2 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 0 | 162 | - |
| CMYK | 0.88 | 1 | 0 | 0.36 |
| HSL | 247.04º | 1% | 0.32% | - |
| HSV(B) | 247.04º | 1% | 0.64% | - |
| XYZ | 6.79 | 2.75 | 34.35 | - |
| YUV | 24.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 162 | 0.88 | 1 | 0 | 0.36 | 247.04 | 1 | 0.32 |
| Hex | 13 | 0 | A2 | 58 | 64 | 0 | 24 | F7 | 64 | 20 |
| Octal | 23 | 0 | 242 | 130 | 144 | 0 | 44 | 367 | 144 | 40 |
| Binary | 10011 | 0 | 10100010 | 1011000 | 1100100 | 0 | 100100 | 11110111 | 1100100 | 100000 |
Color Harmonies of #1300A2
Complementary color
Monochromatic Colors of #1300A2
Black with #1300A2
Text Example
Text Example
White with #1300A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300A2; }
p { color: rgb(19,0,162); }
H1.HeaderClassName
{
color: #1300A2;
}
.AnyTagClassName
{
color: #1300A2;
}
</style>
background-color css
<style>
a { background-color: #1300A2; }
a { background-color: rgb(19,0,162); }
div.DivClassName
{
background-color: #1300A2;
}
.BgClassName
{
background-color: #1300A2;
}
</style>
border-color css
<style>
span { border-color: #1300A2; }
span { border-color: rgb(19,0,162); }
td.TdClassName
{
border-color: #1300A2;
}
.TagClassName
{
border-color: #1300A2;
}
</style>