Shades of Ultramarine #1C0285
Tints of Ultramarine #1C0285
RGB
CMYK
RGB Variations
Color information
#1C0285 (or 0x1C0285) is known color: Ultramarine. HEX triplet: 1C, 02 and 85. RGB value is (28,2,133). Sum of RGB (Red+Green+Blue) = 28+2+133=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C0285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0285 is #E3FD7A. Grayscale: #181818. Windows color (decimal): -14941563 or 8716828. OLE color: 8716828.
HSL color Cylindrical-coordinate representation of color #1C0285: hue angle of 251.91º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0285 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 2 | 133 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.48 |
| HSL | 251.91º | 0.97% | 0.26% | - |
| HSV(B) | 251.91º | 0.98% | 0.52% | - |
| XYZ | 4.73 | 1.98 | 22.32 | - |
| YUV | 24.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 133 | 0.79 | 0.98 | 0 | 0.48 | 251.91 | 0.97 | 0.26 |
| Hex | 1C | 2 | 85 | 4F | 62 | 0 | 30 | FC | 61 | 1A |
| Octal | 34 | 2 | 205 | 117 | 142 | 0 | 60 | 374 | 141 | 32 |
| Binary | 11100 | 10 | 10000101 | 1001111 | 1100010 | 0 | 110000 | 11111100 | 1100001 | 11010 |
Color Harmonies of #1C0285
Complementary color
Monochromatic Colors of #1C0285
Black with #1C0285
Text Example
Text Example
White with #1C0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0285; }
p { color: rgb(28,2,133); }
H1.HeaderClassName
{
color: #1C0285;
}
.AnyTagClassName
{
color: #1C0285;
}
</style>
background-color css
<style>
a { background-color: #1C0285; }
a { background-color: rgb(28,2,133); }
div.DivClassName
{
background-color: #1C0285;
}
.BgClassName
{
background-color: #1C0285;
}
</style>
border-color css
<style>
span { border-color: #1C0285; }
span { border-color: rgb(28,2,133); }
td.TdClassName
{
border-color: #1C0285;
}
.TagClassName
{
border-color: #1C0285;
}
</style>