Shades of Ultramarine #07168F
Tints of Ultramarine #07168F
RGB
CMYK
RGB Variations
Color information
#07168F (or 0x07168F) is known color: Ultramarine. HEX triplet: 07, 16 and 8F. RGB value is (7,22,143). Sum of RGB (Red+Green+Blue) = 7+22+143=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #07168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07168F is #F8E970. Grayscale: #1E1E1E. Windows color (decimal): -16312689 or 9377287. OLE color: 9377287.
HSL color Cylindrical-coordinate representation of color #07168F: hue angle of 233.38º 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 #07168F is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 22 | 143 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.44 |
| HSL | 233.38º | 0.91% | 0.29% | - |
| HSV(B) | 233.38º | 0.95% | 0.56% | - |
| XYZ | 5.33 | 2.6 | 26.21 | - |
| YUV | 31.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 143 | 0.95 | 0.85 | 0 | 0.44 | 233.38 | 0.91 | 0.29 |
| Hex | 7 | 16 | 8F | 5F | 55 | 0 | 2C | E9 | 5B | 1D |
| Octal | 7 | 26 | 217 | 137 | 125 | 0 | 54 | 351 | 133 | 35 |
| Binary | 111 | 10110 | 10001111 | 1011111 | 1010101 | 0 | 101100 | 11101001 | 1011011 | 11101 |
Color Harmonies of #07168F
Complementary color
Monochromatic Colors of #07168F
Black with #07168F
Text Example
Text Example
White with #07168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07168F; }
p { color: rgb(7,22,143); }
H1.HeaderClassName
{
color: #07168F;
}
.AnyTagClassName
{
color: #07168F;
}
</style>
background-color css
<style>
a { background-color: #07168F; }
a { background-color: rgb(7,22,143); }
div.DivClassName
{
background-color: #07168F;
}
.BgClassName
{
background-color: #07168F;
}
</style>
border-color css
<style>
span { border-color: #07168F; }
span { border-color: rgb(7,22,143); }
td.TdClassName
{
border-color: #07168F;
}
.TagClassName
{
border-color: #07168F;
}
</style>