Shades of Ultramarine #061785
Tints of Ultramarine #061785
RGB
CMYK
RGB Variations
Color information
#061785 (or 0x061785) is known color: Ultramarine. HEX triplet: 06, 17 and 85. RGB value is (6,23,133). Sum of RGB (Red+Green+Blue) = 6+23+133=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #061785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061785 is #F9E87A. Grayscale: #1E1E1E. Windows color (decimal): -16377979 or 8722182. OLE color: 8722182.
HSL color Cylindrical-coordinate representation of color #061785: hue angle of 231.97º 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 #061785 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 23 | 133 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.48 |
| HSL | 231.97º | 0.91% | 0.27% | - |
| HSV(B) | 231.97º | 0.95% | 0.52% | - |
| XYZ | 4.62 | 2.34 | 22.4 | - |
| YUV | 30.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 133 | 0.95 | 0.83 | 0 | 0.48 | 231.97 | 0.91 | 0.27 |
| Hex | 6 | 17 | 85 | 5F | 53 | 0 | 30 | E8 | 5B | 1B |
| Octal | 6 | 27 | 205 | 137 | 123 | 0 | 60 | 350 | 133 | 33 |
| Binary | 110 | 10111 | 10000101 | 1011111 | 1010011 | 0 | 110000 | 11101000 | 1011011 | 11011 |
Color Harmonies of #061785
Complementary color
Monochromatic Colors of #061785
Black with #061785
Text Example
Text Example
White with #061785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061785; }
p { color: rgb(6,23,133); }
H1.HeaderClassName
{
color: #061785;
}
.AnyTagClassName
{
color: #061785;
}
</style>
background-color css
<style>
a { background-color: #061785; }
a { background-color: rgb(6,23,133); }
div.DivClassName
{
background-color: #061785;
}
.BgClassName
{
background-color: #061785;
}
</style>
border-color css
<style>
span { border-color: #061785; }
span { border-color: rgb(6,23,133); }
td.TdClassName
{
border-color: #061785;
}
.TagClassName
{
border-color: #061785;
}
</style>