Shades of Ultramarine #1D058B
Tints of Ultramarine #1D058B
RGB
CMYK
RGB Variations
Color information
#1D058B (or 0x1D058B) is known color: Ultramarine. HEX triplet: 1D, 05 and 8B. RGB value is (29,5,139). Sum of RGB (Red+Green+Blue) = 29+5+139=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D058B is #E2FA74. Grayscale: #1A1A1A. Windows color (decimal): -14875253 or 9110813. OLE color: 9110813.
HSL color Cylindrical-coordinate representation of color #1D058B: hue angle of 250.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D058B is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 5 | 139 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.45 |
| HSL | 250.75º | 0.93% | 0.28% | - |
| HSV(B) | 250.75º | 0.96% | 0.55% | - |
| XYZ | 5.22 | 2.23 | 24.58 | - |
| YUV | 27.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 139 | 0.79 | 0.96 | 0 | 0.45 | 250.75 | 0.93 | 0.28 |
| Hex | 1D | 5 | 8B | 4F | 60 | 0 | 2D | FB | 5D | 1C |
| Octal | 35 | 5 | 213 | 117 | 140 | 0 | 55 | 373 | 135 | 34 |
| Binary | 11101 | 101 | 10001011 | 1001111 | 1100000 | 0 | 101101 | 11111011 | 1011101 | 11100 |
Color Harmonies of #1D058B
Complementary color
Monochromatic Colors of #1D058B
Black with #1D058B
Text Example
Text Example
White with #1D058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D058B; }
p { color: rgb(29,5,139); }
H1.HeaderClassName
{
color: #1D058B;
}
.AnyTagClassName
{
color: #1D058B;
}
</style>
background-color css
<style>
a { background-color: #1D058B; }
a { background-color: rgb(29,5,139); }
div.DivClassName
{
background-color: #1D058B;
}
.BgClassName
{
background-color: #1D058B;
}
</style>
border-color css
<style>
span { border-color: #1D058B; }
span { border-color: rgb(29,5,139); }
td.TdClassName
{
border-color: #1D058B;
}
.TagClassName
{
border-color: #1D058B;
}
</style>