Shades of Ultramarine #1C077C
Tints of Ultramarine #1C077C
RGB
CMYK
RGB Variations
Color information
#1C077C (or 0x1C077C) is known color: Ultramarine. HEX triplet: 1C, 07 and 7C. RGB value is (28,7,124). Sum of RGB (Red+Green+Blue) = 28+7+124=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C077C is #E3F883. Grayscale: #1A1A1A. Windows color (decimal): -14940292 or 8128284. OLE color: 8128284.
HSL color Cylindrical-coordinate representation of color #1C077C: hue angle of 250.77º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C077C is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 7 | 124 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.51 |
| HSL | 250.77º | 0.89% | 0.26% | - |
| HSV(B) | 250.77º | 0.94% | 0.49% | - |
| XYZ | 4.19 | 1.85 | 19.21 | - |
| YUV | 26.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 124 | 0.77 | 0.94 | 0 | 0.51 | 250.77 | 0.89 | 0.26 |
| Hex | 1C | 7 | 7C | 4D | 5E | 0 | 33 | FB | 59 | 1A |
| Octal | 34 | 7 | 174 | 115 | 136 | 0 | 63 | 373 | 131 | 32 |
| Binary | 11100 | 111 | 1111100 | 1001101 | 1011110 | 0 | 110011 | 11111011 | 1011001 | 11010 |
Color Harmonies of #1C077C
Complementary color
Monochromatic Colors of #1C077C
Black with #1C077C
Text Example
Text Example
White with #1C077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C077C; }
p { color: rgb(28,7,124); }
H1.HeaderClassName
{
color: #1C077C;
}
.AnyTagClassName
{
color: #1C077C;
}
</style>
background-color css
<style>
a { background-color: #1C077C; }
a { background-color: rgb(28,7,124); }
div.DivClassName
{
background-color: #1C077C;
}
.BgClassName
{
background-color: #1C077C;
}
</style>
border-color css
<style>
span { border-color: #1C077C; }
span { border-color: rgb(28,7,124); }
td.TdClassName
{
border-color: #1C077C;
}
.TagClassName
{
border-color: #1C077C;
}
</style>