Shades of Ultramarine #13009A
Tints of Ultramarine #13009A
RGB
CMYK
RGB Variations
Color information
#13009A (or 0x13009A) is known color: Ultramarine. HEX triplet: 13, 00 and 9A. RGB value is (19,0,154). Sum of RGB (Red+Green+Blue) = 19+0+154=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 154 (60.55% from 255 or 89.02% from 173); Max value from RGB is 154 - color contains mainly: blue. Hex color #13009A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13009A is #ECFF65. Grayscale: #161616. Windows color (decimal): -15531878 or 10092563. OLE color: 10092563.
HSL color Cylindrical-coordinate representation of color #13009A: hue angle of 247.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13009A is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 0 | 154 | - |
| CMYK | 0.88 | 1 | 0 | 0.40 |
| HSL | 247.4º | 1% | 0.3% | - |
| HSV(B) | 247.4º | 1% | 0.6% | - |
| XYZ | 6.1 | 2.47 | 30.73 | - |
| YUV | 23.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 154 | 0.88 | 1 | 0 | 0.40 | 247.4 | 1 | 0.3 |
| Hex | 13 | 0 | 9A | 58 | 64 | 0 | 28 | F7 | 64 | 1E |
| Octal | 23 | 0 | 232 | 130 | 144 | 0 | 50 | 367 | 144 | 36 |
| Binary | 10011 | 0 | 10011010 | 1011000 | 1100100 | 0 | 101000 | 11110111 | 1100100 | 11110 |
Color Harmonies of #13009A
Complementary color
Monochromatic Colors of #13009A
Black with #13009A
Text Example
Text Example
White with #13009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13009A; }
p { color: rgb(19,0,154); }
H1.HeaderClassName
{
color: #13009A;
}
.AnyTagClassName
{
color: #13009A;
}
</style>
background-color css
<style>
a { background-color: #13009A; }
a { background-color: rgb(19,0,154); }
div.DivClassName
{
background-color: #13009A;
}
.BgClassName
{
background-color: #13009A;
}
</style>
border-color css
<style>
span { border-color: #13009A; }
span { border-color: rgb(19,0,154); }
td.TdClassName
{
border-color: #13009A;
}
.TagClassName
{
border-color: #13009A;
}
</style>