Shades of Ultramarine #1C078A
Tints of Ultramarine #1C078A
RGB
CMYK
RGB Variations
Color information
#1C078A (or 0x1C078A) is known color: Ultramarine. HEX triplet: 1C, 07 and 8A. RGB value is (28,7,138). Sum of RGB (Red+Green+Blue) = 28+7+138=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C078A is #E3F875. Grayscale: #1B1B1B. Windows color (decimal): -14940278 or 9045788. OLE color: 9045788.
HSL color Cylindrical-coordinate representation of color #1C078A: hue angle of 249.62º 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 #1C078A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 7 | 138 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.46 |
| HSL | 249.62º | 0.9% | 0.28% | - |
| HSV(B) | 249.62º | 0.95% | 0.54% | - |
| XYZ | 5.14 | 2.23 | 24.2 | - |
| YUV | 28.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 138 | 0.80 | 0.95 | 0 | 0.46 | 249.62 | 0.9 | 0.28 |
| Hex | 1C | 7 | 8A | 50 | 5F | 0 | 2E | FA | 5A | 1C |
| Octal | 34 | 7 | 212 | 120 | 137 | 0 | 56 | 372 | 132 | 34 |
| Binary | 11100 | 111 | 10001010 | 1010000 | 1011111 | 0 | 101110 | 11111010 | 1011010 | 11100 |
Color Harmonies of #1C078A
Complementary color
Monochromatic Colors of #1C078A
Black with #1C078A
Text Example
Text Example
White with #1C078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C078A; }
p { color: rgb(28,7,138); }
H1.HeaderClassName
{
color: #1C078A;
}
.AnyTagClassName
{
color: #1C078A;
}
</style>
background-color css
<style>
a { background-color: #1C078A; }
a { background-color: rgb(28,7,138); }
div.DivClassName
{
background-color: #1C078A;
}
.BgClassName
{
background-color: #1C078A;
}
</style>
border-color css
<style>
span { border-color: #1C078A; }
span { border-color: rgb(28,7,138); }
td.TdClassName
{
border-color: #1C078A;
}
.TagClassName
{
border-color: #1C078A;
}
</style>