Shades of Ultramarine #1C087D
Tints of Ultramarine #1C087D
RGB
CMYK
RGB Variations
Color information
#1C087D (or 0x1C087D) is known color: Ultramarine. HEX triplet: 1C, 08 and 7D. RGB value is (28,8,125). Sum of RGB (Red+Green+Blue) = 28+8+125=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C087D is #E3F782. Grayscale: #1A1A1A. Windows color (decimal): -14940035 or 8194076. OLE color: 8194076.
HSL color Cylindrical-coordinate representation of color #1C087D: hue angle of 250.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C087D is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 8 | 125 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.51 |
| HSL | 250.26º | 0.88% | 0.26% | - |
| HSV(B) | 250.26º | 0.94% | 0.49% | - |
| XYZ | 4.27 | 1.9 | 19.54 | - |
| YUV | 27.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 125 | 0.78 | 0.94 | 0 | 0.51 | 250.26 | 0.88 | 0.26 |
| Hex | 1C | 8 | 7D | 4E | 5E | 0 | 33 | FA | 58 | 1A |
| Octal | 34 | 10 | 175 | 116 | 136 | 0 | 63 | 372 | 130 | 32 |
| Binary | 11100 | 1000 | 1111101 | 1001110 | 1011110 | 0 | 110011 | 11111010 | 1011000 | 11010 |
Color Harmonies of #1C087D
Complementary color
Monochromatic Colors of #1C087D
Black with #1C087D
Text Example
Text Example
White with #1C087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C087D; }
p { color: rgb(28,8,125); }
H1.HeaderClassName
{
color: #1C087D;
}
.AnyTagClassName
{
color: #1C087D;
}
</style>
background-color css
<style>
a { background-color: #1C087D; }
a { background-color: rgb(28,8,125); }
div.DivClassName
{
background-color: #1C087D;
}
.BgClassName
{
background-color: #1C087D;
}
</style>
border-color css
<style>
span { border-color: #1C087D; }
span { border-color: rgb(28,8,125); }
td.TdClassName
{
border-color: #1C087D;
}
.TagClassName
{
border-color: #1C087D;
}
</style>