Shades of Ultramarine #061690
Tints of Ultramarine #061690
RGB
CMYK
RGB Variations
Color information
#061690 (or 0x061690) is known color: Ultramarine. HEX triplet: 06, 16 and 90. RGB value is (6,22,144). Sum of RGB (Red+Green+Blue) = 6+22+144=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #061690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061690 is #F9E96F. Grayscale: #1E1E1E. Windows color (decimal): -16378224 or 9442822. OLE color: 9442822.
HSL color Cylindrical-coordinate representation of color #061690: hue angle of 233.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061690 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 22 | 144 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.44 |
| HSL | 233.04º | 0.92% | 0.29% | - |
| HSV(B) | 233.04º | 0.96% | 0.56% | - |
| XYZ | 5.4 | 2.63 | 26.61 | - |
| YUV | 31.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 144 | 0.96 | 0.85 | 0 | 0.44 | 233.04 | 0.92 | 0.29 |
| Hex | 6 | 16 | 90 | 60 | 55 | 0 | 2C | E9 | 5C | 1D |
| Octal | 6 | 26 | 220 | 140 | 125 | 0 | 54 | 351 | 134 | 35 |
| Binary | 110 | 10110 | 10010000 | 1100000 | 1010101 | 0 | 101100 | 11101001 | 1011100 | 11101 |
Color Harmonies of #061690
Complementary color
Monochromatic Colors of #061690
Black with #061690
Text Example
Text Example
White with #061690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061690; }
p { color: rgb(6,22,144); }
H1.HeaderClassName
{
color: #061690;
}
.AnyTagClassName
{
color: #061690;
}
</style>
background-color css
<style>
a { background-color: #061690; }
a { background-color: rgb(6,22,144); }
div.DivClassName
{
background-color: #061690;
}
.BgClassName
{
background-color: #061690;
}
</style>
border-color css
<style>
span { border-color: #061690; }
span { border-color: rgb(6,22,144); }
td.TdClassName
{
border-color: #061690;
}
.TagClassName
{
border-color: #061690;
}
</style>