Shades of Ultramarine #1C03A7
Tints of Ultramarine #1C03A7
RGB
CMYK
RGB Variations
Color information
#1C03A7 (or 0x1C03A7) is known color: Ultramarine. HEX triplet: 1C, 03 and A7. RGB value is (28,3,167). Sum of RGB (Red+Green+Blue) = 28+3+167=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 167 (65.62% from 255 or 84.34% from 198); Max value from RGB is 167 - color contains mainly: blue. Hex color #1C03A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C03A7 is #E3FC58. Grayscale: #1C1C1C. Windows color (decimal): -14941273 or 10945308. OLE color: 10945308.
HSL color Cylindrical-coordinate representation of color #1C03A7: hue angle of 249.15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C03A7 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 3 | 167 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.35 |
| HSL | 249.15º | 0.96% | 0.33% | - |
| HSV(B) | 249.15º | 0.98% | 0.65% | - |
| XYZ | 7.49 | 3.1 | 36.76 | - |
| YUV | 29.17 | 205.78 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 167 | 0.83 | 0.98 | 0 | 0.35 | 249.15 | 0.96 | 0.33 |
| Hex | 1C | 3 | A7 | 53 | 62 | 0 | 23 | F9 | 60 | 21 |
| Octal | 34 | 3 | 247 | 123 | 142 | 0 | 43 | 371 | 140 | 41 |
| Binary | 11100 | 11 | 10100111 | 1010011 | 1100010 | 0 | 100011 | 11111001 | 1100000 | 100001 |
Color Harmonies of #1C03A7
Complementary color
Monochromatic Colors of #1C03A7
Black with #1C03A7
Text Example
Text Example
White with #1C03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C03A7; }
p { color: rgb(28,3,167); }
H1.HeaderClassName
{
color: #1C03A7;
}
.AnyTagClassName
{
color: #1C03A7;
}
</style>
background-color css
<style>
a { background-color: #1C03A7; }
a { background-color: rgb(28,3,167); }
div.DivClassName
{
background-color: #1C03A7;
}
.BgClassName
{
background-color: #1C03A7;
}
</style>
border-color css
<style>
span { border-color: #1C03A7; }
span { border-color: rgb(28,3,167); }
td.TdClassName
{
border-color: #1C03A7;
}
.TagClassName
{
border-color: #1C03A7;
}
</style>