Shades of Ultramarine #1C048A
Tints of Ultramarine #1C048A
RGB
CMYK
RGB Variations
Color information
#1C048A (or 0x1C048A) is known color: Ultramarine. HEX triplet: 1C, 04 and 8A. RGB value is (28,4,138). Sum of RGB (Red+Green+Blue) = 28+4+138=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C048A is #E3FB75. Grayscale: #191919. Windows color (decimal): -14941046 or 9045020. OLE color: 9045020.
HSL color Cylindrical-coordinate representation of color #1C048A: hue angle of 250.75º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C048A is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 4 | 138 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.46 |
| HSL | 250.75º | 0.94% | 0.28% | - |
| HSV(B) | 250.75º | 0.97% | 0.54% | - |
| XYZ | 5.11 | 2.17 | 24.19 | - |
| YUV | 26.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 138 | 0.80 | 0.97 | 0 | 0.46 | 250.75 | 0.94 | 0.28 |
| Hex | 1C | 4 | 8A | 50 | 61 | 0 | 2E | FB | 5E | 1C |
| Octal | 34 | 4 | 212 | 120 | 141 | 0 | 56 | 373 | 136 | 34 |
| Binary | 11100 | 100 | 10001010 | 1010000 | 1100001 | 0 | 101110 | 11111011 | 1011110 | 11100 |
Color Harmonies of #1C048A
Complementary color
Monochromatic Colors of #1C048A
Black with #1C048A
Text Example
Text Example
White with #1C048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C048A; }
p { color: rgb(28,4,138); }
H1.HeaderClassName
{
color: #1C048A;
}
.AnyTagClassName
{
color: #1C048A;
}
</style>
background-color css
<style>
a { background-color: #1C048A; }
a { background-color: rgb(28,4,138); }
div.DivClassName
{
background-color: #1C048A;
}
.BgClassName
{
background-color: #1C048A;
}
</style>
border-color css
<style>
span { border-color: #1C048A; }
span { border-color: rgb(28,4,138); }
td.TdClassName
{
border-color: #1C048A;
}
.TagClassName
{
border-color: #1C048A;
}
</style>