Shades of Ultramarine #1306A0
Tints of Ultramarine #1306A0
RGB
CMYK
RGB Variations
Color information
#1306A0 (or 0x1306A0) is known color: Ultramarine. HEX triplet: 13, 06 and A0. RGB value is (19,6,160). Sum of RGB (Red+Green+Blue) = 19+6+160=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #1306A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1306A0 is #ECF95F. Grayscale: #1A1A1A. Windows color (decimal): -15530336 or 10487315. OLE color: 10487315.
HSL color Cylindrical-coordinate representation of color #1306A0: hue angle of 245.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1306A0 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 6 | 160 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.37 |
| HSL | 245.06º | 0.93% | 0.33% | - |
| HSV(B) | 245.06º | 0.96% | 0.63% | - |
| XYZ | 6.68 | 2.81 | 33.45 | - |
| YUV | 27.44 | 202.81 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 160 | 0.88 | 0.96 | 0 | 0.37 | 245.06 | 0.93 | 0.33 |
| Hex | 13 | 6 | A0 | 58 | 60 | 0 | 25 | F5 | 5D | 21 |
| Octal | 23 | 6 | 240 | 130 | 140 | 0 | 45 | 365 | 135 | 41 |
| Binary | 10011 | 110 | 10100000 | 1011000 | 1100000 | 0 | 100101 | 11110101 | 1011101 | 100001 |
Color Harmonies of #1306A0
Complementary color
Monochromatic Colors of #1306A0
Black with #1306A0
Text Example
Text Example
White with #1306A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306A0; }
p { color: rgb(19,6,160); }
H1.HeaderClassName
{
color: #1306A0;
}
.AnyTagClassName
{
color: #1306A0;
}
</style>
background-color css
<style>
a { background-color: #1306A0; }
a { background-color: rgb(19,6,160); }
div.DivClassName
{
background-color: #1306A0;
}
.BgClassName
{
background-color: #1306A0;
}
</style>
border-color css
<style>
span { border-color: #1306A0; }
span { border-color: rgb(19,6,160); }
td.TdClassName
{
border-color: #1306A0;
}
.TagClassName
{
border-color: #1306A0;
}
</style>