Shades of Ultramarine #06158B
Tints of Ultramarine #06158B
RGB
CMYK
RGB Variations
Color information
#06158B (or 0x06158B) is known color: Ultramarine. HEX triplet: 06, 15 and 8B. RGB value is (6,21,139). Sum of RGB (Red+Green+Blue) = 6+21+139=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #06158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06158B is #F9EA74. Grayscale: #1D1D1D. Windows color (decimal): -16378485 or 9114886. OLE color: 9114886.
HSL color Cylindrical-coordinate representation of color #06158B: hue angle of 233.23º 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 #06158B is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 21 | 139 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.45 |
| HSL | 233.23º | 0.92% | 0.28% | - |
| HSV(B) | 233.23º | 0.96% | 0.55% | - |
| XYZ | 5 | 2.44 | 24.63 | - |
| YUV | 29.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 139 | 0.96 | 0.85 | 0 | 0.45 | 233.23 | 0.92 | 0.28 |
| Hex | 6 | 15 | 8B | 60 | 55 | 0 | 2D | E9 | 5C | 1C |
| Octal | 6 | 25 | 213 | 140 | 125 | 0 | 55 | 351 | 134 | 34 |
| Binary | 110 | 10101 | 10001011 | 1100000 | 1010101 | 0 | 101101 | 11101001 | 1011100 | 11100 |
Color Harmonies of #06158B
Complementary color
Monochromatic Colors of #06158B
Black with #06158B
Text Example
Text Example
White with #06158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06158B; }
p { color: rgb(6,21,139); }
H1.HeaderClassName
{
color: #06158B;
}
.AnyTagClassName
{
color: #06158B;
}
</style>
background-color css
<style>
a { background-color: #06158B; }
a { background-color: rgb(6,21,139); }
div.DivClassName
{
background-color: #06158B;
}
.BgClassName
{
background-color: #06158B;
}
</style>
border-color css
<style>
span { border-color: #06158B; }
span { border-color: rgb(6,21,139); }
td.TdClassName
{
border-color: #06158B;
}
.TagClassName
{
border-color: #06158B;
}
</style>