Shades of Ultramarine #1D099A
Tints of Ultramarine #1D099A
RGB
CMYK
RGB Variations
Color information
#1D099A (or 0x1D099A) is known color: Ultramarine. HEX triplet: 1D, 09 and 9A. RGB value is (29,9,154). Sum of RGB (Red+Green+Blue) = 29+9+154=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D099A is #E2F665. Grayscale: #1E1E1E. Windows color (decimal): -14874214 or 10094877. OLE color: 10094877.
HSL color Cylindrical-coordinate representation of color #1D099A: hue angle of 248.28º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D099A is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 9 | 154 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.40 |
| HSL | 248.28º | 0.89% | 0.32% | - |
| HSV(B) | 248.28º | 0.94% | 0.6% | - |
| XYZ | 6.44 | 2.79 | 30.77 | - |
| YUV | 31.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 154 | 0.81 | 0.94 | 0 | 0.40 | 248.28 | 0.89 | 0.32 |
| Hex | 1D | 9 | 9A | 51 | 5E | 0 | 28 | F8 | 59 | 20 |
| Octal | 35 | 11 | 232 | 121 | 136 | 0 | 50 | 370 | 131 | 40 |
| Binary | 11101 | 1001 | 10011010 | 1010001 | 1011110 | 0 | 101000 | 11111000 | 1011001 | 100000 |
Color Harmonies of #1D099A
Complementary color
Monochromatic Colors of #1D099A
Black with #1D099A
Text Example
Text Example
White with #1D099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D099A; }
p { color: rgb(29,9,154); }
H1.HeaderClassName
{
color: #1D099A;
}
.AnyTagClassName
{
color: #1D099A;
}
</style>
background-color css
<style>
a { background-color: #1D099A; }
a { background-color: rgb(29,9,154); }
div.DivClassName
{
background-color: #1D099A;
}
.BgClassName
{
background-color: #1D099A;
}
</style>
border-color css
<style>
span { border-color: #1D099A; }
span { border-color: rgb(29,9,154); }
td.TdClassName
{
border-color: #1D099A;
}
.TagClassName
{
border-color: #1D099A;
}
</style>