Shades of Ultramarine #061393
Tints of Ultramarine #061393
RGB
CMYK
RGB Variations
Color information
#061393 (or 0x061393) is known color: Ultramarine. HEX triplet: 06, 13 and 93. RGB value is (6,19,147). Sum of RGB (Red+Green+Blue) = 6+19+147=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #061393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061393 is #F9EC6C. Grayscale: #1D1D1D. Windows color (decimal): -16378989 or 9638662. OLE color: 9638662.
HSL color Cylindrical-coordinate representation of color #061393: hue angle of 234.47º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061393 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 19 | 147 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.42 |
| HSL | 234.47º | 0.92% | 0.3% | - |
| HSV(B) | 234.47º | 0.96% | 0.58% | - |
| XYZ | 5.57 | 2.61 | 27.81 | - |
| YUV | 29.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 147 | 0.96 | 0.87 | 0 | 0.42 | 234.47 | 0.92 | 0.3 |
| Hex | 6 | 13 | 93 | 60 | 57 | 0 | 2A | EA | 5C | 1E |
| Octal | 6 | 23 | 223 | 140 | 127 | 0 | 52 | 352 | 134 | 36 |
| Binary | 110 | 10011 | 10010011 | 1100000 | 1010111 | 0 | 101010 | 11101010 | 1011100 | 11110 |
Color Harmonies of #061393
Complementary color
Monochromatic Colors of #061393
Black with #061393
Text Example
Text Example
White with #061393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061393; }
p { color: rgb(6,19,147); }
H1.HeaderClassName
{
color: #061393;
}
.AnyTagClassName
{
color: #061393;
}
</style>
background-color css
<style>
a { background-color: #061393; }
a { background-color: rgb(6,19,147); }
div.DivClassName
{
background-color: #061393;
}
.BgClassName
{
background-color: #061393;
}
</style>
border-color css
<style>
span { border-color: #061393; }
span { border-color: rgb(6,19,147); }
td.TdClassName
{
border-color: #061393;
}
.TagClassName
{
border-color: #061393;
}
</style>