Shades of Ultramarine #1D048B
Tints of Ultramarine #1D048B
RGB
CMYK
RGB Variations
Color information
#1D048B (or 0x1D048B) is known color: Ultramarine. HEX triplet: 1D, 04 and 8B. RGB value is (29,4,139). Sum of RGB (Red+Green+Blue) = 29+4+139=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D048B is #E2FB74. Grayscale: #1A1A1A. Windows color (decimal): -14875509 or 9110557. OLE color: 9110557.
HSL color Cylindrical-coordinate representation of color #1D048B: hue angle of 251.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D048B is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 4 | 139 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.45 |
| HSL | 251.11º | 0.94% | 0.28% | - |
| HSV(B) | 251.11º | 0.97% | 0.55% | - |
| XYZ | 5.21 | 2.21 | 24.58 | - |
| YUV | 26.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 139 | 0.79 | 0.97 | 0 | 0.45 | 251.11 | 0.94 | 0.28 |
| Hex | 1D | 4 | 8B | 4F | 61 | 0 | 2D | FB | 5E | 1C |
| Octal | 35 | 4 | 213 | 117 | 141 | 0 | 55 | 373 | 136 | 34 |
| Binary | 11101 | 100 | 10001011 | 1001111 | 1100001 | 0 | 101101 | 11111011 | 1011110 | 11100 |
Color Harmonies of #1D048B
Complementary color
Monochromatic Colors of #1D048B
Black with #1D048B
Text Example
Text Example
White with #1D048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D048B; }
p { color: rgb(29,4,139); }
H1.HeaderClassName
{
color: #1D048B;
}
.AnyTagClassName
{
color: #1D048B;
}
</style>
background-color css
<style>
a { background-color: #1D048B; }
a { background-color: rgb(29,4,139); }
div.DivClassName
{
background-color: #1D048B;
}
.BgClassName
{
background-color: #1D048B;
}
</style>
border-color css
<style>
span { border-color: #1D048B; }
span { border-color: rgb(29,4,139); }
td.TdClassName
{
border-color: #1D048B;
}
.TagClassName
{
border-color: #1D048B;
}
</style>