Shades of Ultramarine #07198F
Tints of Ultramarine #07198F
RGB
CMYK
RGB Variations
Color information
#07198F (or 0x07198F) is known color: Ultramarine. HEX triplet: 07, 19 and 8F. RGB value is (7,25,143). Sum of RGB (Red+Green+Blue) = 7+25+143=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #07198F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07198F is #F8E670. Grayscale: #202020. Windows color (decimal): -16311921 or 9378055. OLE color: 9378055.
HSL color Cylindrical-coordinate representation of color #07198F: hue angle of 232.06º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07198F is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 25 | 143 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.44 |
| HSL | 232.06º | 0.91% | 0.29% | - |
| HSV(B) | 232.06º | 0.95% | 0.56% | - |
| XYZ | 5.39 | 2.72 | 26.23 | - |
| YUV | 33.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 143 | 0.95 | 0.83 | 0 | 0.44 | 232.06 | 0.91 | 0.29 |
| Hex | 7 | 19 | 8F | 5F | 53 | 0 | 2C | E8 | 5B | 1D |
| Octal | 7 | 31 | 217 | 137 | 123 | 0 | 54 | 350 | 133 | 35 |
| Binary | 111 | 11001 | 10001111 | 1011111 | 1010011 | 0 | 101100 | 11101000 | 1011011 | 11101 |
Color Harmonies of #07198F
Complementary color
Monochromatic Colors of #07198F
Black with #07198F
Text Example
Text Example
White with #07198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07198F; }
p { color: rgb(7,25,143); }
H1.HeaderClassName
{
color: #07198F;
}
.AnyTagClassName
{
color: #07198F;
}
</style>
background-color css
<style>
a { background-color: #07198F; }
a { background-color: rgb(7,25,143); }
div.DivClassName
{
background-color: #07198F;
}
.BgClassName
{
background-color: #07198F;
}
</style>
border-color css
<style>
span { border-color: #07198F; }
span { border-color: rgb(7,25,143); }
td.TdClassName
{
border-color: #07198F;
}
.TagClassName
{
border-color: #07198F;
}
</style>