Shades of Ultramarine #10078D
Tints of Ultramarine #10078D
RGB
CMYK
RGB Variations
Color information
#10078D (or 0x10078D) is known color: Ultramarine. HEX triplet: 10, 07 and 8D. RGB value is (16,7,141). Sum of RGB (Red+Green+Blue) = 16+7+141=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #10078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10078D is #EFF872. Grayscale: #181818. Windows color (decimal): -15726707 or 9242384. OLE color: 9242384.
HSL color Cylindrical-coordinate representation of color #10078D: hue angle of 244.03º 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 #10078D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 7 | 141 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.45 |
| HSL | 244.03º | 0.91% | 0.29% | - |
| HSV(B) | 244.03º | 0.95% | 0.55% | - |
| XYZ | 5.1 | 2.19 | 25.35 | - |
| YUV | 24.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 141 | 0.89 | 0.95 | 0 | 0.45 | 244.03 | 0.91 | 0.29 |
| Hex | 10 | 7 | 8D | 59 | 5F | 0 | 2D | F4 | 5B | 1D |
| Octal | 20 | 7 | 215 | 131 | 137 | 0 | 55 | 364 | 133 | 35 |
| Binary | 10000 | 111 | 10001101 | 1011001 | 1011111 | 0 | 101101 | 11110100 | 1011011 | 11101 |
Color Harmonies of #10078D
Complementary color
Monochromatic Colors of #10078D
Black with #10078D
Text Example
Text Example
White with #10078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10078D; }
p { color: rgb(16,7,141); }
H1.HeaderClassName
{
color: #10078D;
}
.AnyTagClassName
{
color: #10078D;
}
</style>
background-color css
<style>
a { background-color: #10078D; }
a { background-color: rgb(16,7,141); }
div.DivClassName
{
background-color: #10078D;
}
.BgClassName
{
background-color: #10078D;
}
</style>
border-color css
<style>
span { border-color: #10078D; }
span { border-color: rgb(16,7,141); }
td.TdClassName
{
border-color: #10078D;
}
.TagClassName
{
border-color: #10078D;
}
</style>