Shades of Ultramarine #1C039F
Tints of Ultramarine #1C039F
RGB
CMYK
RGB Variations
Color information
#1C039F (or 0x1C039F) is known color: Ultramarine. HEX triplet: 1C, 03 and 9F. RGB value is (28,3,159). Sum of RGB (Red+Green+Blue) = 28+3+159=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C039F is #E3FC60. Grayscale: #1B1B1B. Windows color (decimal): -14941281 or 10421020. OLE color: 10421020.
HSL color Cylindrical-coordinate representation of color #1C039F: hue angle of 249.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C039F is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 3 | 159 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.38 |
| HSL | 249.62º | 0.96% | 0.32% | - |
| HSV(B) | 249.62º | 0.98% | 0.62% | - |
| XYZ | 6.77 | 2.82 | 32.99 | - |
| YUV | 28.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 159 | 0.82 | 0.98 | 0 | 0.38 | 249.62 | 0.96 | 0.32 |
| Hex | 1C | 3 | 9F | 52 | 62 | 0 | 26 | FA | 60 | 20 |
| Octal | 34 | 3 | 237 | 122 | 142 | 0 | 46 | 372 | 140 | 40 |
| Binary | 11100 | 11 | 10011111 | 1010010 | 1100010 | 0 | 100110 | 11111010 | 1100000 | 100000 |
Color Harmonies of #1C039F
Complementary color
Monochromatic Colors of #1C039F
Black with #1C039F
Text Example
Text Example
White with #1C039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C039F; }
p { color: rgb(28,3,159); }
H1.HeaderClassName
{
color: #1C039F;
}
.AnyTagClassName
{
color: #1C039F;
}
</style>
background-color css
<style>
a { background-color: #1C039F; }
a { background-color: rgb(28,3,159); }
div.DivClassName
{
background-color: #1C039F;
}
.BgClassName
{
background-color: #1C039F;
}
</style>
border-color css
<style>
span { border-color: #1C039F; }
span { border-color: rgb(28,3,159); }
td.TdClassName
{
border-color: #1C039F;
}
.TagClassName
{
border-color: #1C039F;
}
</style>