Shades of Ultramarine #06128A
Tints of Ultramarine #06128A
RGB
CMYK
RGB Variations
Color information
#06128A (or 0x06128A) is known color: Ultramarine. HEX triplet: 06, 12 and 8A. RGB value is (6,18,138). Sum of RGB (Red+Green+Blue) = 6+18+138=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #06128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128A is #F9ED75. Grayscale: #1B1B1B. Windows color (decimal): -16379254 or 9048582. OLE color: 9048582.
HSL color Cylindrical-coordinate representation of color #06128A: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06128A is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 18 | 138 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.46 |
| HSL | 234.55º | 0.92% | 0.28% | - |
| HSV(B) | 234.55º | 0.96% | 0.54% | - |
| XYZ | 4.88 | 2.31 | 24.23 | - |
| YUV | 28.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 138 | 0.96 | 0.87 | 0 | 0.46 | 234.55 | 0.92 | 0.28 |
| Hex | 6 | 12 | 8A | 60 | 57 | 0 | 2E | EB | 5C | 1C |
| Octal | 6 | 22 | 212 | 140 | 127 | 0 | 56 | 353 | 134 | 34 |
| Binary | 110 | 10010 | 10001010 | 1100000 | 1010111 | 0 | 101110 | 11101011 | 1011100 | 11100 |
Color Harmonies of #06128A
Complementary color
Monochromatic Colors of #06128A
Black with #06128A
Text Example
Text Example
White with #06128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06128A; }
p { color: rgb(6,18,138); }
H1.HeaderClassName
{
color: #06128A;
}
.AnyTagClassName
{
color: #06128A;
}
</style>
background-color css
<style>
a { background-color: #06128A; }
a { background-color: rgb(6,18,138); }
div.DivClassName
{
background-color: #06128A;
}
.BgClassName
{
background-color: #06128A;
}
</style>
border-color css
<style>
span { border-color: #06128A; }
span { border-color: rgb(6,18,138); }
td.TdClassName
{
border-color: #06128A;
}
.TagClassName
{
border-color: #06128A;
}
</style>