Shades of Ultramarine #1C028A
Tints of Ultramarine #1C028A
RGB
CMYK
RGB Variations
Color information
#1C028A (or 0x1C028A) is known color: Ultramarine. HEX triplet: 1C, 02 and 8A. RGB value is (28,2,138). Sum of RGB (Red+Green+Blue) = 28+2+138=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C028A is #E3FD75. Grayscale: #181818. Windows color (decimal): -14941558 or 9044508. OLE color: 9044508.
HSL color Cylindrical-coordinate representation of color #1C028A: hue angle of 251.47º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C028A is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 2 | 138 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.46 |
| HSL | 251.47º | 0.97% | 0.27% | - |
| HSV(B) | 251.47º | 0.99% | 0.54% | - |
| XYZ | 5.09 | 2.13 | 24.19 | - |
| YUV | 25.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 138 | 0.80 | 0.99 | 0 | 0.46 | 251.47 | 0.97 | 0.27 |
| Hex | 1C | 2 | 8A | 50 | 63 | 0 | 2E | FB | 61 | 1B |
| Octal | 34 | 2 | 212 | 120 | 143 | 0 | 56 | 373 | 141 | 33 |
| Binary | 11100 | 10 | 10001010 | 1010000 | 1100011 | 0 | 101110 | 11111011 | 1100001 | 11011 |
Color Harmonies of #1C028A
Complementary color
Monochromatic Colors of #1C028A
Black with #1C028A
Text Example
Text Example
White with #1C028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C028A; }
p { color: rgb(28,2,138); }
H1.HeaderClassName
{
color: #1C028A;
}
.AnyTagClassName
{
color: #1C028A;
}
</style>
background-color css
<style>
a { background-color: #1C028A; }
a { background-color: rgb(28,2,138); }
div.DivClassName
{
background-color: #1C028A;
}
.BgClassName
{
background-color: #1C028A;
}
</style>
border-color css
<style>
span { border-color: #1C028A; }
span { border-color: rgb(28,2,138); }
td.TdClassName
{
border-color: #1C028A;
}
.TagClassName
{
border-color: #1C028A;
}
</style>