Shades of Ultramarine #061289
Tints of Ultramarine #061289
RGB
CMYK
RGB Variations
Color information
#061289 (or 0x061289) is known color: Ultramarine. HEX triplet: 06, 12 and 89. RGB value is (6,18,137). Sum of RGB (Red+Green+Blue) = 6+18+137=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #061289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061289 is #F9ED76. Grayscale: #1B1B1B. Windows color (decimal): -16379255 or 8983046. OLE color: 8983046.
HSL color Cylindrical-coordinate representation of color #061289: hue angle of 234.5º 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 #061289 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 18 | 137 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.46 |
| HSL | 234.5º | 0.92% | 0.28% | - |
| HSV(B) | 234.5º | 0.96% | 0.54% | - |
| XYZ | 4.81 | 2.28 | 23.85 | - |
| YUV | 27.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 137 | 0.96 | 0.87 | 0 | 0.46 | 234.5 | 0.92 | 0.28 |
| Hex | 6 | 12 | 89 | 60 | 57 | 0 | 2E | EB | 5C | 1C |
| Octal | 6 | 22 | 211 | 140 | 127 | 0 | 56 | 353 | 134 | 34 |
| Binary | 110 | 10010 | 10001001 | 1100000 | 1010111 | 0 | 101110 | 11101011 | 1011100 | 11100 |
Color Harmonies of #061289
Complementary color
Monochromatic Colors of #061289
Black with #061289
Text Example
Text Example
White with #061289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061289; }
p { color: rgb(6,18,137); }
H1.HeaderClassName
{
color: #061289;
}
.AnyTagClassName
{
color: #061289;
}
</style>
background-color css
<style>
a { background-color: #061289; }
a { background-color: rgb(6,18,137); }
div.DivClassName
{
background-color: #061289;
}
.BgClassName
{
background-color: #061289;
}
</style>
border-color css
<style>
span { border-color: #061289; }
span { border-color: rgb(6,18,137); }
td.TdClassName
{
border-color: #061289;
}
.TagClassName
{
border-color: #061289;
}
</style>