Shades of Ultramarine #1C037B
Tints of Ultramarine #1C037B
RGB
CMYK
RGB Variations
Color information
#1C037B (or 0x1C037B) is known color: Ultramarine. HEX triplet: 1C, 03 and 7B. RGB value is (28,3,123). Sum of RGB (Red+Green+Blue) = 28+3+123=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C037B is #E3FC84. Grayscale: #171717. Windows color (decimal): -14941317 or 8061724. OLE color: 8061724.
HSL color Cylindrical-coordinate representation of color #1C037B: hue angle of 252.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C037B is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 3 | 123 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.52 |
| HSL | 252.5º | 0.95% | 0.25% | - |
| HSV(B) | 252.5º | 0.98% | 0.48% | - |
| XYZ | 4.09 | 1.74 | 18.86 | - |
| YUV | 24.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 123 | 0.77 | 0.98 | 0 | 0.52 | 252.5 | 0.95 | 0.25 |
| Hex | 1C | 3 | 7B | 4D | 62 | 0 | 34 | FD | 5F | 19 |
| Octal | 34 | 3 | 173 | 115 | 142 | 0 | 64 | 375 | 137 | 31 |
| Binary | 11100 | 11 | 1111011 | 1001101 | 1100010 | 0 | 110100 | 11111101 | 1011111 | 11001 |
Color Harmonies of #1C037B
Complementary color
Monochromatic Colors of #1C037B
Black with #1C037B
Text Example
Text Example
White with #1C037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C037B; }
p { color: rgb(28,3,123); }
H1.HeaderClassName
{
color: #1C037B;
}
.AnyTagClassName
{
color: #1C037B;
}
</style>
background-color css
<style>
a { background-color: #1C037B; }
a { background-color: rgb(28,3,123); }
div.DivClassName
{
background-color: #1C037B;
}
.BgClassName
{
background-color: #1C037B;
}
</style>
border-color css
<style>
span { border-color: #1C037B; }
span { border-color: rgb(28,3,123); }
td.TdClassName
{
border-color: #1C037B;
}
.TagClassName
{
border-color: #1C037B;
}
</style>