Shades of Ultramarine #13027C
Tints of Ultramarine #13027C
RGB
CMYK
RGB Variations
Color information
#13027C (or 0x13027C) is known color: Ultramarine. HEX triplet: 13, 02 and 7C. RGB value is (19,2,124). Sum of RGB (Red+Green+Blue) = 19+2+124=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #13027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13027C is #ECFD83. Grayscale: #141414. Windows color (decimal): -15531396 or 8126995. OLE color: 8126995.
HSL color Cylindrical-coordinate representation of color #13027C: hue angle of 248.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13027C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 2 | 124 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.51 |
| HSL | 248.36º | 0.97% | 0.25% | - |
| HSV(B) | 248.36º | 0.98% | 0.49% | - |
| XYZ | 3.93 | 1.64 | 19.18 | - |
| YUV | 20.99 | 186.13 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 124 | 0.85 | 0.98 | 0 | 0.51 | 248.36 | 0.97 | 0.25 |
| Hex | 13 | 2 | 7C | 55 | 62 | 0 | 33 | F8 | 61 | 19 |
| Octal | 23 | 2 | 174 | 125 | 142 | 0 | 63 | 370 | 141 | 31 |
| Binary | 10011 | 10 | 1111100 | 1010101 | 1100010 | 0 | 110011 | 11111000 | 1100001 | 11001 |
Color Harmonies of #13027C
Complementary color
Monochromatic Colors of #13027C
Black with #13027C
Text Example
Text Example
White with #13027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13027C; }
p { color: rgb(19,2,124); }
H1.HeaderClassName
{
color: #13027C;
}
.AnyTagClassName
{
color: #13027C;
}
</style>
background-color css
<style>
a { background-color: #13027C; }
a { background-color: rgb(19,2,124); }
div.DivClassName
{
background-color: #13027C;
}
.BgClassName
{
background-color: #13027C;
}
</style>
border-color css
<style>
span { border-color: #13027C; }
span { border-color: rgb(19,2,124); }
td.TdClassName
{
border-color: #13027C;
}
.TagClassName
{
border-color: #13027C;
}
</style>