Shades of Ultramarine #061386
Tints of Ultramarine #061386
RGB
CMYK
RGB Variations
Color information
#061386 (or 0x061386) is known color: Ultramarine. HEX triplet: 06, 13 and 86. RGB value is (6,19,134). Sum of RGB (Red+Green+Blue) = 6+19+134=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 134 (52.73% from 255 or 84.28% from 159); Max value from RGB is 134 - color contains mainly: blue. Hex color #061386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061386 is #F9EC79. Grayscale: #1B1B1B. Windows color (decimal): -16379002 or 8786694. OLE color: 8786694.
HSL color Cylindrical-coordinate representation of color #061386: hue angle of 233.91º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061386 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 19 | 134 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.47 |
| HSL | 233.91º | 0.91% | 0.27% | - |
| HSV(B) | 233.91º | 0.96% | 0.53% | - |
| XYZ | 4.61 | 2.23 | 22.74 | - |
| YUV | 28.22 | 187.69 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 134 | 0.96 | 0.86 | 0 | 0.47 | 233.91 | 0.91 | 0.27 |
| Hex | 6 | 13 | 86 | 60 | 56 | 0 | 2F | EA | 5B | 1B |
| Octal | 6 | 23 | 206 | 140 | 126 | 0 | 57 | 352 | 133 | 33 |
| Binary | 110 | 10011 | 10000110 | 1100000 | 1010110 | 0 | 101111 | 11101010 | 1011011 | 11011 |
Color Harmonies of #061386
Complementary color
Monochromatic Colors of #061386
Black with #061386
Text Example
Text Example
White with #061386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061386; }
p { color: rgb(6,19,134); }
H1.HeaderClassName
{
color: #061386;
}
.AnyTagClassName
{
color: #061386;
}
</style>
background-color css
<style>
a { background-color: #061386; }
a { background-color: rgb(6,19,134); }
div.DivClassName
{
background-color: #061386;
}
.BgClassName
{
background-color: #061386;
}
</style>
border-color css
<style>
span { border-color: #061386; }
span { border-color: rgb(6,19,134); }
td.TdClassName
{
border-color: #061386;
}
.TagClassName
{
border-color: #061386;
}
</style>