Shades of Ultramarine #061A8B
Tints of Ultramarine #061A8B
RGB
CMYK
RGB Variations
Color information
#061A8B (or 0x061A8B) is known color: Ultramarine. HEX triplet: 06, 1A and 8B. RGB value is (6,26,139). Sum of RGB (Red+Green+Blue) = 6+26+139=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #061A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8B is #F9E574. Grayscale: #202020. Windows color (decimal): -16377205 or 9116166. OLE color: 9116166.
HSL color Cylindrical-coordinate representation of color #061A8B: hue angle of 230.98º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A8B is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 26 | 139 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.45 |
| HSL | 230.98º | 0.92% | 0.28% | - |
| HSV(B) | 230.98º | 0.96% | 0.55% | - |
| XYZ | 5.1 | 2.64 | 24.67 | - |
| YUV | 32.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 139 | 0.96 | 0.81 | 0 | 0.45 | 230.98 | 0.92 | 0.28 |
| Hex | 6 | 1A | 8B | 60 | 51 | 0 | 2D | E7 | 5C | 1C |
| Octal | 6 | 32 | 213 | 140 | 121 | 0 | 55 | 347 | 134 | 34 |
| Binary | 110 | 11010 | 10001011 | 1100000 | 1010001 | 0 | 101101 | 11100111 | 1011100 | 11100 |
Color Harmonies of #061A8B
Complementary color
Monochromatic Colors of #061A8B
Black with #061A8B
Text Example
Text Example
White with #061A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A8B; }
p { color: rgb(6,26,139); }
H1.HeaderClassName
{
color: #061A8B;
}
.AnyTagClassName
{
color: #061A8B;
}
</style>
background-color css
<style>
a { background-color: #061A8B; }
a { background-color: rgb(6,26,139); }
div.DivClassName
{
background-color: #061A8B;
}
.BgClassName
{
background-color: #061A8B;
}
</style>
border-color css
<style>
span { border-color: #061A8B; }
span { border-color: rgb(6,26,139); }
td.TdClassName
{
border-color: #061A8B;
}
.TagClassName
{
border-color: #061A8B;
}
</style>