Shades of Ultramarine #1D04AB
Tints of Ultramarine #1D04AB
RGB
CMYK
RGB Variations
Color information
#1D04AB (or 0x1D04AB) is known color: Ultramarine. HEX triplet: 1D, 04 and AB. RGB value is (29,4,171). Sum of RGB (Red+Green+Blue) = 29+4+171=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AB is #E2FB54. Grayscale: #1D1D1D. Windows color (decimal): -14875477 or 11207709. OLE color: 11207709.
HSL color Cylindrical-coordinate representation of color #1D04AB: hue angle of 248.98º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04AB is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 4 | 171 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.33 |
| HSL | 248.98º | 0.95% | 0.34% | - |
| HSV(B) | 248.98º | 0.98% | 0.67% | - |
| XYZ | 7.9 | 3.29 | 38.75 | - |
| YUV | 30.51 | 207.28 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 171 | 0.83 | 0.98 | 0 | 0.33 | 248.98 | 0.95 | 0.34 |
| Hex | 1D | 4 | AB | 53 | 62 | 0 | 21 | F9 | 5F | 22 |
| Octal | 35 | 4 | 253 | 123 | 142 | 0 | 41 | 371 | 137 | 42 |
| Binary | 11101 | 100 | 10101011 | 1010011 | 1100010 | 0 | 100001 | 11111001 | 1011111 | 100010 |
Color Harmonies of #1D04AB
Complementary color
Monochromatic Colors of #1D04AB
Black with #1D04AB
Text Example
Text Example
White with #1D04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04AB; }
p { color: rgb(29,4,171); }
H1.HeaderClassName
{
color: #1D04AB;
}
.AnyTagClassName
{
color: #1D04AB;
}
</style>
background-color css
<style>
a { background-color: #1D04AB; }
a { background-color: rgb(29,4,171); }
div.DivClassName
{
background-color: #1D04AB;
}
.BgClassName
{
background-color: #1D04AB;
}
</style>
border-color css
<style>
span { border-color: #1D04AB; }
span { border-color: rgb(29,4,171); }
td.TdClassName
{
border-color: #1D04AB;
}
.TagClassName
{
border-color: #1D04AB;
}
</style>