Shades of Ultramarine #1D09AA
Tints of Ultramarine #1D09AA
RGB
CMYK
RGB Variations
Color information
#1D09AA (or 0x1D09AA) is known color: Ultramarine. HEX triplet: 1D, 09 and AA. RGB value is (29,9,170). Sum of RGB (Red+Green+Blue) = 29+9+170=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D09AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D09AA is #E2F655. Grayscale: #202020. Windows color (decimal): -14874198 or 11143453. OLE color: 11143453.
HSL color Cylindrical-coordinate representation of color #1D09AA: hue angle of 247.45º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D09AA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 9 | 170 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.33 |
| HSL | 247.45º | 0.9% | 0.35% | - |
| HSV(B) | 247.45º | 0.95% | 0.67% | - |
| XYZ | 7.86 | 3.36 | 38.26 | - |
| YUV | 33.33 | 205.13 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 170 | 0.83 | 0.95 | 0 | 0.33 | 247.45 | 0.9 | 0.35 |
| Hex | 1D | 9 | AA | 53 | 5F | 0 | 21 | F7 | 5A | 23 |
| Octal | 35 | 11 | 252 | 123 | 137 | 0 | 41 | 367 | 132 | 43 |
| Binary | 11101 | 1001 | 10101010 | 1010011 | 1011111 | 0 | 100001 | 11110111 | 1011010 | 100011 |
Color Harmonies of #1D09AA
Complementary color
Monochromatic Colors of #1D09AA
Black with #1D09AA
Text Example
Text Example
White with #1D09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D09AA; }
p { color: rgb(29,9,170); }
H1.HeaderClassName
{
color: #1D09AA;
}
.AnyTagClassName
{
color: #1D09AA;
}
</style>
background-color css
<style>
a { background-color: #1D09AA; }
a { background-color: rgb(29,9,170); }
div.DivClassName
{
background-color: #1D09AA;
}
.BgClassName
{
background-color: #1D09AA;
}
</style>
border-color css
<style>
span { border-color: #1D09AA; }
span { border-color: rgb(29,9,170); }
td.TdClassName
{
border-color: #1D09AA;
}
.TagClassName
{
border-color: #1D09AA;
}
</style>