Shades of Ultramarine #061A87
Tints of Ultramarine #061A87
RGB
CMYK
RGB Variations
Color information
#061A87 (or 0x061A87) is known color: Ultramarine. HEX triplet: 06, 1A and 87. RGB value is (6,26,135). Sum of RGB (Red+Green+Blue) = 6+26+135=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #061A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A87 is #F9E578. Grayscale: #1F1F1F. Windows color (decimal): -16377209 or 8854022. OLE color: 8854022.
HSL color Cylindrical-coordinate representation of color #061A87: hue angle of 230.7º 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 #061A87 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 26 | 135 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.47 |
| HSL | 230.7º | 0.91% | 0.28% | - |
| HSV(B) | 230.7º | 0.96% | 0.53% | - |
| XYZ | 4.82 | 2.53 | 23.16 | - |
| YUV | 32.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 135 | 0.96 | 0.81 | 0 | 0.47 | 230.7 | 0.91 | 0.28 |
| Hex | 6 | 1A | 87 | 60 | 51 | 0 | 2F | E7 | 5B | 1C |
| Octal | 6 | 32 | 207 | 140 | 121 | 0 | 57 | 347 | 133 | 34 |
| Binary | 110 | 11010 | 10000111 | 1100000 | 1010001 | 0 | 101111 | 11100111 | 1011011 | 11100 |
Color Harmonies of #061A87
Complementary color
Monochromatic Colors of #061A87
Black with #061A87
Text Example
Text Example
White with #061A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A87; }
p { color: rgb(6,26,135); }
H1.HeaderClassName
{
color: #061A87;
}
.AnyTagClassName
{
color: #061A87;
}
</style>
background-color css
<style>
a { background-color: #061A87; }
a { background-color: rgb(6,26,135); }
div.DivClassName
{
background-color: #061A87;
}
.BgClassName
{
background-color: #061A87;
}
</style>
border-color css
<style>
span { border-color: #061A87; }
span { border-color: rgb(6,26,135); }
td.TdClassName
{
border-color: #061A87;
}
.TagClassName
{
border-color: #061A87;
}
</style>