Shades of Ultramarine #1C038D
Tints of Ultramarine #1C038D
RGB
CMYK
RGB Variations
Color information
#1C038D (or 0x1C038D) is known color: Ultramarine. HEX triplet: 1C, 03 and 8D. RGB value is (28,3,141). Sum of RGB (Red+Green+Blue) = 28+3+141=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C038D is #E3FC72. Grayscale: #191919. Windows color (decimal): -14941299 or 9241372. OLE color: 9241372.
HSL color Cylindrical-coordinate representation of color #1C038D: hue angle of 250.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C038D is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 3 | 141 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.45 |
| HSL | 250.87º | 0.96% | 0.28% | - |
| HSV(B) | 250.87º | 0.98% | 0.55% | - |
| XYZ | 5.32 | 2.24 | 25.35 | - |
| YUV | 26.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 141 | 0.80 | 0.98 | 0 | 0.45 | 250.87 | 0.96 | 0.28 |
| Hex | 1C | 3 | 8D | 50 | 62 | 0 | 2D | FB | 60 | 1C |
| Octal | 34 | 3 | 215 | 120 | 142 | 0 | 55 | 373 | 140 | 34 |
| Binary | 11100 | 11 | 10001101 | 1010000 | 1100010 | 0 | 101101 | 11111011 | 1100000 | 11100 |
Color Harmonies of #1C038D
Complementary color
Monochromatic Colors of #1C038D
Black with #1C038D
Text Example
Text Example
White with #1C038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C038D; }
p { color: rgb(28,3,141); }
H1.HeaderClassName
{
color: #1C038D;
}
.AnyTagClassName
{
color: #1C038D;
}
</style>
background-color css
<style>
a { background-color: #1C038D; }
a { background-color: rgb(28,3,141); }
div.DivClassName
{
background-color: #1C038D;
}
.BgClassName
{
background-color: #1C038D;
}
</style>
border-color css
<style>
span { border-color: #1C038D; }
span { border-color: rgb(28,3,141); }
td.TdClassName
{
border-color: #1C038D;
}
.TagClassName
{
border-color: #1C038D;
}
</style>