Shades of Ultramarine #06138D
Tints of Ultramarine #06138D
RGB
CMYK
RGB Variations
Color information
#06138D (or 0x06138D) is known color: Ultramarine. HEX triplet: 06, 13 and 8D. RGB value is (6,19,141). Sum of RGB (Red+Green+Blue) = 6+19+141=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #06138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06138D is #F9EC72. Grayscale: #1C1C1C. Windows color (decimal): -16378995 or 9245446. OLE color: 9245446.
HSL color Cylindrical-coordinate representation of color #06138D: hue angle of 234.22º 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 #06138D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 19 | 141 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.45 |
| HSL | 234.22º | 0.92% | 0.29% | - |
| HSV(B) | 234.22º | 0.96% | 0.55% | - |
| XYZ | 5.12 | 2.43 | 25.4 | - |
| YUV | 29.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 141 | 0.96 | 0.87 | 0 | 0.45 | 234.22 | 0.92 | 0.29 |
| Hex | 6 | 13 | 8D | 60 | 57 | 0 | 2D | EA | 5C | 1D |
| Octal | 6 | 23 | 215 | 140 | 127 | 0 | 55 | 352 | 134 | 35 |
| Binary | 110 | 10011 | 10001101 | 1100000 | 1010111 | 0 | 101101 | 11101010 | 1011100 | 11101 |
Color Harmonies of #06138D
Complementary color
Monochromatic Colors of #06138D
Black with #06138D
Text Example
Text Example
White with #06138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06138D; }
p { color: rgb(6,19,141); }
H1.HeaderClassName
{
color: #06138D;
}
.AnyTagClassName
{
color: #06138D;
}
</style>
background-color css
<style>
a { background-color: #06138D; }
a { background-color: rgb(6,19,141); }
div.DivClassName
{
background-color: #06138D;
}
.BgClassName
{
background-color: #06138D;
}
</style>
border-color css
<style>
span { border-color: #06138D; }
span { border-color: rgb(6,19,141); }
td.TdClassName
{
border-color: #06138D;
}
.TagClassName
{
border-color: #06138D;
}
</style>