Shades of Ultramarine #1D0CAA
Tints of Ultramarine #1D0CAA
RGB
CMYK
RGB Variations
Color information
#1D0CAA (or 0x1D0CAA) is known color: Ultramarine. HEX triplet: 1D, 0C and AA. RGB value is (29,12,170). Sum of RGB (Red+Green+Blue) = 29+12+170=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0CAA is #E2F355. Grayscale: #222222. Windows color (decimal): -14873430 or 11144221. OLE color: 11144221.
HSL color Cylindrical-coordinate representation of color #1D0CAA: hue angle of 246.46º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0CAA is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 12 | 170 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.33 |
| HSL | 246.46º | 0.87% | 0.36% | - |
| HSV(B) | 246.46º | 0.93% | 0.67% | - |
| XYZ | 7.89 | 3.43 | 38.28 | - |
| YUV | 35.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 170 | 0.83 | 0.93 | 0 | 0.33 | 246.46 | 0.87 | 0.36 |
| Hex | 1D | C | AA | 53 | 5D | 0 | 21 | F6 | 57 | 24 |
| Octal | 35 | 14 | 252 | 123 | 135 | 0 | 41 | 366 | 127 | 44 |
| Binary | 11101 | 1100 | 10101010 | 1010011 | 1011101 | 0 | 100001 | 11110110 | 1010111 | 100100 |
Color Harmonies of #1D0CAA
Complementary color
Monochromatic Colors of #1D0CAA
Black with #1D0CAA
Text Example
Text Example
White with #1D0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0CAA; }
p { color: rgb(29,12,170); }
H1.HeaderClassName
{
color: #1D0CAA;
}
.AnyTagClassName
{
color: #1D0CAA;
}
</style>
background-color css
<style>
a { background-color: #1D0CAA; }
a { background-color: rgb(29,12,170); }
div.DivClassName
{
background-color: #1D0CAA;
}
.BgClassName
{
background-color: #1D0CAA;
}
</style>
border-color css
<style>
span { border-color: #1D0CAA; }
span { border-color: rgb(29,12,170); }
td.TdClassName
{
border-color: #1D0CAA;
}
.TagClassName
{
border-color: #1D0CAA;
}
</style>