Shades of Ultramarine #06118C
Tints of Ultramarine #06118C
RGB
CMYK
RGB Variations
Color information
#06118C (or 0x06118C) is known color: Ultramarine. HEX triplet: 06, 11 and 8C. RGB value is (6,17,140). Sum of RGB (Red+Green+Blue) = 6+17+140=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #06118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06118C is #F9EE73. Grayscale: #1B1B1B. Windows color (decimal): -16379508 or 9179398. OLE color: 9179398.
HSL color Cylindrical-coordinate representation of color #06118C: hue angle of 235.07º 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 #06118C is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 17 | 140 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.45 |
| HSL | 235.07º | 0.92% | 0.29% | - |
| HSV(B) | 235.07º | 0.96% | 0.55% | - |
| XYZ | 5.01 | 2.33 | 25 | - |
| YUV | 27.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 140 | 0.96 | 0.88 | 0 | 0.45 | 235.07 | 0.92 | 0.29 |
| Hex | 6 | 11 | 8C | 60 | 58 | 0 | 2D | EB | 5C | 1D |
| Octal | 6 | 21 | 214 | 140 | 130 | 0 | 55 | 353 | 134 | 35 |
| Binary | 110 | 10001 | 10001100 | 1100000 | 1011000 | 0 | 101101 | 11101011 | 1011100 | 11101 |
Color Harmonies of #06118C
Complementary color
Monochromatic Colors of #06118C
Black with #06118C
Text Example
Text Example
White with #06118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06118C; }
p { color: rgb(6,17,140); }
H1.HeaderClassName
{
color: #06118C;
}
.AnyTagClassName
{
color: #06118C;
}
</style>
background-color css
<style>
a { background-color: #06118C; }
a { background-color: rgb(6,17,140); }
div.DivClassName
{
background-color: #06118C;
}
.BgClassName
{
background-color: #06118C;
}
</style>
border-color css
<style>
span { border-color: #06118C; }
span { border-color: rgb(6,17,140); }
td.TdClassName
{
border-color: #06118C;
}
.TagClassName
{
border-color: #06118C;
}
</style>