Shades of Ultramarine #07158A
Tints of Ultramarine #07158A
RGB
CMYK
RGB Variations
Color information
#07158A (or 0x07158A) is known color: Ultramarine. HEX triplet: 07, 15 and 8A. RGB value is (7,21,138). Sum of RGB (Red+Green+Blue) = 7+21+138=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #07158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07158A is #F8EA75. Grayscale: #1D1D1D. Windows color (decimal): -16312950 or 9049351. OLE color: 9049351.
HSL color Cylindrical-coordinate representation of color #07158A: hue angle of 233.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07158A is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 21 | 138 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.46 |
| HSL | 233.59º | 0.9% | 0.28% | - |
| HSV(B) | 233.59º | 0.95% | 0.54% | - |
| XYZ | 4.94 | 2.42 | 24.25 | - |
| YUV | 30.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 138 | 0.95 | 0.85 | 0 | 0.46 | 233.59 | 0.9 | 0.28 |
| Hex | 7 | 15 | 8A | 5F | 55 | 0 | 2E | EA | 5A | 1C |
| Octal | 7 | 25 | 212 | 137 | 125 | 0 | 56 | 352 | 132 | 34 |
| Binary | 111 | 10101 | 10001010 | 1011111 | 1010101 | 0 | 101110 | 11101010 | 1011010 | 11100 |
Color Harmonies of #07158A
Complementary color
Monochromatic Colors of #07158A
Black with #07158A
Text Example
Text Example
White with #07158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07158A; }
p { color: rgb(7,21,138); }
H1.HeaderClassName
{
color: #07158A;
}
.AnyTagClassName
{
color: #07158A;
}
</style>
background-color css
<style>
a { background-color: #07158A; }
a { background-color: rgb(7,21,138); }
div.DivClassName
{
background-color: #07158A;
}
.BgClassName
{
background-color: #07158A;
}
</style>
border-color css
<style>
span { border-color: #07158A; }
span { border-color: rgb(7,21,138); }
td.TdClassName
{
border-color: #07158A;
}
.TagClassName
{
border-color: #07158A;
}
</style>