Shades of Ultramarine #061891
Tints of Ultramarine #061891
RGB
CMYK
RGB Variations
Color information
#061891 (or 0x061891) is known color: Ultramarine. HEX triplet: 06, 18 and 91. RGB value is (6,24,145). Sum of RGB (Red+Green+Blue) = 6+24+145=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #061891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061891 is #F9E76E. Grayscale: #1F1F1F. Windows color (decimal): -16377711 or 9508870. OLE color: 9508870.
HSL color Cylindrical-coordinate representation of color #061891: hue angle of 232.23º 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 #061891 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 24 | 145 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.43 |
| HSL | 232.23º | 0.92% | 0.3% | - |
| HSV(B) | 232.23º | 0.96% | 0.57% | - |
| XYZ | 5.51 | 2.74 | 27.03 | - |
| YUV | 32.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 145 | 0.96 | 0.83 | 0 | 0.43 | 232.23 | 0.92 | 0.3 |
| Hex | 6 | 18 | 91 | 60 | 53 | 0 | 2B | E8 | 5C | 1E |
| Octal | 6 | 30 | 221 | 140 | 123 | 0 | 53 | 350 | 134 | 36 |
| Binary | 110 | 11000 | 10010001 | 1100000 | 1010011 | 0 | 101011 | 11101000 | 1011100 | 11110 |
Color Harmonies of #061891
Complementary color
Monochromatic Colors of #061891
Black with #061891
Text Example
Text Example
White with #061891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061891; }
p { color: rgb(6,24,145); }
H1.HeaderClassName
{
color: #061891;
}
.AnyTagClassName
{
color: #061891;
}
</style>
background-color css
<style>
a { background-color: #061891; }
a { background-color: rgb(6,24,145); }
div.DivClassName
{
background-color: #061891;
}
.BgClassName
{
background-color: #061891;
}
</style>
border-color css
<style>
span { border-color: #061891; }
span { border-color: rgb(6,24,145); }
td.TdClassName
{
border-color: #061891;
}
.TagClassName
{
border-color: #061891;
}
</style>