Shades of Ultramarine #061D86
Tints of Ultramarine #061D86
RGB
CMYK
RGB Variations
Color information
#061D86 (or 0x061D86) is known color: Ultramarine. HEX triplet: 06, 1D and 86. RGB value is (6,29,134). Sum of RGB (Red+Green+Blue) = 6+29+134=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 134 (52.73% from 255 or 79.29% from 169); Max value from RGB is 134 - color contains mainly: blue. Hex color #061D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D86 is #F9E279. Grayscale: #212121. Windows color (decimal): -16376442 or 8789254. OLE color: 8789254.
HSL color Cylindrical-coordinate representation of color #061D86: hue angle of 229.22º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061D86 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 29 | 134 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.47 |
| HSL | 229.22º | 0.91% | 0.27% | - |
| HSV(B) | 229.22º | 0.96% | 0.53% | - |
| XYZ | 4.82 | 2.64 | 22.81 | - |
| YUV | 34.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 134 | 0.96 | 0.78 | 0 | 0.47 | 229.22 | 0.91 | 0.27 |
| Hex | 6 | 1D | 86 | 60 | 4E | 0 | 2F | E5 | 5B | 1B |
| Octal | 6 | 35 | 206 | 140 | 116 | 0 | 57 | 345 | 133 | 33 |
| Binary | 110 | 11101 | 10000110 | 1100000 | 1001110 | 0 | 101111 | 11100101 | 1011011 | 11011 |
Color Harmonies of #061D86
Complementary color
Monochromatic Colors of #061D86
Black with #061D86
Text Example
Text Example
White with #061D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D86; }
p { color: rgb(6,29,134); }
H1.HeaderClassName
{
color: #061D86;
}
.AnyTagClassName
{
color: #061D86;
}
</style>
background-color css
<style>
a { background-color: #061D86; }
a { background-color: rgb(6,29,134); }
div.DivClassName
{
background-color: #061D86;
}
.BgClassName
{
background-color: #061D86;
}
</style>
border-color css
<style>
span { border-color: #061D86; }
span { border-color: rgb(6,29,134); }
td.TdClassName
{
border-color: #061D86;
}
.TagClassName
{
border-color: #061D86;
}
</style>