Shades of Ultramarine #061A8A
Tints of Ultramarine #061A8A
RGB
CMYK
RGB Variations
Color information
#061A8A (or 0x061A8A) is known color: Ultramarine. HEX triplet: 06, 1A and 8A. RGB value is (6,26,138). Sum of RGB (Red+Green+Blue) = 6+26+138=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #061A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8A is #F9E575. Grayscale: #202020. Windows color (decimal): -16377206 or 9050630. OLE color: 9050630.
HSL color Cylindrical-coordinate representation of color #061A8A: hue angle of 230.91º 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 #061A8A is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 26 | 138 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.46 |
| HSL | 230.91º | 0.92% | 0.28% | - |
| HSV(B) | 230.91º | 0.96% | 0.54% | - |
| XYZ | 5.03 | 2.61 | 24.28 | - |
| YUV | 32.79 | 187.37 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 138 | 0.96 | 0.81 | 0 | 0.46 | 230.91 | 0.92 | 0.28 |
| Hex | 6 | 1A | 8A | 60 | 51 | 0 | 2E | E7 | 5C | 1C |
| Octal | 6 | 32 | 212 | 140 | 121 | 0 | 56 | 347 | 134 | 34 |
| Binary | 110 | 11010 | 10001010 | 1100000 | 1010001 | 0 | 101110 | 11100111 | 1011100 | 11100 |
Color Harmonies of #061A8A
Complementary color
Monochromatic Colors of #061A8A
Black with #061A8A
Text Example
Text Example
White with #061A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A8A; }
p { color: rgb(6,26,138); }
H1.HeaderClassName
{
color: #061A8A;
}
.AnyTagClassName
{
color: #061A8A;
}
</style>
background-color css
<style>
a { background-color: #061A8A; }
a { background-color: rgb(6,26,138); }
div.DivClassName
{
background-color: #061A8A;
}
.BgClassName
{
background-color: #061A8A;
}
</style>
border-color css
<style>
span { border-color: #061A8A; }
span { border-color: rgb(6,26,138); }
td.TdClassName
{
border-color: #061A8A;
}
.TagClassName
{
border-color: #061A8A;
}
</style>