Shades of Ultramarine #061B91
Tints of Ultramarine #061B91
RGB
CMYK
RGB Variations
Color information
#061B91 (or 0x061B91) is known color: Ultramarine. HEX triplet: 06, 1B and 91. RGB value is (6,27,145). Sum of RGB (Red+Green+Blue) = 6+27+145=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #061B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B91 is #F9E46E. Grayscale: #212121. Windows color (decimal): -16376943 or 9509638. OLE color: 9509638.
HSL color Cylindrical-coordinate representation of color #061B91: hue angle of 230.94º 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 #061B91 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 27 | 145 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.43 |
| HSL | 230.94º | 0.92% | 0.3% | - |
| HSV(B) | 230.94º | 0.96% | 0.57% | - |
| XYZ | 5.58 | 2.87 | 27.05 | - |
| YUV | 34.17 | 190.54 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 145 | 0.96 | 0.81 | 0 | 0.43 | 230.94 | 0.92 | 0.3 |
| Hex | 6 | 1B | 91 | 60 | 51 | 0 | 2B | E7 | 5C | 1E |
| Octal | 6 | 33 | 221 | 140 | 121 | 0 | 53 | 347 | 134 | 36 |
| Binary | 110 | 11011 | 10010001 | 1100000 | 1010001 | 0 | 101011 | 11100111 | 1011100 | 11110 |
Color Harmonies of #061B91
Complementary color
Monochromatic Colors of #061B91
Black with #061B91
Text Example
Text Example
White with #061B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B91; }
p { color: rgb(6,27,145); }
H1.HeaderClassName
{
color: #061B91;
}
.AnyTagClassName
{
color: #061B91;
}
</style>
background-color css
<style>
a { background-color: #061B91; }
a { background-color: rgb(6,27,145); }
div.DivClassName
{
background-color: #061B91;
}
.BgClassName
{
background-color: #061B91;
}
</style>
border-color css
<style>
span { border-color: #061B91; }
span { border-color: rgb(6,27,145); }
td.TdClassName
{
border-color: #061B91;
}
.TagClassName
{
border-color: #061B91;
}
</style>