Shades of Ultramarine #1C0384
Tints of Ultramarine #1C0384
RGB
CMYK
RGB Variations
Color information
#1C0384 (or 0x1C0384) is known color: Ultramarine. HEX triplet: 1C, 03 and 84. RGB value is (28,3,132). Sum of RGB (Red+Green+Blue) = 28+3+132=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0384 is #E3FC7B. Grayscale: #181818. Windows color (decimal): -14941308 or 8651548. OLE color: 8651548.
HSL color Cylindrical-coordinate representation of color #1C0384: hue angle of 251.63º degrees, saturation: 0.96, 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 #1C0384 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 3 | 132 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.48 |
| HSL | 251.63º | 0.96% | 0.26% | - |
| HSV(B) | 251.63º | 0.98% | 0.52% | - |
| XYZ | 4.68 | 1.98 | 21.97 | - |
| YUV | 25.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 132 | 0.79 | 0.98 | 0 | 0.48 | 251.63 | 0.96 | 0.26 |
| Hex | 1C | 3 | 84 | 4F | 62 | 0 | 30 | FC | 60 | 1A |
| Octal | 34 | 3 | 204 | 117 | 142 | 0 | 60 | 374 | 140 | 32 |
| Binary | 11100 | 11 | 10000100 | 1001111 | 1100010 | 0 | 110000 | 11111100 | 1100000 | 11010 |
Color Harmonies of #1C0384
Complementary color
Monochromatic Colors of #1C0384
Black with #1C0384
Text Example
Text Example
White with #1C0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0384; }
p { color: rgb(28,3,132); }
H1.HeaderClassName
{
color: #1C0384;
}
.AnyTagClassName
{
color: #1C0384;
}
</style>
background-color css
<style>
a { background-color: #1C0384; }
a { background-color: rgb(28,3,132); }
div.DivClassName
{
background-color: #1C0384;
}
.BgClassName
{
background-color: #1C0384;
}
</style>
border-color css
<style>
span { border-color: #1C0384; }
span { border-color: rgb(28,3,132); }
td.TdClassName
{
border-color: #1C0384;
}
.TagClassName
{
border-color: #1C0384;
}
</style>