Shades of Ultramarine #130093
Tints of Ultramarine #130093
RGB
CMYK
RGB Variations
Color information
#130093 (or 0x130093) is known color: Ultramarine. HEX triplet: 13, 00 and 93. RGB value is (19,0,147). Sum of RGB (Red+Green+Blue) = 19+0+147=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #130093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130093 is #ECFF6C. Grayscale: #151515. Windows color (decimal): -15531885 or 9633811. OLE color: 9633811.
HSL color Cylindrical-coordinate representation of color #130093: hue angle of 247.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130093 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 0 | 147 | - |
| CMYK | 0.87 | 1 | 0 | 0.42 |
| HSL | 247.76º | 1% | 0.29% | - |
| HSV(B) | 247.76º | 1% | 0.58% | - |
| XYZ | 5.54 | 2.25 | 27.75 | - |
| YUV | 22.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 147 | 0.87 | 1 | 0 | 0.42 | 247.76 | 1 | 0.29 |
| Hex | 13 | 0 | 93 | 57 | 64 | 0 | 2A | F8 | 64 | 1D |
| Octal | 23 | 0 | 223 | 127 | 144 | 0 | 52 | 370 | 144 | 35 |
| Binary | 10011 | 0 | 10010011 | 1010111 | 1100100 | 0 | 101010 | 11111000 | 1100100 | 11101 |
Color Harmonies of #130093
Complementary color
Monochromatic Colors of #130093
Black with #130093
Text Example
Text Example
White with #130093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130093; }
p { color: rgb(19,0,147); }
H1.HeaderClassName
{
color: #130093;
}
.AnyTagClassName
{
color: #130093;
}
</style>
background-color css
<style>
a { background-color: #130093; }
a { background-color: rgb(19,0,147); }
div.DivClassName
{
background-color: #130093;
}
.BgClassName
{
background-color: #130093;
}
</style>
border-color css
<style>
span { border-color: #130093; }
span { border-color: rgb(19,0,147); }
td.TdClassName
{
border-color: #130093;
}
.TagClassName
{
border-color: #130093;
}
</style>