Shades of Ultramarine #07179B
Tints of Ultramarine #07179B
RGB
CMYK
RGB Variations
Color information
#07179B (or 0x07179B) is known color: Ultramarine. HEX triplet: 07, 17 and 9B. RGB value is (7,23,155). Sum of RGB (Red+Green+Blue) = 7+23+155=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #07179B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07179B is #F8E864. Grayscale: #202020. Windows color (decimal): -16312421 or 10163975. OLE color: 10163975.
HSL color Cylindrical-coordinate representation of color #07179B: hue angle of 233.51º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07179B is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 23 | 155 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.39 |
| HSL | 233.51º | 0.91% | 0.32% | - |
| HSV(B) | 233.51º | 0.95% | 0.61% | - |
| XYZ | 6.31 | 3.02 | 31.26 | - |
| YUV | 33.26 | 196.7 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 155 | 0.95 | 0.85 | 0 | 0.39 | 233.51 | 0.91 | 0.32 |
| Hex | 7 | 17 | 9B | 5F | 55 | 0 | 27 | EA | 5B | 20 |
| Octal | 7 | 27 | 233 | 137 | 125 | 0 | 47 | 352 | 133 | 40 |
| Binary | 111 | 10111 | 10011011 | 1011111 | 1010101 | 0 | 100111 | 11101010 | 1011011 | 100000 |
Color Harmonies of #07179B
Complementary color
Monochromatic Colors of #07179B
Black with #07179B
Text Example
Text Example
White with #07179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07179B; }
p { color: rgb(7,23,155); }
H1.HeaderClassName
{
color: #07179B;
}
.AnyTagClassName
{
color: #07179B;
}
</style>
background-color css
<style>
a { background-color: #07179B; }
a { background-color: rgb(7,23,155); }
div.DivClassName
{
background-color: #07179B;
}
.BgClassName
{
background-color: #07179B;
}
</style>
border-color css
<style>
span { border-color: #07179B; }
span { border-color: rgb(7,23,155); }
td.TdClassName
{
border-color: #07179B;
}
.TagClassName
{
border-color: #07179B;
}
</style>