Shades of Ultramarine #061397
Tints of Ultramarine #061397
RGB
CMYK
RGB Variations
Color information
#061397 (or 0x061397) is known color: Ultramarine. HEX triplet: 06, 13 and 97. RGB value is (6,19,151). Sum of RGB (Red+Green+Blue) = 6+19+151=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #061397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061397 is #F9EC68. Grayscale: #1D1D1D. Windows color (decimal): -16378985 or 9900806. OLE color: 9900806.
HSL color Cylindrical-coordinate representation of color #061397: hue angle of 234.62º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061397 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 19 | 151 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.41 |
| HSL | 234.62º | 0.92% | 0.31% | - |
| HSV(B) | 234.62º | 0.96% | 0.59% | - |
| XYZ | 5.89 | 2.74 | 29.5 | - |
| YUV | 30.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 151 | 0.96 | 0.87 | 0 | 0.41 | 234.62 | 0.92 | 0.31 |
| Hex | 6 | 13 | 97 | 60 | 57 | 0 | 29 | EB | 5C | 1F |
| Octal | 6 | 23 | 227 | 140 | 127 | 0 | 51 | 353 | 134 | 37 |
| Binary | 110 | 10011 | 10010111 | 1100000 | 1010111 | 0 | 101001 | 11101011 | 1011100 | 11111 |
Color Harmonies of #061397
Complementary color
Monochromatic Colors of #061397
Black with #061397
Text Example
Text Example
White with #061397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061397; }
p { color: rgb(6,19,151); }
H1.HeaderClassName
{
color: #061397;
}
.AnyTagClassName
{
color: #061397;
}
</style>
background-color css
<style>
a { background-color: #061397; }
a { background-color: rgb(6,19,151); }
div.DivClassName
{
background-color: #061397;
}
.BgClassName
{
background-color: #061397;
}
</style>
border-color css
<style>
span { border-color: #061397; }
span { border-color: rgb(6,19,151); }
td.TdClassName
{
border-color: #061397;
}
.TagClassName
{
border-color: #061397;
}
</style>