Shades of Ultramarine #13078B
Tints of Ultramarine #13078B
RGB
CMYK
RGB Variations
Color information
#13078B (or 0x13078B) is known color: Ultramarine. HEX triplet: 13, 07 and 8B. RGB value is (19,7,139). Sum of RGB (Red+Green+Blue) = 19+7+139=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #13078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13078B is #ECF874. Grayscale: #191919. Windows color (decimal): -15530101 or 9111315. OLE color: 9111315.
HSL color Cylindrical-coordinate representation of color #13078B: hue angle of 245.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13078B is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 7 | 139 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.45 |
| HSL | 245.45º | 0.9% | 0.29% | - |
| HSV(B) | 245.45º | 0.95% | 0.55% | - |
| XYZ | 5 | 2.15 | 24.58 | - |
| YUV | 25.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 139 | 0.86 | 0.95 | 0 | 0.45 | 245.45 | 0.9 | 0.29 |
| Hex | 13 | 7 | 8B | 56 | 5F | 0 | 2D | F5 | 5A | 1D |
| Octal | 23 | 7 | 213 | 126 | 137 | 0 | 55 | 365 | 132 | 35 |
| Binary | 10011 | 111 | 10001011 | 1010110 | 1011111 | 0 | 101101 | 11110101 | 1011010 | 11101 |
Color Harmonies of #13078B
Complementary color
Monochromatic Colors of #13078B
Black with #13078B
Text Example
Text Example
White with #13078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13078B; }
p { color: rgb(19,7,139); }
H1.HeaderClassName
{
color: #13078B;
}
.AnyTagClassName
{
color: #13078B;
}
</style>
background-color css
<style>
a { background-color: #13078B; }
a { background-color: rgb(19,7,139); }
div.DivClassName
{
background-color: #13078B;
}
.BgClassName
{
background-color: #13078B;
}
</style>
border-color css
<style>
span { border-color: #13078B; }
span { border-color: rgb(19,7,139); }
td.TdClassName
{
border-color: #13078B;
}
.TagClassName
{
border-color: #13078B;
}
</style>