Shades of Ultramarine #061389
Tints of Ultramarine #061389
RGB
CMYK
RGB Variations
Color information
#061389 (or 0x061389) is known color: Ultramarine. HEX triplet: 06, 13 and 89. RGB value is (6,19,137). Sum of RGB (Red+Green+Blue) = 6+19+137=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #061389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061389 is #F9EC76. Grayscale: #1C1C1C. Windows color (decimal): -16378999 or 8983302. OLE color: 8983302.
HSL color Cylindrical-coordinate representation of color #061389: hue angle of 234.05º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061389 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 19 | 137 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.46 |
| HSL | 234.05º | 0.92% | 0.28% | - |
| HSV(B) | 234.05º | 0.96% | 0.54% | - |
| XYZ | 4.82 | 2.31 | 23.86 | - |
| YUV | 28.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 137 | 0.96 | 0.86 | 0 | 0.46 | 234.05 | 0.92 | 0.28 |
| Hex | 6 | 13 | 89 | 60 | 56 | 0 | 2E | EA | 5C | 1C |
| Octal | 6 | 23 | 211 | 140 | 126 | 0 | 56 | 352 | 134 | 34 |
| Binary | 110 | 10011 | 10001001 | 1100000 | 1010110 | 0 | 101110 | 11101010 | 1011100 | 11100 |
Color Harmonies of #061389
Complementary color
Monochromatic Colors of #061389
Black with #061389
Text Example
Text Example
White with #061389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061389; }
p { color: rgb(6,19,137); }
H1.HeaderClassName
{
color: #061389;
}
.AnyTagClassName
{
color: #061389;
}
</style>
background-color css
<style>
a { background-color: #061389; }
a { background-color: rgb(6,19,137); }
div.DivClassName
{
background-color: #061389;
}
.BgClassName
{
background-color: #061389;
}
</style>
border-color css
<style>
span { border-color: #061389; }
span { border-color: rgb(6,19,137); }
td.TdClassName
{
border-color: #061389;
}
.TagClassName
{
border-color: #061389;
}
</style>