Shades of Ultramarine #1D178C
Tints of Ultramarine #1D178C
RGB
CMYK
RGB Variations
Color information
#1D178C (or 0x1D178C) is known color: Ultramarine. HEX triplet: 1D, 17 and 8C. RGB value is (29,23,140). Sum of RGB (Red+Green+Blue) = 29+23+140=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D178C is #E2E873. Grayscale: #252525. Windows color (decimal): -14870644 or 9180957. OLE color: 9180957.
HSL color Cylindrical-coordinate representation of color #1D178C: hue angle of 243.08º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D178C is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 23 | 140 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.45 |
| HSL | 243.08º | 0.72% | 0.32% | - |
| HSV(B) | 243.08º | 0.84% | 0.55% | - |
| XYZ | 5.55 | 2.77 | 25.05 | - |
| YUV | 38.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 140 | 0.79 | 0.84 | 0 | 0.45 | 243.08 | 0.72 | 0.32 |
| Hex | 1D | 17 | 8C | 4F | 54 | 0 | 2D | F3 | 48 | 20 |
| Octal | 35 | 27 | 214 | 117 | 124 | 0 | 55 | 363 | 110 | 40 |
| Binary | 11101 | 10111 | 10001100 | 1001111 | 1010100 | 0 | 101101 | 11110011 | 1001000 | 100000 |
Color Harmonies of #1D178C
Complementary color
Monochromatic Colors of #1D178C
Black with #1D178C
Text Example
Text Example
White with #1D178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D178C; }
p { color: rgb(29,23,140); }
H1.HeaderClassName
{
color: #1D178C;
}
.AnyTagClassName
{
color: #1D178C;
}
</style>
background-color css
<style>
a { background-color: #1D178C; }
a { background-color: rgb(29,23,140); }
div.DivClassName
{
background-color: #1D178C;
}
.BgClassName
{
background-color: #1D178C;
}
</style>
border-color css
<style>
span { border-color: #1D178C; }
span { border-color: rgb(29,23,140); }
td.TdClassName
{
border-color: #1D178C;
}
.TagClassName
{
border-color: #1D178C;
}
</style>