Shades of Ultramarine #130396
Tints of Ultramarine #130396
RGB
CMYK
RGB Variations
Color information
#130396 (or 0x130396) is known color: Ultramarine. HEX triplet: 13, 03 and 96. RGB value is (19,3,150). Sum of RGB (Red+Green+Blue) = 19+3+150=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #130396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130396 is #ECFC69. Grayscale: #171717. Windows color (decimal): -15531114 or 9831187. OLE color: 9831187.
HSL color Cylindrical-coordinate representation of color #130396: hue angle of 246.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130396 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 3 | 150 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.41 |
| HSL | 246.53º | 0.96% | 0.3% | - |
| HSV(B) | 246.53º | 0.98% | 0.59% | - |
| XYZ | 5.81 | 2.41 | 29.01 | - |
| YUV | 24.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 150 | 0.87 | 0.98 | 0 | 0.41 | 246.53 | 0.96 | 0.3 |
| Hex | 13 | 3 | 96 | 57 | 62 | 0 | 29 | F7 | 60 | 1E |
| Octal | 23 | 3 | 226 | 127 | 142 | 0 | 51 | 367 | 140 | 36 |
| Binary | 10011 | 11 | 10010110 | 1010111 | 1100010 | 0 | 101001 | 11110111 | 1100000 | 11110 |
Color Harmonies of #130396
Complementary color
Monochromatic Colors of #130396
Black with #130396
Text Example
Text Example
White with #130396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130396; }
p { color: rgb(19,3,150); }
H1.HeaderClassName
{
color: #130396;
}
.AnyTagClassName
{
color: #130396;
}
</style>
background-color css
<style>
a { background-color: #130396; }
a { background-color: rgb(19,3,150); }
div.DivClassName
{
background-color: #130396;
}
.BgClassName
{
background-color: #130396;
}
</style>
border-color css
<style>
span { border-color: #130396; }
span { border-color: rgb(19,3,150); }
td.TdClassName
{
border-color: #130396;
}
.TagClassName
{
border-color: #130396;
}
</style>