Shades of Ultramarine #1D1CAA
Tints of Ultramarine #1D1CAA
RGB
CMYK
RGB Variations
Color information
#1D1CAA (or 0x1D1CAA) is known color: Ultramarine. HEX triplet: 1D, 1C and AA. RGB value is (29,28,170). Sum of RGB (Red+Green+Blue) = 29+28+170=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1CAA is #E2E355. Grayscale: #2B2B2B. Windows color (decimal): -14869334 or 11148317. OLE color: 11148317.
HSL color Cylindrical-coordinate representation of color #1D1CAA: hue angle of 240.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1CAA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 28 | 170 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.33 |
| HSL | 240.42º | 0.72% | 0.39% | - |
| HSV(B) | 240.42º | 0.84% | 0.67% | - |
| XYZ | 8.18 | 3.99 | 38.37 | - |
| YUV | 44.49 | 198.83 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 170 | 0.83 | 0.84 | 0 | 0.33 | 240.42 | 0.72 | 0.39 |
| Hex | 1D | 1C | AA | 53 | 54 | 0 | 21 | F0 | 48 | 27 |
| Octal | 35 | 34 | 252 | 123 | 124 | 0 | 41 | 360 | 110 | 47 |
| Binary | 11101 | 11100 | 10101010 | 1010011 | 1010100 | 0 | 100001 | 11110000 | 1001000 | 100111 |
Color Harmonies of #1D1CAA
Complementary color
Monochromatic Colors of #1D1CAA
Black with #1D1CAA
Text Example
Text Example
White with #1D1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CAA; }
p { color: rgb(29,28,170); }
H1.HeaderClassName
{
color: #1D1CAA;
}
.AnyTagClassName
{
color: #1D1CAA;
}
</style>
background-color css
<style>
a { background-color: #1D1CAA; }
a { background-color: rgb(29,28,170); }
div.DivClassName
{
background-color: #1D1CAA;
}
.BgClassName
{
background-color: #1D1CAA;
}
</style>
border-color css
<style>
span { border-color: #1D1CAA; }
span { border-color: rgb(29,28,170); }
td.TdClassName
{
border-color: #1D1CAA;
}
.TagClassName
{
border-color: #1D1CAA;
}
</style>