Shades of Ultramarine #1C0FAD
Tints of Ultramarine #1C0FAD
RGB
CMYK
RGB Variations
Color information
#1C0FAD (or 0x1C0FAD) is known color: Ultramarine. HEX triplet: 1C, 0F and AD. RGB value is (28,15,173). Sum of RGB (Red+Green+Blue) = 28+15+173=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0FAD is #E3F052. Grayscale: #242424. Windows color (decimal): -14938195 or 11341596. OLE color: 11341596.
HSL color Cylindrical-coordinate representation of color #1C0FAD: hue angle of 244.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0FAD is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 15 | 173 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.32 |
| HSL | 244.94º | 0.84% | 0.37% | - |
| HSV(B) | 244.94º | 0.91% | 0.68% | - |
| XYZ | 8.19 | 3.61 | 39.8 | - |
| YUV | 36.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 173 | 0.84 | 0.91 | 0 | 0.32 | 244.94 | 0.84 | 0.37 |
| Hex | 1C | F | AD | 54 | 5B | 0 | 20 | F5 | 54 | 25 |
| Octal | 34 | 17 | 255 | 124 | 133 | 0 | 40 | 365 | 124 | 45 |
| Binary | 11100 | 1111 | 10101101 | 1010100 | 1011011 | 0 | 100000 | 11110101 | 1010100 | 100101 |
Color Harmonies of #1C0FAD
Complementary color
Monochromatic Colors of #1C0FAD
Black with #1C0FAD
Text Example
Text Example
White with #1C0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0FAD; }
p { color: rgb(28,15,173); }
H1.HeaderClassName
{
color: #1C0FAD;
}
.AnyTagClassName
{
color: #1C0FAD;
}
</style>
background-color css
<style>
a { background-color: #1C0FAD; }
a { background-color: rgb(28,15,173); }
div.DivClassName
{
background-color: #1C0FAD;
}
.BgClassName
{
background-color: #1C0FAD;
}
</style>
border-color css
<style>
span { border-color: #1C0FAD; }
span { border-color: rgb(28,15,173); }
td.TdClassName
{
border-color: #1C0FAD;
}
.TagClassName
{
border-color: #1C0FAD;
}
</style>