Shades of Ultramarine #06128D
Tints of Ultramarine #06128D
RGB
CMYK
RGB Variations
Color information
#06128D (or 0x06128D) is known color: Ultramarine. HEX triplet: 06, 12 and 8D. RGB value is (6,18,141). Sum of RGB (Red+Green+Blue) = 6+18+141=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #06128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128D is #F9ED72. Grayscale: #1B1B1B. Windows color (decimal): -16379251 or 9245190. OLE color: 9245190.
HSL color Cylindrical-coordinate representation of color #06128D: hue angle of 234.67º 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 #06128D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 18 | 141 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.45 |
| HSL | 234.67º | 0.92% | 0.29% | - |
| HSV(B) | 234.67º | 0.96% | 0.55% | - |
| XYZ | 5.1 | 2.39 | 25.39 | - |
| YUV | 28.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 141 | 0.96 | 0.87 | 0 | 0.45 | 234.67 | 0.92 | 0.29 |
| Hex | 6 | 12 | 8D | 60 | 57 | 0 | 2D | EB | 5C | 1D |
| Octal | 6 | 22 | 215 | 140 | 127 | 0 | 55 | 353 | 134 | 35 |
| Binary | 110 | 10010 | 10001101 | 1100000 | 1010111 | 0 | 101101 | 11101011 | 1011100 | 11101 |
Color Harmonies of #06128D
Complementary color
Monochromatic Colors of #06128D
Black with #06128D
Text Example
Text Example
White with #06128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06128D; }
p { color: rgb(6,18,141); }
H1.HeaderClassName
{
color: #06128D;
}
.AnyTagClassName
{
color: #06128D;
}
</style>
background-color css
<style>
a { background-color: #06128D; }
a { background-color: rgb(6,18,141); }
div.DivClassName
{
background-color: #06128D;
}
.BgClassName
{
background-color: #06128D;
}
</style>
border-color css
<style>
span { border-color: #06128D; }
span { border-color: rgb(6,18,141); }
td.TdClassName
{
border-color: #06128D;
}
.TagClassName
{
border-color: #06128D;
}
</style>