Shades of Ultramarine #061A8E
Tints of Ultramarine #061A8E
RGB
CMYK
RGB Variations
Color information
#061A8E (or 0x061A8E) is known color: Ultramarine. HEX triplet: 06, 1A and 8E. RGB value is (6,26,142). Sum of RGB (Red+Green+Blue) = 6+26+142=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #061A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8E is #F9E571. Grayscale: #202020. Windows color (decimal): -16377202 or 9312774. OLE color: 9312774.
HSL color Cylindrical-coordinate representation of color #061A8E: hue angle of 231.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A8E is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 26 | 142 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.44 |
| HSL | 231.18º | 0.92% | 0.29% | - |
| HSV(B) | 231.18º | 0.96% | 0.56% | - |
| XYZ | 5.33 | 2.73 | 25.84 | - |
| YUV | 33.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 142 | 0.96 | 0.82 | 0 | 0.44 | 231.18 | 0.92 | 0.29 |
| Hex | 6 | 1A | 8E | 60 | 52 | 0 | 2C | E7 | 5C | 1D |
| Octal | 6 | 32 | 216 | 140 | 122 | 0 | 54 | 347 | 134 | 35 |
| Binary | 110 | 11010 | 10001110 | 1100000 | 1010010 | 0 | 101100 | 11100111 | 1011100 | 11101 |
Color Harmonies of #061A8E
Complementary color
Monochromatic Colors of #061A8E
Black with #061A8E
Text Example
Text Example
White with #061A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A8E; }
p { color: rgb(6,26,142); }
H1.HeaderClassName
{
color: #061A8E;
}
.AnyTagClassName
{
color: #061A8E;
}
</style>
background-color css
<style>
a { background-color: #061A8E; }
a { background-color: rgb(6,26,142); }
div.DivClassName
{
background-color: #061A8E;
}
.BgClassName
{
background-color: #061A8E;
}
</style>
border-color css
<style>
span { border-color: #061A8E; }
span { border-color: rgb(6,26,142); }
td.TdClassName
{
border-color: #061A8E;
}
.TagClassName
{
border-color: #061A8E;
}
</style>