Shades of Ultramarine #1D1BAA
Tints of Ultramarine #1D1BAA
RGB
CMYK
RGB Variations
Color information
#1D1BAA (or 0x1D1BAA) is known color: Ultramarine. HEX triplet: 1D, 1B and AA. RGB value is (29,27,170). Sum of RGB (Red+Green+Blue) = 29+27+170=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D1BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1BAA is #E2E455. Grayscale: #2B2B2B. Windows color (decimal): -14869590 or 11148061. OLE color: 11148061.
HSL color Cylindrical-coordinate representation of color #1D1BAA: hue angle of 240.84º degrees, saturation: 0.73, 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 #1D1BAA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 27 | 170 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.33 |
| HSL | 240.84º | 0.73% | 0.39% | - |
| HSV(B) | 240.84º | 0.84% | 0.67% | - |
| XYZ | 8.15 | 3.95 | 38.36 | - |
| YUV | 43.9 | 199.16 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 170 | 0.83 | 0.84 | 0 | 0.33 | 240.84 | 0.73 | 0.39 |
| Hex | 1D | 1B | AA | 53 | 54 | 0 | 21 | F1 | 49 | 27 |
| Octal | 35 | 33 | 252 | 123 | 124 | 0 | 41 | 361 | 111 | 47 |
| Binary | 11101 | 11011 | 10101010 | 1010011 | 1010100 | 0 | 100001 | 11110001 | 1001001 | 100111 |
Color Harmonies of #1D1BAA
Complementary color
Monochromatic Colors of #1D1BAA
Black with #1D1BAA
Text Example
Text Example
White with #1D1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1BAA; }
p { color: rgb(29,27,170); }
H1.HeaderClassName
{
color: #1D1BAA;
}
.AnyTagClassName
{
color: #1D1BAA;
}
</style>
background-color css
<style>
a { background-color: #1D1BAA; }
a { background-color: rgb(29,27,170); }
div.DivClassName
{
background-color: #1D1BAA;
}
.BgClassName
{
background-color: #1D1BAA;
}
</style>
border-color css
<style>
span { border-color: #1D1BAA; }
span { border-color: rgb(29,27,170); }
td.TdClassName
{
border-color: #1D1BAA;
}
.TagClassName
{
border-color: #1D1BAA;
}
</style>