Shades of Ultramarine #130498
Tints of Ultramarine #130498
RGB
CMYK
RGB Variations
Color information
#130498 (or 0x130498) is known color: Ultramarine. HEX triplet: 13, 04 and 98. RGB value is (19,4,152). Sum of RGB (Red+Green+Blue) = 19+4+152=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #130498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130498 is #ECFB67. Grayscale: #181818. Windows color (decimal): -15530856 or 9962515. OLE color: 9962515.
HSL color Cylindrical-coordinate representation of color #130498: hue angle of 246.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130498 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 4 | 152 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.40 |
| HSL | 246.08º | 0.95% | 0.31% | - |
| HSV(B) | 246.08º | 0.97% | 0.6% | - |
| XYZ | 5.98 | 2.49 | 29.87 | - |
| YUV | 25.36 | 199.47 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 152 | 0.87 | 0.97 | 0 | 0.40 | 246.08 | 0.95 | 0.31 |
| Hex | 13 | 4 | 98 | 57 | 61 | 0 | 28 | F6 | 5F | 1F |
| Octal | 23 | 4 | 230 | 127 | 141 | 0 | 50 | 366 | 137 | 37 |
| Binary | 10011 | 100 | 10011000 | 1010111 | 1100001 | 0 | 101000 | 11110110 | 1011111 | 11111 |
Color Harmonies of #130498
Complementary color
Monochromatic Colors of #130498
Black with #130498
Text Example
Text Example
White with #130498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130498; }
p { color: rgb(19,4,152); }
H1.HeaderClassName
{
color: #130498;
}
.AnyTagClassName
{
color: #130498;
}
</style>
background-color css
<style>
a { background-color: #130498; }
a { background-color: rgb(19,4,152); }
div.DivClassName
{
background-color: #130498;
}
.BgClassName
{
background-color: #130498;
}
</style>
border-color css
<style>
span { border-color: #130498; }
span { border-color: rgb(19,4,152); }
td.TdClassName
{
border-color: #130498;
}
.TagClassName
{
border-color: #130498;
}
</style>