Shades of Ultramarine #071C8D
Tints of Ultramarine #071C8D
RGB
CMYK
RGB Variations
Color information
#071C8D (or 0x071C8D) is known color: Ultramarine. HEX triplet: 07, 1C and 8D. RGB value is (7,28,141). Sum of RGB (Red+Green+Blue) = 7+28+141=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #071C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071C8D is #F8E372. Grayscale: #222222. Windows color (decimal): -16311155 or 9247751. OLE color: 9247751.
HSL color Cylindrical-coordinate representation of color #071C8D: hue angle of 230.6º degrees, saturation: 0.91, 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 #071C8D is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 28 | 141 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.45 |
| HSL | 230.6º | 0.91% | 0.29% | - |
| HSV(B) | 230.6º | 0.95% | 0.55% | - |
| XYZ | 5.31 | 2.8 | 25.46 | - |
| YUV | 34.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 141 | 0.95 | 0.80 | 0 | 0.45 | 230.6 | 0.91 | 0.29 |
| Hex | 7 | 1C | 8D | 5F | 50 | 0 | 2D | E7 | 5B | 1D |
| Octal | 7 | 34 | 215 | 137 | 120 | 0 | 55 | 347 | 133 | 35 |
| Binary | 111 | 11100 | 10001101 | 1011111 | 1010000 | 0 | 101101 | 11100111 | 1011011 | 11101 |
Color Harmonies of #071C8D
Complementary color
Monochromatic Colors of #071C8D
Black with #071C8D
Text Example
Text Example
White with #071C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C8D; }
p { color: rgb(7,28,141); }
H1.HeaderClassName
{
color: #071C8D;
}
.AnyTagClassName
{
color: #071C8D;
}
</style>
background-color css
<style>
a { background-color: #071C8D; }
a { background-color: rgb(7,28,141); }
div.DivClassName
{
background-color: #071C8D;
}
.BgClassName
{
background-color: #071C8D;
}
</style>
border-color css
<style>
span { border-color: #071C8D; }
span { border-color: rgb(7,28,141); }
td.TdClassName
{
border-color: #071C8D;
}
.TagClassName
{
border-color: #071C8D;
}
</style>