Shades of Ultramarine #06128B
Tints of Ultramarine #06128B
RGB
CMYK
RGB Variations
Color information
#06128B (or 0x06128B) is known color: Ultramarine. HEX triplet: 06, 12 and 8B. RGB value is (6,18,139). Sum of RGB (Red+Green+Blue) = 6+18+139=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #06128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128B is #F9ED74. Grayscale: #1B1B1B. Windows color (decimal): -16379253 or 9114118. OLE color: 9114118.
HSL color Cylindrical-coordinate representation of color #06128B: hue angle of 234.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06128B is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 18 | 139 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.45 |
| HSL | 234.59º | 0.92% | 0.28% | - |
| HSV(B) | 234.59º | 0.96% | 0.55% | - |
| XYZ | 4.95 | 2.34 | 24.62 | - |
| YUV | 28.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 139 | 0.96 | 0.87 | 0 | 0.45 | 234.59 | 0.92 | 0.28 |
| Hex | 6 | 12 | 8B | 60 | 57 | 0 | 2D | EB | 5C | 1C |
| Octal | 6 | 22 | 213 | 140 | 127 | 0 | 55 | 353 | 134 | 34 |
| Binary | 110 | 10010 | 10001011 | 1100000 | 1010111 | 0 | 101101 | 11101011 | 1011100 | 11100 |
Color Harmonies of #06128B
Complementary color
Monochromatic Colors of #06128B
Black with #06128B
Text Example
Text Example
White with #06128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06128B; }
p { color: rgb(6,18,139); }
H1.HeaderClassName
{
color: #06128B;
}
.AnyTagClassName
{
color: #06128B;
}
</style>
background-color css
<style>
a { background-color: #06128B; }
a { background-color: rgb(6,18,139); }
div.DivClassName
{
background-color: #06128B;
}
.BgClassName
{
background-color: #06128B;
}
</style>
border-color css
<style>
span { border-color: #06128B; }
span { border-color: rgb(6,18,139); }
td.TdClassName
{
border-color: #06128B;
}
.TagClassName
{
border-color: #06128B;
}
</style>