Shades of Ultramarine #07138B
Tints of Ultramarine #07138B
RGB
CMYK
RGB Variations
Color information
#07138B (or 0x07138B) is known color: Ultramarine. HEX triplet: 07, 13 and 8B. RGB value is (7,19,139). Sum of RGB (Red+Green+Blue) = 7+19+139=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #07138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07138B is #F8EC74. Grayscale: #1C1C1C. Windows color (decimal): -16313461 or 9114375. OLE color: 9114375.
HSL color Cylindrical-coordinate representation of color #07138B: hue angle of 234.55º 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 #07138B is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 19 | 139 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.45 |
| HSL | 234.55º | 0.9% | 0.29% | - |
| HSV(B) | 234.55º | 0.95% | 0.55% | - |
| XYZ | 4.98 | 2.37 | 24.62 | - |
| YUV | 29.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 139 | 0.95 | 0.86 | 0 | 0.45 | 234.55 | 0.9 | 0.29 |
| Hex | 7 | 13 | 8B | 5F | 56 | 0 | 2D | EB | 5A | 1D |
| Octal | 7 | 23 | 213 | 137 | 126 | 0 | 55 | 353 | 132 | 35 |
| Binary | 111 | 10011 | 10001011 | 1011111 | 1010110 | 0 | 101101 | 11101011 | 1011010 | 11101 |
Color Harmonies of #07138B
Complementary color
Monochromatic Colors of #07138B
Black with #07138B
Text Example
Text Example
White with #07138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07138B; }
p { color: rgb(7,19,139); }
H1.HeaderClassName
{
color: #07138B;
}
.AnyTagClassName
{
color: #07138B;
}
</style>
background-color css
<style>
a { background-color: #07138B; }
a { background-color: rgb(7,19,139); }
div.DivClassName
{
background-color: #07138B;
}
.BgClassName
{
background-color: #07138B;
}
</style>
border-color css
<style>
span { border-color: #07138B; }
span { border-color: rgb(7,19,139); }
td.TdClassName
{
border-color: #07138B;
}
.TagClassName
{
border-color: #07138B;
}
</style>