Shades of Ultramarine #130DA6
Tints of Ultramarine #130DA6
RGB
CMYK
RGB Variations
Color information
#130DA6 (or 0x130DA6) is known color: Ultramarine. HEX triplet: 13, 0D and A6. RGB value is (19,13,166). Sum of RGB (Red+Green+Blue) = 19+13+166=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #130DA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130DA6 is #ECF259. Grayscale: #1F1F1F. Windows color (decimal): -15528538 or 10882323. OLE color: 10882323.
HSL color Cylindrical-coordinate representation of color #130DA6: hue angle of 242.35º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130DA6 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 13 | 166 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.35 |
| HSL | 242.35º | 0.85% | 0.35% | - |
| HSV(B) | 242.35º | 0.92% | 0.65% | - |
| XYZ | 7.3 | 3.18 | 36.31 | - |
| YUV | 32.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 166 | 0.89 | 0.92 | 0 | 0.35 | 242.35 | 0.85 | 0.35 |
| Hex | 13 | D | A6 | 59 | 5C | 0 | 23 | F2 | 55 | 23 |
| Octal | 23 | 15 | 246 | 131 | 134 | 0 | 43 | 362 | 125 | 43 |
| Binary | 10011 | 1101 | 10100110 | 1011001 | 1011100 | 0 | 100011 | 11110010 | 1010101 | 100011 |
Color Harmonies of #130DA6
Complementary color
Monochromatic Colors of #130DA6
Black with #130DA6
Text Example
Text Example
White with #130DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DA6; }
p { color: rgb(19,13,166); }
H1.HeaderClassName
{
color: #130DA6;
}
.AnyTagClassName
{
color: #130DA6;
}
</style>
background-color css
<style>
a { background-color: #130DA6; }
a { background-color: rgb(19,13,166); }
div.DivClassName
{
background-color: #130DA6;
}
.BgClassName
{
background-color: #130DA6;
}
</style>
border-color css
<style>
span { border-color: #130DA6; }
span { border-color: rgb(19,13,166); }
td.TdClassName
{
border-color: #130DA6;
}
.TagClassName
{
border-color: #130DA6;
}
</style>