Shades of Ultramarine #061A99
Tints of Ultramarine #061A99
RGB
CMYK
RGB Variations
Color information
#061A99 (or 0x061A99) is known color: Ultramarine. HEX triplet: 06, 1A and 99. RGB value is (6,26,153). Sum of RGB (Red+Green+Blue) = 6+26+153=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #061A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A99 is #F9E566. Grayscale: #212121. Windows color (decimal): -16377191 or 10033670. OLE color: 10033670.
HSL color Cylindrical-coordinate representation of color #061A99: hue angle of 231.84º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A99 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 26 | 153 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.4 |
| HSL | 231.84º | 0.92% | 0.31% | - |
| HSV(B) | 231.84º | 0.96% | 0.6% | - |
| XYZ | 6.19 | 3.08 | 30.4 | - |
| YUV | 34.5 | 194.87 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 153 | 0.96 | 0.83 | 0 | 0.4 | 231.84 | 0.92 | 0.31 |
| Hex | 6 | 1A | 99 | 60 | 53 | 0 | 28 | E8 | 5C | 1F |
| Octal | 6 | 32 | 231 | 140 | 123 | 0 | 50 | 350 | 134 | 37 |
| Binary | 110 | 11010 | 10011001 | 1100000 | 1010011 | 0 | 101000 | 11101000 | 1011100 | 11111 |
Color Harmonies of #061A99
Complementary color
Monochromatic Colors of #061A99
Black with #061A99
Text Example
Text Example
White with #061A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A99; }
p { color: rgb(6,26,153); }
H1.HeaderClassName
{
color: #061A99;
}
.AnyTagClassName
{
color: #061A99;
}
</style>
background-color css
<style>
a { background-color: #061A99; }
a { background-color: rgb(6,26,153); }
div.DivClassName
{
background-color: #061A99;
}
.BgClassName
{
background-color: #061A99;
}
</style>
border-color css
<style>
span { border-color: #061A99; }
span { border-color: rgb(6,26,153); }
td.TdClassName
{
border-color: #061A99;
}
.TagClassName
{
border-color: #061A99;
}
</style>