Shades of Ultramarine #1D188B
Tints of Ultramarine #1D188B
RGB
CMYK
RGB Variations
Color information
#1D188B (or 0x1D188B) is known color: Ultramarine. HEX triplet: 1D, 18 and 8B. RGB value is (29,24,139). Sum of RGB (Red+Green+Blue) = 29+24+139=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D188B is #E2E774. Grayscale: #262626. Windows color (decimal): -14870389 or 9115677. OLE color: 9115677.
HSL color Cylindrical-coordinate representation of color #1D188B: hue angle of 242.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D188B is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 24 | 139 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.45 |
| HSL | 242.61º | 0.71% | 0.32% | - |
| HSV(B) | 242.61º | 0.83% | 0.55% | - |
| XYZ | 5.49 | 2.78 | 24.67 | - |
| YUV | 38.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 139 | 0.79 | 0.83 | 0 | 0.45 | 242.61 | 0.71 | 0.32 |
| Hex | 1D | 18 | 8B | 4F | 53 | 0 | 2D | F3 | 47 | 20 |
| Octal | 35 | 30 | 213 | 117 | 123 | 0 | 55 | 363 | 107 | 40 |
| Binary | 11101 | 11000 | 10001011 | 1001111 | 1010011 | 0 | 101101 | 11110011 | 1000111 | 100000 |
Color Harmonies of #1D188B
Complementary color
Monochromatic Colors of #1D188B
Black with #1D188B
Text Example
Text Example
White with #1D188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D188B; }
p { color: rgb(29,24,139); }
H1.HeaderClassName
{
color: #1D188B;
}
.AnyTagClassName
{
color: #1D188B;
}
</style>
background-color css
<style>
a { background-color: #1D188B; }
a { background-color: rgb(29,24,139); }
div.DivClassName
{
background-color: #1D188B;
}
.BgClassName
{
background-color: #1D188B;
}
</style>
border-color css
<style>
span { border-color: #1D188B; }
span { border-color: rgb(29,24,139); }
td.TdClassName
{
border-color: #1D188B;
}
.TagClassName
{
border-color: #1D188B;
}
</style>