Shades of Ultramarine #07198B
Tints of Ultramarine #07198B
RGB
CMYK
RGB Variations
Color information
#07198B (or 0x07198B) is known color: Ultramarine. HEX triplet: 07, 19 and 8B. RGB value is (7,25,139). Sum of RGB (Red+Green+Blue) = 7+25+139=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #07198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07198B is #F8E674. Grayscale: #202020. Windows color (decimal): -16311925 or 9115911. OLE color: 9115911.
HSL color Cylindrical-coordinate representation of color #07198B: hue angle of 231.82º 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 #07198B is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 25 | 139 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.45 |
| HSL | 231.82º | 0.9% | 0.29% | - |
| HSV(B) | 231.82º | 0.95% | 0.55% | - |
| XYZ | 5.1 | 2.6 | 24.66 | - |
| YUV | 32.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 139 | 0.95 | 0.82 | 0 | 0.45 | 231.82 | 0.9 | 0.29 |
| Hex | 7 | 19 | 8B | 5F | 52 | 0 | 2D | E8 | 5A | 1D |
| Octal | 7 | 31 | 213 | 137 | 122 | 0 | 55 | 350 | 132 | 35 |
| Binary | 111 | 11001 | 10001011 | 1011111 | 1010010 | 0 | 101101 | 11101000 | 1011010 | 11101 |
Color Harmonies of #07198B
Complementary color
Monochromatic Colors of #07198B
Black with #07198B
Text Example
Text Example
White with #07198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07198B; }
p { color: rgb(7,25,139); }
H1.HeaderClassName
{
color: #07198B;
}
.AnyTagClassName
{
color: #07198B;
}
</style>
background-color css
<style>
a { background-color: #07198B; }
a { background-color: rgb(7,25,139); }
div.DivClassName
{
background-color: #07198B;
}
.BgClassName
{
background-color: #07198B;
}
</style>
border-color css
<style>
span { border-color: #07198B; }
span { border-color: rgb(7,25,139); }
td.TdClassName
{
border-color: #07198B;
}
.TagClassName
{
border-color: #07198B;
}
</style>