Shades of Ultramarine #061489
Tints of Ultramarine #061489
RGB
CMYK
RGB Variations
Color information
#061489 (or 0x061489) is known color: Ultramarine. HEX triplet: 06, 14 and 89. RGB value is (6,20,137). Sum of RGB (Red+Green+Blue) = 6+20+137=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #061489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061489 is #F9EB76. Grayscale: #1C1C1C. Windows color (decimal): -16378743 or 8983558. OLE color: 8983558.
HSL color Cylindrical-coordinate representation of color #061489: hue angle of 233.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061489 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 20 | 137 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.46 |
| HSL | 233.59º | 0.92% | 0.28% | - |
| HSV(B) | 233.59º | 0.96% | 0.54% | - |
| XYZ | 4.84 | 2.35 | 23.86 | - |
| YUV | 29.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 137 | 0.96 | 0.85 | 0 | 0.46 | 233.59 | 0.92 | 0.28 |
| Hex | 6 | 14 | 89 | 60 | 55 | 0 | 2E | EA | 5C | 1C |
| Octal | 6 | 24 | 211 | 140 | 125 | 0 | 56 | 352 | 134 | 34 |
| Binary | 110 | 10100 | 10001001 | 1100000 | 1010101 | 0 | 101110 | 11101010 | 1011100 | 11100 |
Color Harmonies of #061489
Complementary color
Monochromatic Colors of #061489
Black with #061489
Text Example
Text Example
White with #061489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061489; }
p { color: rgb(6,20,137); }
H1.HeaderClassName
{
color: #061489;
}
.AnyTagClassName
{
color: #061489;
}
</style>
background-color css
<style>
a { background-color: #061489; }
a { background-color: rgb(6,20,137); }
div.DivClassName
{
background-color: #061489;
}
.BgClassName
{
background-color: #061489;
}
</style>
border-color css
<style>
span { border-color: #061489; }
span { border-color: rgb(6,20,137); }
td.TdClassName
{
border-color: #061489;
}
.TagClassName
{
border-color: #061489;
}
</style>