Shades of Ultramarine #1D0FAA
Tints of Ultramarine #1D0FAA
RGB
CMYK
RGB Variations
Color information
#1D0FAA (or 0x1D0FAA) is known color: Ultramarine. HEX triplet: 1D, 0F and AA. RGB value is (29,15,170). Sum of RGB (Red+Green+Blue) = 29+15+170=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0FAA is #E2F055. Grayscale: #242424. Windows color (decimal): -14872662 or 11144989. OLE color: 11144989.
HSL color Cylindrical-coordinate representation of color #1D0FAA: hue angle of 245.42º 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 #1D0FAA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 15 | 170 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.33 |
| HSL | 245.42º | 0.84% | 0.36% | - |
| HSV(B) | 245.42º | 0.91% | 0.67% | - |
| XYZ | 7.93 | 3.51 | 38.29 | - |
| YUV | 36.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 170 | 0.83 | 0.91 | 0 | 0.33 | 245.42 | 0.84 | 0.36 |
| Hex | 1D | F | AA | 53 | 5B | 0 | 21 | F5 | 54 | 24 |
| Octal | 35 | 17 | 252 | 123 | 133 | 0 | 41 | 365 | 124 | 44 |
| Binary | 11101 | 1111 | 10101010 | 1010011 | 1011011 | 0 | 100001 | 11110101 | 1010100 | 100100 |
Color Harmonies of #1D0FAA
Complementary color
Monochromatic Colors of #1D0FAA
Black with #1D0FAA
Text Example
Text Example
White with #1D0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FAA; }
p { color: rgb(29,15,170); }
H1.HeaderClassName
{
color: #1D0FAA;
}
.AnyTagClassName
{
color: #1D0FAA;
}
</style>
background-color css
<style>
a { background-color: #1D0FAA; }
a { background-color: rgb(29,15,170); }
div.DivClassName
{
background-color: #1D0FAA;
}
.BgClassName
{
background-color: #1D0FAA;
}
</style>
border-color css
<style>
span { border-color: #1D0FAA; }
span { border-color: rgb(29,15,170); }
td.TdClassName
{
border-color: #1D0FAA;
}
.TagClassName
{
border-color: #1D0FAA;
}
</style>