Shades of Ultramarine #130DA7
Tints of Ultramarine #130DA7
RGB
CMYK
RGB Variations
Color information
#130DA7 (or 0x130DA7) is known color: Ultramarine. HEX triplet: 13, 0D and A7. RGB value is (19,13,167). Sum of RGB (Red+Green+Blue) = 19+13+167=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 167 (65.62% from 255 or 83.92% from 199); Max value from RGB is 167 - color contains mainly: blue. Hex color #130DA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130DA7 is #ECF258. Grayscale: #1F1F1F. Windows color (decimal): -15528537 or 10947859. OLE color: 10947859.
HSL color Cylindrical-coordinate representation of color #130DA7: hue angle of 242.34º degrees, saturation: 0.86, 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 #130DA7 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 13 | 167 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.35 |
| HSL | 242.34º | 0.86% | 0.35% | - |
| HSV(B) | 242.34º | 0.92% | 0.65% | - |
| XYZ | 7.39 | 3.22 | 36.79 | - |
| YUV | 32.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 167 | 0.89 | 0.92 | 0 | 0.35 | 242.34 | 0.86 | 0.35 |
| Hex | 13 | D | A7 | 59 | 5C | 0 | 23 | F2 | 56 | 23 |
| Octal | 23 | 15 | 247 | 131 | 134 | 0 | 43 | 362 | 126 | 43 |
| Binary | 10011 | 1101 | 10100111 | 1011001 | 1011100 | 0 | 100011 | 11110010 | 1010110 | 100011 |
Color Harmonies of #130DA7
Complementary color
Monochromatic Colors of #130DA7
Black with #130DA7
Text Example
Text Example
White with #130DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DA7; }
p { color: rgb(19,13,167); }
H1.HeaderClassName
{
color: #130DA7;
}
.AnyTagClassName
{
color: #130DA7;
}
</style>
background-color css
<style>
a { background-color: #130DA7; }
a { background-color: rgb(19,13,167); }
div.DivClassName
{
background-color: #130DA7;
}
.BgClassName
{
background-color: #130DA7;
}
</style>
border-color css
<style>
span { border-color: #130DA7; }
span { border-color: rgb(19,13,167); }
td.TdClassName
{
border-color: #130DA7;
}
.TagClassName
{
border-color: #130DA7;
}
</style>