Shades of Ultramarine #061C92
Tints of Ultramarine #061C92
RGB
CMYK
RGB Variations
Color information
#061C92 (or 0x061C92) is known color: Ultramarine. HEX triplet: 06, 1C and 92. RGB value is (6,28,146). Sum of RGB (Red+Green+Blue) = 6+28+146=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #061C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C92 is #F9E36D. Grayscale: #222222. Windows color (decimal): -16376686 or 9575430. OLE color: 9575430.
HSL color Cylindrical-coordinate representation of color #061C92: hue angle of 230.57º 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 #061C92 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 28 | 146 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.43 |
| HSL | 230.57º | 0.92% | 0.3% | - |
| HSV(B) | 230.57º | 0.96% | 0.57% | - |
| XYZ | 5.68 | 2.94 | 27.46 | - |
| YUV | 34.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 146 | 0.96 | 0.81 | 0 | 0.43 | 230.57 | 0.92 | 0.3 |
| Hex | 6 | 1C | 92 | 60 | 51 | 0 | 2B | E7 | 5C | 1E |
| Octal | 6 | 34 | 222 | 140 | 121 | 0 | 53 | 347 | 134 | 36 |
| Binary | 110 | 11100 | 10010010 | 1100000 | 1010001 | 0 | 101011 | 11100111 | 1011100 | 11110 |
Color Harmonies of #061C92
Complementary color
Monochromatic Colors of #061C92
Black with #061C92
Text Example
Text Example
White with #061C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C92; }
p { color: rgb(6,28,146); }
H1.HeaderClassName
{
color: #061C92;
}
.AnyTagClassName
{
color: #061C92;
}
</style>
background-color css
<style>
a { background-color: #061C92; }
a { background-color: rgb(6,28,146); }
div.DivClassName
{
background-color: #061C92;
}
.BgClassName
{
background-color: #061C92;
}
</style>
border-color css
<style>
span { border-color: #061C92; }
span { border-color: rgb(6,28,146); }
td.TdClassName
{
border-color: #061C92;
}
.TagClassName
{
border-color: #061C92;
}
</style>