Shades of Ultramarine #061487
Tints of Ultramarine #061487
RGB
CMYK
RGB Variations
Color information
#061487 (or 0x061487) is known color: Ultramarine. HEX triplet: 06, 14 and 87. RGB value is (6,20,135). Sum of RGB (Red+Green+Blue) = 6+20+135=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #061487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061487 is #F9EB78. Grayscale: #1C1C1C. Windows color (decimal): -16378745 or 8852486. OLE color: 8852486.
HSL color Cylindrical-coordinate representation of color #061487: hue angle of 233.49º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061487 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 20 | 135 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.47 |
| HSL | 233.49º | 0.91% | 0.28% | - |
| HSV(B) | 233.49º | 0.96% | 0.53% | - |
| XYZ | 4.7 | 2.29 | 23.12 | - |
| YUV | 28.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 135 | 0.96 | 0.85 | 0 | 0.47 | 233.49 | 0.91 | 0.28 |
| Hex | 6 | 14 | 87 | 60 | 55 | 0 | 2F | E9 | 5B | 1C |
| Octal | 6 | 24 | 207 | 140 | 125 | 0 | 57 | 351 | 133 | 34 |
| Binary | 110 | 10100 | 10000111 | 1100000 | 1010101 | 0 | 101111 | 11101001 | 1011011 | 11100 |
Color Harmonies of #061487
Complementary color
Monochromatic Colors of #061487
Black with #061487
Text Example
Text Example
White with #061487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061487; }
p { color: rgb(6,20,135); }
H1.HeaderClassName
{
color: #061487;
}
.AnyTagClassName
{
color: #061487;
}
</style>
background-color css
<style>
a { background-color: #061487; }
a { background-color: rgb(6,20,135); }
div.DivClassName
{
background-color: #061487;
}
.BgClassName
{
background-color: #061487;
}
</style>
border-color css
<style>
span { border-color: #061487; }
span { border-color: rgb(6,20,135); }
td.TdClassName
{
border-color: #061487;
}
.TagClassName
{
border-color: #061487;
}
</style>