Shades of Ultramarine #130B7C
Tints of Ultramarine #130B7C
RGB
CMYK
RGB Variations
Color information
#130B7C (or 0x130B7C) is known color: Ultramarine. HEX triplet: 13, 0B and 7C. RGB value is (19,11,124). Sum of RGB (Red+Green+Blue) = 19+11+124=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #130B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B7C is #ECF483. Grayscale: #191919. Windows color (decimal): -15529092 or 8129299. OLE color: 8129299.
HSL color Cylindrical-coordinate representation of color #130B7C: hue angle of 244.25º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130B7C is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 11 | 124 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.51 |
| HSL | 244.25º | 0.84% | 0.26% | - |
| HSV(B) | 244.25º | 0.91% | 0.49% | - |
| XYZ | 4.03 | 1.83 | 19.21 | - |
| YUV | 26.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 124 | 0.85 | 0.91 | 0 | 0.51 | 244.25 | 0.84 | 0.26 |
| Hex | 13 | B | 7C | 55 | 5B | 0 | 33 | F4 | 54 | 1A |
| Octal | 23 | 13 | 174 | 125 | 133 | 0 | 63 | 364 | 124 | 32 |
| Binary | 10011 | 1011 | 1111100 | 1010101 | 1011011 | 0 | 110011 | 11110100 | 1010100 | 11010 |
Color Harmonies of #130B7C
Complementary color
Monochromatic Colors of #130B7C
Black with #130B7C
Text Example
Text Example
White with #130B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B7C; }
p { color: rgb(19,11,124); }
H1.HeaderClassName
{
color: #130B7C;
}
.AnyTagClassName
{
color: #130B7C;
}
</style>
background-color css
<style>
a { background-color: #130B7C; }
a { background-color: rgb(19,11,124); }
div.DivClassName
{
background-color: #130B7C;
}
.BgClassName
{
background-color: #130B7C;
}
</style>
border-color css
<style>
span { border-color: #130B7C; }
span { border-color: rgb(19,11,124); }
td.TdClassName
{
border-color: #130B7C;
}
.TagClassName
{
border-color: #130B7C;
}
</style>