Shades of Ultramarine #061497
Tints of Ultramarine #061497
RGB
CMYK
RGB Variations
Color information
#061497 (or 0x061497) is known color: Ultramarine. HEX triplet: 06, 14 and 97. RGB value is (6,20,151). Sum of RGB (Red+Green+Blue) = 6+20+151=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #061497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061497 is #F9EB68. Grayscale: #1E1E1E. Windows color (decimal): -16378729 or 9901062. OLE color: 9901062.
HSL color Cylindrical-coordinate representation of color #061497: hue angle of 234.21º 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 #061497 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 20 | 151 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.41 |
| HSL | 234.21º | 0.92% | 0.31% | - |
| HSV(B) | 234.21º | 0.96% | 0.59% | - |
| XYZ | 5.91 | 2.77 | 29.5 | - |
| YUV | 30.75 | 195.86 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 151 | 0.96 | 0.87 | 0 | 0.41 | 234.21 | 0.92 | 0.31 |
| Hex | 6 | 14 | 97 | 60 | 57 | 0 | 29 | EA | 5C | 1F |
| Octal | 6 | 24 | 227 | 140 | 127 | 0 | 51 | 352 | 134 | 37 |
| Binary | 110 | 10100 | 10010111 | 1100000 | 1010111 | 0 | 101001 | 11101010 | 1011100 | 11111 |
Color Harmonies of #061497
Complementary color
Monochromatic Colors of #061497
Black with #061497
Text Example
Text Example
White with #061497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061497; }
p { color: rgb(6,20,151); }
H1.HeaderClassName
{
color: #061497;
}
.AnyTagClassName
{
color: #061497;
}
</style>
background-color css
<style>
a { background-color: #061497; }
a { background-color: rgb(6,20,151); }
div.DivClassName
{
background-color: #061497;
}
.BgClassName
{
background-color: #061497;
}
</style>
border-color css
<style>
span { border-color: #061497; }
span { border-color: rgb(6,20,151); }
td.TdClassName
{
border-color: #061497;
}
.TagClassName
{
border-color: #061497;
}
</style>