Shades of Ultramarine #1C1885
Tints of Ultramarine #1C1885
RGB
CMYK
RGB Variations
Color information
#1C1885 (or 0x1C1885) is known color: Ultramarine. HEX triplet: 1C, 18 and 85. RGB value is (28,24,133). Sum of RGB (Red+Green+Blue) = 28+24+133=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1885 is #E3E77A. Grayscale: #252525. Windows color (decimal): -14935931 or 8722460. OLE color: 8722460.
HSL color Cylindrical-coordinate representation of color #1C1885: hue angle of 242.2º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1885 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 24 | 133 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.48 |
| HSL | 242.2º | 0.69% | 0.31% | - |
| HSV(B) | 242.2º | 0.82% | 0.52% | - |
| XYZ | 5.04 | 2.59 | 22.43 | - |
| YUV | 37.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 133 | 0.79 | 0.82 | 0 | 0.48 | 242.2 | 0.69 | 0.31 |
| Hex | 1C | 18 | 85 | 4F | 52 | 0 | 30 | F2 | 45 | 1F |
| Octal | 34 | 30 | 205 | 117 | 122 | 0 | 60 | 362 | 105 | 37 |
| Binary | 11100 | 11000 | 10000101 | 1001111 | 1010010 | 0 | 110000 | 11110010 | 1000101 | 11111 |
Color Harmonies of #1C1885
Complementary color
Monochromatic Colors of #1C1885
Black with #1C1885
Text Example
Text Example
White with #1C1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1885; }
p { color: rgb(28,24,133); }
H1.HeaderClassName
{
color: #1C1885;
}
.AnyTagClassName
{
color: #1C1885;
}
</style>
background-color css
<style>
a { background-color: #1C1885; }
a { background-color: rgb(28,24,133); }
div.DivClassName
{
background-color: #1C1885;
}
.BgClassName
{
background-color: #1C1885;
}
</style>
border-color css
<style>
span { border-color: #1C1885; }
span { border-color: rgb(28,24,133); }
td.TdClassName
{
border-color: #1C1885;
}
.TagClassName
{
border-color: #1C1885;
}
</style>