Shades of Ultramarine #061B85
Tints of Ultramarine #061B85
RGB
CMYK
RGB Variations
Color information
#061B85 (or 0x061B85) is known color: Ultramarine. HEX triplet: 06, 1B and 85. RGB value is (6,27,133). Sum of RGB (Red+Green+Blue) = 6+27+133=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #061B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B85 is #F9E47A. Grayscale: #202020. Windows color (decimal): -16376955 or 8723206. OLE color: 8723206.
HSL color Cylindrical-coordinate representation of color #061B85: hue angle of 230.08º 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 #061B85 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 27 | 133 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.48 |
| HSL | 230.08º | 0.91% | 0.27% | - |
| HSV(B) | 230.08º | 0.95% | 0.52% | - |
| XYZ | 4.7 | 2.52 | 22.43 | - |
| YUV | 32.81 | 184.54 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 133 | 0.95 | 0.80 | 0 | 0.48 | 230.08 | 0.91 | 0.27 |
| Hex | 6 | 1B | 85 | 5F | 50 | 0 | 30 | E6 | 5B | 1B |
| Octal | 6 | 33 | 205 | 137 | 120 | 0 | 60 | 346 | 133 | 33 |
| Binary | 110 | 11011 | 10000101 | 1011111 | 1010000 | 0 | 110000 | 11100110 | 1011011 | 11011 |
Color Harmonies of #061B85
Complementary color
Monochromatic Colors of #061B85
Black with #061B85
Text Example
Text Example
White with #061B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B85; }
p { color: rgb(6,27,133); }
H1.HeaderClassName
{
color: #061B85;
}
.AnyTagClassName
{
color: #061B85;
}
</style>
background-color css
<style>
a { background-color: #061B85; }
a { background-color: rgb(6,27,133); }
div.DivClassName
{
background-color: #061B85;
}
.BgClassName
{
background-color: #061B85;
}
</style>
border-color css
<style>
span { border-color: #061B85; }
span { border-color: rgb(6,27,133); }
td.TdClassName
{
border-color: #061B85;
}
.TagClassName
{
border-color: #061B85;
}
</style>