Shades of Ultramarine #061A92
Tints of Ultramarine #061A92
RGB
CMYK
RGB Variations
Color information
#061A92 (or 0x061A92) is known color: Ultramarine. HEX triplet: 06, 1A and 92. RGB value is (6,26,146). Sum of RGB (Red+Green+Blue) = 6+26+146=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #061A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A92 is #F9E56D. Grayscale: #212121. Windows color (decimal): -16377198 or 9574918. OLE color: 9574918.
HSL color Cylindrical-coordinate representation of color #061A92: hue angle of 231.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A92 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 26 | 146 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.43 |
| HSL | 231.43º | 0.92% | 0.3% | - |
| HSV(B) | 231.43º | 0.96% | 0.57% | - |
| XYZ | 5.63 | 2.85 | 27.45 | - |
| YUV | 33.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 146 | 0.96 | 0.82 | 0 | 0.43 | 231.43 | 0.92 | 0.3 |
| Hex | 6 | 1A | 92 | 60 | 52 | 0 | 2B | E7 | 5C | 1E |
| Octal | 6 | 32 | 222 | 140 | 122 | 0 | 53 | 347 | 134 | 36 |
| Binary | 110 | 11010 | 10010010 | 1100000 | 1010010 | 0 | 101011 | 11100111 | 1011100 | 11110 |
Color Harmonies of #061A92
Complementary color
Monochromatic Colors of #061A92
Black with #061A92
Text Example
Text Example
White with #061A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A92; }
p { color: rgb(6,26,146); }
H1.HeaderClassName
{
color: #061A92;
}
.AnyTagClassName
{
color: #061A92;
}
</style>
background-color css
<style>
a { background-color: #061A92; }
a { background-color: rgb(6,26,146); }
div.DivClassName
{
background-color: #061A92;
}
.BgClassName
{
background-color: #061A92;
}
</style>
border-color css
<style>
span { border-color: #061A92; }
span { border-color: rgb(6,26,146); }
td.TdClassName
{
border-color: #061A92;
}
.TagClassName
{
border-color: #061A92;
}
</style>