Shades of Ultramarine #1C048D
Tints of Ultramarine #1C048D
RGB
CMYK
RGB Variations
Color information
#1C048D (or 0x1C048D) is known color: Ultramarine. HEX triplet: 1C, 04 and 8D. RGB value is (28,4,141). Sum of RGB (Red+Green+Blue) = 28+4+141=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C048D is #E3FB72. Grayscale: #1A1A1A. Windows color (decimal): -14941043 or 9241628. OLE color: 9241628.
HSL color Cylindrical-coordinate representation of color #1C048D: hue angle of 250.51º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C048D is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 4 | 141 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.45 |
| HSL | 250.51º | 0.94% | 0.28% | - |
| HSV(B) | 250.51º | 0.97% | 0.55% | - |
| XYZ | 5.33 | 2.26 | 25.35 | - |
| YUV | 26.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 141 | 0.80 | 0.97 | 0 | 0.45 | 250.51 | 0.94 | 0.28 |
| Hex | 1C | 4 | 8D | 50 | 61 | 0 | 2D | FB | 5E | 1C |
| Octal | 34 | 4 | 215 | 120 | 141 | 0 | 55 | 373 | 136 | 34 |
| Binary | 11100 | 100 | 10001101 | 1010000 | 1100001 | 0 | 101101 | 11111011 | 1011110 | 11100 |
Color Harmonies of #1C048D
Complementary color
Monochromatic Colors of #1C048D
Black with #1C048D
Text Example
Text Example
White with #1C048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C048D; }
p { color: rgb(28,4,141); }
H1.HeaderClassName
{
color: #1C048D;
}
.AnyTagClassName
{
color: #1C048D;
}
</style>
background-color css
<style>
a { background-color: #1C048D; }
a { background-color: rgb(28,4,141); }
div.DivClassName
{
background-color: #1C048D;
}
.BgClassName
{
background-color: #1C048D;
}
</style>
border-color css
<style>
span { border-color: #1C048D; }
span { border-color: rgb(28,4,141); }
td.TdClassName
{
border-color: #1C048D;
}
.TagClassName
{
border-color: #1C048D;
}
</style>