Shades of Ultramarine #061791
Tints of Ultramarine #061791
RGB
CMYK
RGB Variations
Color information
#061791 (or 0x061791) is known color: Ultramarine. HEX triplet: 06, 17 and 91. RGB value is (6,23,145). Sum of RGB (Red+Green+Blue) = 6+23+145=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #061791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061791 is #F9E86E. Grayscale: #1F1F1F. Windows color (decimal): -16377967 or 9508614. OLE color: 9508614.
HSL color Cylindrical-coordinate representation of color #061791: hue angle of 232.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061791 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 23 | 145 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.43 |
| HSL | 232.66º | 0.92% | 0.3% | - |
| HSV(B) | 232.66º | 0.96% | 0.57% | - |
| XYZ | 5.49 | 2.7 | 27.02 | - |
| YUV | 31.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 145 | 0.96 | 0.84 | 0 | 0.43 | 232.66 | 0.92 | 0.3 |
| Hex | 6 | 17 | 91 | 60 | 54 | 0 | 2B | E9 | 5C | 1E |
| Octal | 6 | 27 | 221 | 140 | 124 | 0 | 53 | 351 | 134 | 36 |
| Binary | 110 | 10111 | 10010001 | 1100000 | 1010100 | 0 | 101011 | 11101001 | 1011100 | 11110 |
Color Harmonies of #061791
Complementary color
Monochromatic Colors of #061791
Black with #061791
Text Example
Text Example
White with #061791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061791; }
p { color: rgb(6,23,145); }
H1.HeaderClassName
{
color: #061791;
}
.AnyTagClassName
{
color: #061791;
}
</style>
background-color css
<style>
a { background-color: #061791; }
a { background-color: rgb(6,23,145); }
div.DivClassName
{
background-color: #061791;
}
.BgClassName
{
background-color: #061791;
}
</style>
border-color css
<style>
span { border-color: #061791; }
span { border-color: rgb(6,23,145); }
td.TdClassName
{
border-color: #061791;
}
.TagClassName
{
border-color: #061791;
}
</style>