Shades of Ultramarine #1D09AB
Tints of Ultramarine #1D09AB
RGB
CMYK
RGB Variations
Color information
#1D09AB (or 0x1D09AB) is known color: Ultramarine. HEX triplet: 1D, 09 and AB. RGB value is (29,9,171). Sum of RGB (Red+Green+Blue) = 29+9+171=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D09AB is #E2F654. Grayscale: #202020. Windows color (decimal): -14874197 or 11208989. OLE color: 11208989.
HSL color Cylindrical-coordinate representation of color #1D09AB: hue angle of 247.41º 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 #1D09AB is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 9 | 171 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.33 |
| HSL | 247.41º | 0.9% | 0.35% | - |
| HSV(B) | 247.41º | 0.95% | 0.67% | - |
| XYZ | 7.96 | 3.4 | 38.76 | - |
| YUV | 33.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 171 | 0.83 | 0.95 | 0 | 0.33 | 247.41 | 0.9 | 0.35 |
| Hex | 1D | 9 | AB | 53 | 5F | 0 | 21 | F7 | 5A | 23 |
| Octal | 35 | 11 | 253 | 123 | 137 | 0 | 41 | 367 | 132 | 43 |
| Binary | 11101 | 1001 | 10101011 | 1010011 | 1011111 | 0 | 100001 | 11110111 | 1011010 | 100011 |
Color Harmonies of #1D09AB
Complementary color
Monochromatic Colors of #1D09AB
Black with #1D09AB
Text Example
Text Example
White with #1D09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D09AB; }
p { color: rgb(29,9,171); }
H1.HeaderClassName
{
color: #1D09AB;
}
.AnyTagClassName
{
color: #1D09AB;
}
</style>
background-color css
<style>
a { background-color: #1D09AB; }
a { background-color: rgb(29,9,171); }
div.DivClassName
{
background-color: #1D09AB;
}
.BgClassName
{
background-color: #1D09AB;
}
</style>
border-color css
<style>
span { border-color: #1D09AB; }
span { border-color: rgb(29,9,171); }
td.TdClassName
{
border-color: #1D09AB;
}
.TagClassName
{
border-color: #1D09AB;
}
</style>