Shades of Ultramarine #061D89
Tints of Ultramarine #061D89
RGB
CMYK
RGB Variations
Color information
#061D89 (or 0x061D89) is known color: Ultramarine. HEX triplet: 06, 1D and 89. RGB value is (6,29,137). Sum of RGB (Red+Green+Blue) = 6+29+137=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #061D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D89 is #F9E276. Grayscale: #212121. Windows color (decimal): -16376439 or 8985862. OLE color: 8985862.
HSL color Cylindrical-coordinate representation of color #061D89: hue angle of 229.47º 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 #061D89 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 29 | 137 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.46 |
| HSL | 229.47º | 0.92% | 0.28% | - |
| HSV(B) | 229.47º | 0.96% | 0.54% | - |
| XYZ | 5.03 | 2.72 | 23.93 | - |
| YUV | 34.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 137 | 0.96 | 0.79 | 0 | 0.46 | 229.47 | 0.92 | 0.28 |
| Hex | 6 | 1D | 89 | 60 | 4F | 0 | 2E | E5 | 5C | 1C |
| Octal | 6 | 35 | 211 | 140 | 117 | 0 | 56 | 345 | 134 | 34 |
| Binary | 110 | 11101 | 10001001 | 1100000 | 1001111 | 0 | 101110 | 11100101 | 1011100 | 11100 |
Color Harmonies of #061D89
Complementary color
Monochromatic Colors of #061D89
Black with #061D89
Text Example
Text Example
White with #061D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D89; }
p { color: rgb(6,29,137); }
H1.HeaderClassName
{
color: #061D89;
}
.AnyTagClassName
{
color: #061D89;
}
</style>
background-color css
<style>
a { background-color: #061D89; }
a { background-color: rgb(6,29,137); }
div.DivClassName
{
background-color: #061D89;
}
.BgClassName
{
background-color: #061D89;
}
</style>
border-color css
<style>
span { border-color: #061D89; }
span { border-color: rgb(6,29,137); }
td.TdClassName
{
border-color: #061D89;
}
.TagClassName
{
border-color: #061D89;
}
</style>