Shades of Ultramarine #1C028C
Tints of Ultramarine #1C028C
RGB
CMYK
RGB Variations
Color information
#1C028C (or 0x1C028C) is known color: Ultramarine. HEX triplet: 1C, 02 and 8C. RGB value is (28,2,140). Sum of RGB (Red+Green+Blue) = 28+2+140=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 140 (55.08% from 255 or 82.35% from 170); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C028C is #E3FD73. Grayscale: #181818. Windows color (decimal): -14941556 or 9175580. OLE color: 9175580.
HSL color Cylindrical-coordinate representation of color #1C028C: hue angle of 251.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C028C is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 2 | 140 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.45 |
| HSL | 251.3º | 0.97% | 0.28% | - |
| HSV(B) | 251.3º | 0.99% | 0.55% | - |
| XYZ | 5.23 | 2.18 | 24.96 | - |
| YUV | 25.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 140 | 0.80 | 0.99 | 0 | 0.45 | 251.3 | 0.97 | 0.28 |
| Hex | 1C | 2 | 8C | 50 | 63 | 0 | 2D | FB | 61 | 1C |
| Octal | 34 | 2 | 214 | 120 | 143 | 0 | 55 | 373 | 141 | 34 |
| Binary | 11100 | 10 | 10001100 | 1010000 | 1100011 | 0 | 101101 | 11111011 | 1100001 | 11100 |
Color Harmonies of #1C028C
Complementary color
Monochromatic Colors of #1C028C
Black with #1C028C
Text Example
Text Example
White with #1C028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C028C; }
p { color: rgb(28,2,140); }
H1.HeaderClassName
{
color: #1C028C;
}
.AnyTagClassName
{
color: #1C028C;
}
</style>
background-color css
<style>
a { background-color: #1C028C; }
a { background-color: rgb(28,2,140); }
div.DivClassName
{
background-color: #1C028C;
}
.BgClassName
{
background-color: #1C028C;
}
</style>
border-color css
<style>
span { border-color: #1C028C; }
span { border-color: rgb(28,2,140); }
td.TdClassName
{
border-color: #1C028C;
}
.TagClassName
{
border-color: #1C028C;
}
</style>