Shades of Ultramarine #06178D
Tints of Ultramarine #06178D
RGB
CMYK
RGB Variations
Color information
#06178D (or 0x06178D) is known color: Ultramarine. HEX triplet: 06, 17 and 8D. RGB value is (6,23,141). Sum of RGB (Red+Green+Blue) = 6+23+141=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #06178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06178D is #F9E872. Grayscale: #1E1E1E. Windows color (decimal): -16377971 or 9246470. OLE color: 9246470.
HSL color Cylindrical-coordinate representation of color #06178D: hue angle of 232.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06178D is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 23 | 141 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.45 |
| HSL | 232.44º | 0.92% | 0.29% | - |
| HSV(B) | 232.44º | 0.96% | 0.55% | - |
| XYZ | 5.19 | 2.57 | 25.42 | - |
| YUV | 31.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 141 | 0.96 | 0.84 | 0 | 0.45 | 232.44 | 0.92 | 0.29 |
| Hex | 6 | 17 | 8D | 60 | 54 | 0 | 2D | E8 | 5C | 1D |
| Octal | 6 | 27 | 215 | 140 | 124 | 0 | 55 | 350 | 134 | 35 |
| Binary | 110 | 10111 | 10001101 | 1100000 | 1010100 | 0 | 101101 | 11101000 | 1011100 | 11101 |
Color Harmonies of #06178D
Complementary color
Monochromatic Colors of #06178D
Black with #06178D
Text Example
Text Example
White with #06178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06178D; }
p { color: rgb(6,23,141); }
H1.HeaderClassName
{
color: #06178D;
}
.AnyTagClassName
{
color: #06178D;
}
</style>
background-color css
<style>
a { background-color: #06178D; }
a { background-color: rgb(6,23,141); }
div.DivClassName
{
background-color: #06178D;
}
.BgClassName
{
background-color: #06178D;
}
</style>
border-color css
<style>
span { border-color: #06178D; }
span { border-color: rgb(6,23,141); }
td.TdClassName
{
border-color: #06178D;
}
.TagClassName
{
border-color: #06178D;
}
</style>