Shades of Ultramarine #10079A
Tints of Ultramarine #10079A
RGB
CMYK
RGB Variations
Color information
#10079A (or 0x10079A) is known color: Ultramarine. HEX triplet: 10, 07 and 9A. RGB value is (16,7,154). Sum of RGB (Red+Green+Blue) = 16+7+154=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #10079A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10079A is #EFF865. Grayscale: #191919. Windows color (decimal): -15726694 or 10094352. OLE color: 10094352.
HSL color Cylindrical-coordinate representation of color #10079A: hue angle of 243.67º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10079A is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 7 | 154 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.40 |
| HSL | 243.67º | 0.91% | 0.32% | - |
| HSV(B) | 243.67º | 0.95% | 0.6% | - |
| XYZ | 6.12 | 2.6 | 30.75 | - |
| YUV | 26.45 | 199.98 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 154 | 0.90 | 0.95 | 0 | 0.40 | 243.67 | 0.91 | 0.32 |
| Hex | 10 | 7 | 9A | 5A | 5F | 0 | 28 | F4 | 5B | 20 |
| Octal | 20 | 7 | 232 | 132 | 137 | 0 | 50 | 364 | 133 | 40 |
| Binary | 10000 | 111 | 10011010 | 1011010 | 1011111 | 0 | 101000 | 11110100 | 1011011 | 100000 |
Color Harmonies of #10079A
Complementary color
Monochromatic Colors of #10079A
Black with #10079A
Text Example
Text Example
White with #10079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10079A; }
p { color: rgb(16,7,154); }
H1.HeaderClassName
{
color: #10079A;
}
.AnyTagClassName
{
color: #10079A;
}
</style>
background-color css
<style>
a { background-color: #10079A; }
a { background-color: rgb(16,7,154); }
div.DivClassName
{
background-color: #10079A;
}
.BgClassName
{
background-color: #10079A;
}
</style>
border-color css
<style>
span { border-color: #10079A; }
span { border-color: rgb(16,7,154); }
td.TdClassName
{
border-color: #10079A;
}
.TagClassName
{
border-color: #10079A;
}
</style>