Shades of Ultramarine #061B97
Tints of Ultramarine #061B97
RGB
CMYK
RGB Variations
Color information
#061B97 (or 0x061B97) is known color: Ultramarine. HEX triplet: 06, 1B and 97. RGB value is (6,27,151). Sum of RGB (Red+Green+Blue) = 6+27+151=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #061B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B97 is #F9E468. Grayscale: #222222. Windows color (decimal): -16376937 or 9902854. OLE color: 9902854.
HSL color Cylindrical-coordinate representation of color #061B97: hue angle of 231.31º 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 #061B97 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 27 | 151 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.41 |
| HSL | 231.31º | 0.92% | 0.31% | - |
| HSV(B) | 231.31º | 0.96% | 0.59% | - |
| XYZ | 6.05 | 3.06 | 29.55 | - |
| YUV | 34.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 151 | 0.96 | 0.82 | 0 | 0.41 | 231.31 | 0.92 | 0.31 |
| Hex | 6 | 1B | 97 | 60 | 52 | 0 | 29 | E7 | 5C | 1F |
| Octal | 6 | 33 | 227 | 140 | 122 | 0 | 51 | 347 | 134 | 37 |
| Binary | 110 | 11011 | 10010111 | 1100000 | 1010010 | 0 | 101001 | 11100111 | 1011100 | 11111 |
Color Harmonies of #061B97
Complementary color
Monochromatic Colors of #061B97
Black with #061B97
Text Example
Text Example
White with #061B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B97; }
p { color: rgb(6,27,151); }
H1.HeaderClassName
{
color: #061B97;
}
.AnyTagClassName
{
color: #061B97;
}
</style>
background-color css
<style>
a { background-color: #061B97; }
a { background-color: rgb(6,27,151); }
div.DivClassName
{
background-color: #061B97;
}
.BgClassName
{
background-color: #061B97;
}
</style>
border-color css
<style>
span { border-color: #061B97; }
span { border-color: rgb(6,27,151); }
td.TdClassName
{
border-color: #061B97;
}
.TagClassName
{
border-color: #061B97;
}
</style>