Shades of Ultramarine #061A96
Tints of Ultramarine #061A96
RGB
CMYK
RGB Variations
Color information
#061A96 (or 0x061A96) is known color: Ultramarine. HEX triplet: 06, 1A and 96. RGB value is (6,26,150). Sum of RGB (Red+Green+Blue) = 6+26+150=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #061A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A96 is #F9E569. Grayscale: #212121. Windows color (decimal): -16377194 or 9837062. OLE color: 9837062.
HSL color Cylindrical-coordinate representation of color #061A96: hue angle of 231.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A96 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 26 | 150 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.41 |
| HSL | 231.67º | 0.92% | 0.31% | - |
| HSV(B) | 231.67º | 0.96% | 0.59% | - |
| XYZ | 5.95 | 2.98 | 29.12 | - |
| YUV | 34.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 150 | 0.96 | 0.83 | 0 | 0.41 | 231.67 | 0.92 | 0.31 |
| Hex | 6 | 1A | 96 | 60 | 53 | 0 | 29 | E8 | 5C | 1F |
| Octal | 6 | 32 | 226 | 140 | 123 | 0 | 51 | 350 | 134 | 37 |
| Binary | 110 | 11010 | 10010110 | 1100000 | 1010011 | 0 | 101001 | 11101000 | 1011100 | 11111 |
Color Harmonies of #061A96
Complementary color
Monochromatic Colors of #061A96
Black with #061A96
Text Example
Text Example
White with #061A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A96; }
p { color: rgb(6,26,150); }
H1.HeaderClassName
{
color: #061A96;
}
.AnyTagClassName
{
color: #061A96;
}
</style>
background-color css
<style>
a { background-color: #061A96; }
a { background-color: rgb(6,26,150); }
div.DivClassName
{
background-color: #061A96;
}
.BgClassName
{
background-color: #061A96;
}
</style>
border-color css
<style>
span { border-color: #061A96; }
span { border-color: rgb(6,26,150); }
td.TdClassName
{
border-color: #061A96;
}
.TagClassName
{
border-color: #061A96;
}
</style>