Shades of Ultramarine #061D85
Tints of Ultramarine #061D85
RGB
CMYK
RGB Variations
Color information
#061D85 (or 0x061D85) is known color: Ultramarine. HEX triplet: 06, 1D and 85. RGB value is (6,29,133). Sum of RGB (Red+Green+Blue) = 6+29+133=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #061D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D85 is #F9E27A. Grayscale: #212121. Windows color (decimal): -16376443 or 8723718. OLE color: 8723718.
HSL color Cylindrical-coordinate representation of color #061D85: hue angle of 229.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D85 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 29 | 133 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.48 |
| HSL | 229.13º | 0.91% | 0.27% | - |
| HSV(B) | 229.13º | 0.95% | 0.52% | - |
| XYZ | 4.75 | 2.61 | 22.44 | - |
| YUV | 33.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 133 | 0.95 | 0.78 | 0 | 0.48 | 229.13 | 0.91 | 0.27 |
| Hex | 6 | 1D | 85 | 5F | 4E | 0 | 30 | E5 | 5B | 1B |
| Octal | 6 | 35 | 205 | 137 | 116 | 0 | 60 | 345 | 133 | 33 |
| Binary | 110 | 11101 | 10000101 | 1011111 | 1001110 | 0 | 110000 | 11100101 | 1011011 | 11011 |
Color Harmonies of #061D85
Complementary color
Monochromatic Colors of #061D85
Black with #061D85
Text Example
Text Example
White with #061D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D85; }
p { color: rgb(6,29,133); }
H1.HeaderClassName
{
color: #061D85;
}
.AnyTagClassName
{
color: #061D85;
}
</style>
background-color css
<style>
a { background-color: #061D85; }
a { background-color: rgb(6,29,133); }
div.DivClassName
{
background-color: #061D85;
}
.BgClassName
{
background-color: #061D85;
}
</style>
border-color css
<style>
span { border-color: #061D85; }
span { border-color: rgb(6,29,133); }
td.TdClassName
{
border-color: #061D85;
}
.TagClassName
{
border-color: #061D85;
}
</style>