Shades of Ultramarine #07108B
Tints of Ultramarine #07108B
RGB
CMYK
RGB Variations
Color information
#07108B (or 0x07108B) is known color: Ultramarine. HEX triplet: 07, 10 and 8B. RGB value is (7,16,139). Sum of RGB (Red+Green+Blue) = 7+16+139=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #07108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07108B is #F8EF74. Grayscale: #1A1A1A. Windows color (decimal): -16314229 or 9113607. OLE color: 9113607.
HSL color Cylindrical-coordinate representation of color #07108B: hue angle of 235.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07108B is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 16 | 139 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.45 |
| HSL | 235.91º | 0.9% | 0.29% | - |
| HSV(B) | 235.91º | 0.95% | 0.55% | - |
| XYZ | 4.93 | 2.28 | 24.61 | - |
| YUV | 27.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 139 | 0.95 | 0.88 | 0 | 0.45 | 235.91 | 0.9 | 0.29 |
| Hex | 7 | 10 | 8B | 5F | 58 | 0 | 2D | EC | 5A | 1D |
| Octal | 7 | 20 | 213 | 137 | 130 | 0 | 55 | 354 | 132 | 35 |
| Binary | 111 | 10000 | 10001011 | 1011111 | 1011000 | 0 | 101101 | 11101100 | 1011010 | 11101 |
Color Harmonies of #07108B
Complementary color
Monochromatic Colors of #07108B
Black with #07108B
Text Example
Text Example
White with #07108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07108B; }
p { color: rgb(7,16,139); }
H1.HeaderClassName
{
color: #07108B;
}
.AnyTagClassName
{
color: #07108B;
}
</style>
background-color css
<style>
a { background-color: #07108B; }
a { background-color: rgb(7,16,139); }
div.DivClassName
{
background-color: #07108B;
}
.BgClassName
{
background-color: #07108B;
}
</style>
border-color css
<style>
span { border-color: #07108B; }
span { border-color: rgb(7,16,139); }
td.TdClassName
{
border-color: #07108B;
}
.TagClassName
{
border-color: #07108B;
}
</style>