Shades of Ultramarine #061390
Tints of Ultramarine #061390
RGB
CMYK
RGB Variations
Color information
#061390 (or 0x061390) is known color: Ultramarine. HEX triplet: 06, 13 and 90. RGB value is (6,19,144). Sum of RGB (Red+Green+Blue) = 6+19+144=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #061390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061390 is #F9EC6F. Grayscale: #1C1C1C. Windows color (decimal): -16378992 or 9442054. OLE color: 9442054.
HSL color Cylindrical-coordinate representation of color #061390: hue angle of 234.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061390 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 19 | 144 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.44 |
| HSL | 234.35º | 0.92% | 0.29% | - |
| HSV(B) | 234.35º | 0.96% | 0.56% | - |
| XYZ | 5.34 | 2.52 | 26.59 | - |
| YUV | 29.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 144 | 0.96 | 0.87 | 0 | 0.44 | 234.35 | 0.92 | 0.29 |
| Hex | 6 | 13 | 90 | 60 | 57 | 0 | 2C | EA | 5C | 1D |
| Octal | 6 | 23 | 220 | 140 | 127 | 0 | 54 | 352 | 134 | 35 |
| Binary | 110 | 10011 | 10010000 | 1100000 | 1010111 | 0 | 101100 | 11101010 | 1011100 | 11101 |
Color Harmonies of #061390
Complementary color
Monochromatic Colors of #061390
Black with #061390
Text Example
Text Example
White with #061390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061390; }
p { color: rgb(6,19,144); }
H1.HeaderClassName
{
color: #061390;
}
.AnyTagClassName
{
color: #061390;
}
</style>
background-color css
<style>
a { background-color: #061390; }
a { background-color: rgb(6,19,144); }
div.DivClassName
{
background-color: #061390;
}
.BgClassName
{
background-color: #061390;
}
</style>
border-color css
<style>
span { border-color: #061390; }
span { border-color: rgb(6,19,144); }
td.TdClassName
{
border-color: #061390;
}
.TagClassName
{
border-color: #061390;
}
</style>