Shades of Ultramarine #07178B
Tints of Ultramarine #07178B
RGB
CMYK
RGB Variations
Color information
#07178B (or 0x07178B) is known color: Ultramarine. HEX triplet: 07, 17 and 8B. RGB value is (7,23,139). Sum of RGB (Red+Green+Blue) = 7+23+139=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #07178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07178B is #F8E874. Grayscale: #1E1E1E. Windows color (decimal): -16312437 or 9115399. OLE color: 9115399.
HSL color Cylindrical-coordinate representation of color #07178B: hue angle of 232.73º 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 #07178B is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 23 | 139 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.45 |
| HSL | 232.73º | 0.9% | 0.29% | - |
| HSV(B) | 232.73º | 0.95% | 0.55% | - |
| XYZ | 5.05 | 2.52 | 24.65 | - |
| YUV | 31.44 | 188.7 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 139 | 0.95 | 0.83 | 0 | 0.45 | 232.73 | 0.9 | 0.29 |
| Hex | 7 | 17 | 8B | 5F | 53 | 0 | 2D | E9 | 5A | 1D |
| Octal | 7 | 27 | 213 | 137 | 123 | 0 | 55 | 351 | 132 | 35 |
| Binary | 111 | 10111 | 10001011 | 1011111 | 1010011 | 0 | 101101 | 11101001 | 1011010 | 11101 |
Color Harmonies of #07178B
Complementary color
Monochromatic Colors of #07178B
Black with #07178B
Text Example
Text Example
White with #07178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07178B; }
p { color: rgb(7,23,139); }
H1.HeaderClassName
{
color: #07178B;
}
.AnyTagClassName
{
color: #07178B;
}
</style>
background-color css
<style>
a { background-color: #07178B; }
a { background-color: rgb(7,23,139); }
div.DivClassName
{
background-color: #07178B;
}
.BgClassName
{
background-color: #07178B;
}
</style>
border-color css
<style>
span { border-color: #07178B; }
span { border-color: rgb(7,23,139); }
td.TdClassName
{
border-color: #07178B;
}
.TagClassName
{
border-color: #07178B;
}
</style>