Shades of Ultramarine #1D0FAB
Tints of Ultramarine #1D0FAB
RGB
CMYK
RGB Variations
Color information
#1D0FAB (or 0x1D0FAB) is known color: Ultramarine. HEX triplet: 1D, 0F and AB. RGB value is (29,15,171). Sum of RGB (Red+Green+Blue) = 29+15+171=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0FAB is #E2F054. Grayscale: #242424. Windows color (decimal): -14872661 or 11210525. OLE color: 11210525.
HSL color Cylindrical-coordinate representation of color #1D0FAB: hue angle of 245.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0FAB is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 15 | 171 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.33 |
| HSL | 245.38º | 0.84% | 0.36% | - |
| HSV(B) | 245.38º | 0.91% | 0.67% | - |
| XYZ | 8.03 | 3.54 | 38.79 | - |
| YUV | 36.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 171 | 0.83 | 0.91 | 0 | 0.33 | 245.38 | 0.84 | 0.36 |
| Hex | 1D | F | AB | 53 | 5B | 0 | 21 | F5 | 54 | 24 |
| Octal | 35 | 17 | 253 | 123 | 133 | 0 | 41 | 365 | 124 | 44 |
| Binary | 11101 | 1111 | 10101011 | 1010011 | 1011011 | 0 | 100001 | 11110101 | 1010100 | 100100 |
Color Harmonies of #1D0FAB
Complementary color
Monochromatic Colors of #1D0FAB
Black with #1D0FAB
Text Example
Text Example
White with #1D0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FAB; }
p { color: rgb(29,15,171); }
H1.HeaderClassName
{
color: #1D0FAB;
}
.AnyTagClassName
{
color: #1D0FAB;
}
</style>
background-color css
<style>
a { background-color: #1D0FAB; }
a { background-color: rgb(29,15,171); }
div.DivClassName
{
background-color: #1D0FAB;
}
.BgClassName
{
background-color: #1D0FAB;
}
</style>
border-color css
<style>
span { border-color: #1D0FAB; }
span { border-color: rgb(29,15,171); }
td.TdClassName
{
border-color: #1D0FAB;
}
.TagClassName
{
border-color: #1D0FAB;
}
</style>