Shades of Ultramarine #061189
Tints of Ultramarine #061189
RGB
CMYK
RGB Variations
Color information
#061189 (or 0x061189) is known color: Ultramarine. HEX triplet: 06, 11 and 89. RGB value is (6,17,137). Sum of RGB (Red+Green+Blue) = 6+17+137=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #061189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061189 is #F9EE76. Grayscale: #1A1A1A. Windows color (decimal): -16379511 or 8982790. OLE color: 8982790.
HSL color Cylindrical-coordinate representation of color #061189: hue angle of 234.96º 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 #061189 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 17 | 137 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.46 |
| HSL | 234.96º | 0.92% | 0.28% | - |
| HSV(B) | 234.96º | 0.96% | 0.54% | - |
| XYZ | 4.79 | 2.25 | 23.85 | - |
| YUV | 27.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 137 | 0.96 | 0.88 | 0 | 0.46 | 234.96 | 0.92 | 0.28 |
| Hex | 6 | 11 | 89 | 60 | 58 | 0 | 2E | EB | 5C | 1C |
| Octal | 6 | 21 | 211 | 140 | 130 | 0 | 56 | 353 | 134 | 34 |
| Binary | 110 | 10001 | 10001001 | 1100000 | 1011000 | 0 | 101110 | 11101011 | 1011100 | 11100 |
Color Harmonies of #061189
Complementary color
Monochromatic Colors of #061189
Black with #061189
Text Example
Text Example
White with #061189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061189; }
p { color: rgb(6,17,137); }
H1.HeaderClassName
{
color: #061189;
}
.AnyTagClassName
{
color: #061189;
}
</style>
background-color css
<style>
a { background-color: #061189; }
a { background-color: rgb(6,17,137); }
div.DivClassName
{
background-color: #061189;
}
.BgClassName
{
background-color: #061189;
}
</style>
border-color css
<style>
span { border-color: #061189; }
span { border-color: rgb(6,17,137); }
td.TdClassName
{
border-color: #061189;
}
.TagClassName
{
border-color: #061189;
}
</style>