Shades of Ultramarine #07198D
Tints of Ultramarine #07198D
RGB
CMYK
RGB Variations
Color information
#07198D (or 0x07198D) is known color: Ultramarine. HEX triplet: 07, 19 and 8D. RGB value is (7,25,141). Sum of RGB (Red+Green+Blue) = 7+25+141=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #07198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07198D is #F8E672. Grayscale: #202020. Windows color (decimal): -16311923 or 9246983. OLE color: 9246983.
HSL color Cylindrical-coordinate representation of color #07198D: hue angle of 231.94º degrees, saturation: 0.91, 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 #07198D is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 25 | 141 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.45 |
| HSL | 231.94º | 0.91% | 0.29% | - |
| HSV(B) | 231.94º | 0.95% | 0.55% | - |
| XYZ | 5.24 | 2.66 | 25.44 | - |
| YUV | 32.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 141 | 0.95 | 0.82 | 0 | 0.45 | 231.94 | 0.91 | 0.29 |
| Hex | 7 | 19 | 8D | 5F | 52 | 0 | 2D | E8 | 5B | 1D |
| Octal | 7 | 31 | 215 | 137 | 122 | 0 | 55 | 350 | 133 | 35 |
| Binary | 111 | 11001 | 10001101 | 1011111 | 1010010 | 0 | 101101 | 11101000 | 1011011 | 11101 |
Color Harmonies of #07198D
Complementary color
Monochromatic Colors of #07198D
Black with #07198D
Text Example
Text Example
White with #07198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07198D; }
p { color: rgb(7,25,141); }
H1.HeaderClassName
{
color: #07198D;
}
.AnyTagClassName
{
color: #07198D;
}
</style>
background-color css
<style>
a { background-color: #07198D; }
a { background-color: rgb(7,25,141); }
div.DivClassName
{
background-color: #07198D;
}
.BgClassName
{
background-color: #07198D;
}
</style>
border-color css
<style>
span { border-color: #07198D; }
span { border-color: rgb(7,25,141); }
td.TdClassName
{
border-color: #07198D;
}
.TagClassName
{
border-color: #07198D;
}
</style>