Shades of Ultramarine #130BA4
Tints of Ultramarine #130BA4
RGB
CMYK
RGB Variations
Color information
#130BA4 (or 0x130BA4) is known color: Ultramarine. HEX triplet: 13, 0B and A4. RGB value is (19,11,164). Sum of RGB (Red+Green+Blue) = 19+11+164=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 164 (64.45% from 255 or 84.54% from 194); Max value from RGB is 164 - color contains mainly: blue. Hex color #130BA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BA4 is #ECF45B. Grayscale: #1E1E1E. Windows color (decimal): -15529052 or 10750739. OLE color: 10750739.
HSL color Cylindrical-coordinate representation of color #130BA4: hue angle of 243.14º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130BA4 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 11 | 164 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.36 |
| HSL | 243.14º | 0.87% | 0.34% | - |
| HSV(B) | 243.14º | 0.93% | 0.64% | - |
| XYZ | 7.09 | 3.06 | 35.34 | - |
| YUV | 30.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 164 | 0.88 | 0.93 | 0 | 0.36 | 243.14 | 0.87 | 0.34 |
| Hex | 13 | B | A4 | 58 | 5D | 0 | 24 | F3 | 57 | 22 |
| Octal | 23 | 13 | 244 | 130 | 135 | 0 | 44 | 363 | 127 | 42 |
| Binary | 10011 | 1011 | 10100100 | 1011000 | 1011101 | 0 | 100100 | 11110011 | 1010111 | 100010 |
Color Harmonies of #130BA4
Complementary color
Monochromatic Colors of #130BA4
Black with #130BA4
Text Example
Text Example
White with #130BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BA4; }
p { color: rgb(19,11,164); }
H1.HeaderClassName
{
color: #130BA4;
}
.AnyTagClassName
{
color: #130BA4;
}
</style>
background-color css
<style>
a { background-color: #130BA4; }
a { background-color: rgb(19,11,164); }
div.DivClassName
{
background-color: #130BA4;
}
.BgClassName
{
background-color: #130BA4;
}
</style>
border-color css
<style>
span { border-color: #130BA4; }
span { border-color: rgb(19,11,164); }
td.TdClassName
{
border-color: #130BA4;
}
.TagClassName
{
border-color: #130BA4;
}
</style>