Shades of Ultramarine #061194
Tints of Ultramarine #061194
RGB
CMYK
RGB Variations
Color information
#061194 (or 0x061194) is known color: Ultramarine. HEX triplet: 06, 11 and 94. RGB value is (6,17,148). Sum of RGB (Red+Green+Blue) = 6+17+148=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #061194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061194 is #F9EE6B. Grayscale: #1C1C1C. Windows color (decimal): -16379500 or 9703686. OLE color: 9703686.
HSL color Cylindrical-coordinate representation of color #061194: hue angle of 235.35º 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 #061194 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 17 | 148 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.42 |
| HSL | 235.35º | 0.92% | 0.3% | - |
| HSV(B) | 235.35º | 0.96% | 0.58% | - |
| XYZ | 5.62 | 2.58 | 28.22 | - |
| YUV | 28.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 148 | 0.96 | 0.89 | 0 | 0.42 | 235.35 | 0.92 | 0.3 |
| Hex | 6 | 11 | 94 | 60 | 59 | 0 | 2A | EB | 5C | 1E |
| Octal | 6 | 21 | 224 | 140 | 131 | 0 | 52 | 353 | 134 | 36 |
| Binary | 110 | 10001 | 10010100 | 1100000 | 1011001 | 0 | 101010 | 11101011 | 1011100 | 11110 |
Color Harmonies of #061194
Complementary color
Monochromatic Colors of #061194
Black with #061194
Text Example
Text Example
White with #061194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061194; }
p { color: rgb(6,17,148); }
H1.HeaderClassName
{
color: #061194;
}
.AnyTagClassName
{
color: #061194;
}
</style>
background-color css
<style>
a { background-color: #061194; }
a { background-color: rgb(6,17,148); }
div.DivClassName
{
background-color: #061194;
}
.BgClassName
{
background-color: #061194;
}
</style>
border-color css
<style>
span { border-color: #061194; }
span { border-color: rgb(6,17,148); }
td.TdClassName
{
border-color: #061194;
}
.TagClassName
{
border-color: #061194;
}
</style>