Shades of Ultramarine #06188D
Tints of Ultramarine #06188D
RGB
CMYK
RGB Variations
Color information
#06188D (or 0x06188D) is known color: Ultramarine. HEX triplet: 06, 18 and 8D. RGB value is (6,24,141). Sum of RGB (Red+Green+Blue) = 6+24+141=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #06188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06188D is #F9E772. Grayscale: #1F1F1F. Windows color (decimal): -16377715 or 9246726. OLE color: 9246726.
HSL color Cylindrical-coordinate representation of color #06188D: hue angle of 232º 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 #06188D is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 24 | 141 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.45 |
| HSL | 232º | 0.92% | 0.29% | - |
| HSV(B) | 232º | 0.96% | 0.55% | - |
| XYZ | 5.21 | 2.62 | 25.43 | - |
| YUV | 31.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 141 | 0.96 | 0.83 | 0 | 0.45 | 232 | 0.92 | 0.29 |
| Hex | 6 | 18 | 8D | 60 | 53 | 0 | 2D | E8 | 5C | 1D |
| Octal | 6 | 30 | 215 | 140 | 123 | 0 | 55 | 350 | 134 | 35 |
| Binary | 110 | 11000 | 10001101 | 1100000 | 1010011 | 0 | 101101 | 11101000 | 1011100 | 11101 |
Color Harmonies of #06188D
Complementary color
Monochromatic Colors of #06188D
Black with #06188D
Text Example
Text Example
White with #06188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06188D; }
p { color: rgb(6,24,141); }
H1.HeaderClassName
{
color: #06188D;
}
.AnyTagClassName
{
color: #06188D;
}
</style>
background-color css
<style>
a { background-color: #06188D; }
a { background-color: rgb(6,24,141); }
div.DivClassName
{
background-color: #06188D;
}
.BgClassName
{
background-color: #06188D;
}
</style>
border-color css
<style>
span { border-color: #06188D; }
span { border-color: rgb(6,24,141); }
td.TdClassName
{
border-color: #06188D;
}
.TagClassName
{
border-color: #06188D;
}
</style>