Shades of Ultramarine #1C179E
Tints of Ultramarine #1C179E
RGB
CMYK
RGB Variations
Color information
#1C179E (or 0x1C179E) is known color: Ultramarine. HEX triplet: 1C, 17 and 9E. RGB value is (28,23,158). Sum of RGB (Red+Green+Blue) = 28+23+158=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C179E is #E3E861. Grayscale: #272727. Windows color (decimal): -14936162 or 10360604. OLE color: 10360604.
HSL color Cylindrical-coordinate representation of color #1C179E: hue angle of 242.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C179E is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 23 | 158 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.38 |
| HSL | 242.22º | 0.75% | 0.35% | - |
| HSV(B) | 242.22º | 0.85% | 0.62% | - |
| XYZ | 6.96 | 3.33 | 32.62 | - |
| YUV | 39.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 158 | 0.82 | 0.85 | 0 | 0.38 | 242.22 | 0.75 | 0.35 |
| Hex | 1C | 17 | 9E | 52 | 55 | 0 | 26 | F2 | 4B | 23 |
| Octal | 34 | 27 | 236 | 122 | 125 | 0 | 46 | 362 | 113 | 43 |
| Binary | 11100 | 10111 | 10011110 | 1010010 | 1010101 | 0 | 100110 | 11110010 | 1001011 | 100011 |
Color Harmonies of #1C179E
Complementary color
Monochromatic Colors of #1C179E
Black with #1C179E
Text Example
Text Example
White with #1C179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C179E; }
p { color: rgb(28,23,158); }
H1.HeaderClassName
{
color: #1C179E;
}
.AnyTagClassName
{
color: #1C179E;
}
</style>
background-color css
<style>
a { background-color: #1C179E; }
a { background-color: rgb(28,23,158); }
div.DivClassName
{
background-color: #1C179E;
}
.BgClassName
{
background-color: #1C179E;
}
</style>
border-color css
<style>
span { border-color: #1C179E; }
span { border-color: rgb(28,23,158); }
td.TdClassName
{
border-color: #1C179E;
}
.TagClassName
{
border-color: #1C179E;
}
</style>