Shades of Ultramarine #061799
Tints of Ultramarine #061799
RGB
CMYK
RGB Variations
Color information
#061799 (or 0x061799) is known color: Ultramarine. HEX triplet: 06, 17 and 99. RGB value is (6,23,153). Sum of RGB (Red+Green+Blue) = 6+23+153=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #061799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061799 is #F9E866. Grayscale: #202020. Windows color (decimal): -16377959 or 10032902. OLE color: 10032902.
HSL color Cylindrical-coordinate representation of color #061799: hue angle of 233.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061799 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 23 | 153 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.4 |
| HSL | 233.06º | 0.92% | 0.31% | - |
| HSV(B) | 233.06º | 0.96% | 0.6% | - |
| XYZ | 6.13 | 2.95 | 30.38 | - |
| YUV | 32.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 153 | 0.96 | 0.85 | 0 | 0.4 | 233.06 | 0.92 | 0.31 |
| Hex | 6 | 17 | 99 | 60 | 55 | 0 | 28 | E9 | 5C | 1F |
| Octal | 6 | 27 | 231 | 140 | 125 | 0 | 50 | 351 | 134 | 37 |
| Binary | 110 | 10111 | 10011001 | 1100000 | 1010101 | 0 | 101000 | 11101001 | 1011100 | 11111 |
Color Harmonies of #061799
Complementary color
Monochromatic Colors of #061799
Black with #061799
Text Example
Text Example
White with #061799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061799; }
p { color: rgb(6,23,153); }
H1.HeaderClassName
{
color: #061799;
}
.AnyTagClassName
{
color: #061799;
}
</style>
background-color css
<style>
a { background-color: #061799; }
a { background-color: rgb(6,23,153); }
div.DivClassName
{
background-color: #061799;
}
.BgClassName
{
background-color: #061799;
}
</style>
border-color css
<style>
span { border-color: #061799; }
span { border-color: rgb(6,23,153); }
td.TdClassName
{
border-color: #061799;
}
.TagClassName
{
border-color: #061799;
}
</style>