Shades of Ultramarine #061193
Tints of Ultramarine #061193
RGB
CMYK
RGB Variations
Color information
#061193 (or 0x061193) is known color: Ultramarine. HEX triplet: 06, 11 and 93. RGB value is (6,17,147). Sum of RGB (Red+Green+Blue) = 6+17+147=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 147 (57.81% from 255 or 86.47% from 170); Max value from RGB is 147 - color contains mainly: blue. Hex color #061193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061193 is #F9EE6C. Grayscale: #1C1C1C. Windows color (decimal): -16379501 or 9638150. OLE color: 9638150.
HSL color Cylindrical-coordinate representation of color #061193: hue angle of 235.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061193 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 17 | 147 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.42 |
| HSL | 235.32º | 0.92% | 0.3% | - |
| HSV(B) | 235.32º | 0.96% | 0.58% | - |
| XYZ | 5.54 | 2.55 | 27.8 | - |
| YUV | 28.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 147 | 0.96 | 0.88 | 0 | 0.42 | 235.32 | 0.92 | 0.3 |
| Hex | 6 | 11 | 93 | 60 | 58 | 0 | 2A | EB | 5C | 1E |
| Octal | 6 | 21 | 223 | 140 | 130 | 0 | 52 | 353 | 134 | 36 |
| Binary | 110 | 10001 | 10010011 | 1100000 | 1011000 | 0 | 101010 | 11101011 | 1011100 | 11110 |
Color Harmonies of #061193
Complementary color
Monochromatic Colors of #061193
Black with #061193
Text Example
Text Example
White with #061193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061193; }
p { color: rgb(6,17,147); }
H1.HeaderClassName
{
color: #061193;
}
.AnyTagClassName
{
color: #061193;
}
</style>
background-color css
<style>
a { background-color: #061193; }
a { background-color: rgb(6,17,147); }
div.DivClassName
{
background-color: #061193;
}
.BgClassName
{
background-color: #061193;
}
</style>
border-color css
<style>
span { border-color: #061193; }
span { border-color: rgb(6,17,147); }
td.TdClassName
{
border-color: #061193;
}
.TagClassName
{
border-color: #061193;
}
</style>