Shades of Ultramarine #1D097D
Tints of Ultramarine #1D097D
RGB
CMYK
RGB Variations
Color information
#1D097D (or 0x1D097D) is known color: Ultramarine. HEX triplet: 1D, 09 and 7D. RGB value is (29,9,125). Sum of RGB (Red+Green+Blue) = 29+9+125=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D097D is #E2F682. Grayscale: #1B1B1B. Windows color (decimal): -14874243 or 8194333. OLE color: 8194333.
HSL color Cylindrical-coordinate representation of color #1D097D: hue angle of 250.34º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D097D is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 9 | 125 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.51 |
| HSL | 250.34º | 0.87% | 0.26% | - |
| HSV(B) | 250.34º | 0.93% | 0.49% | - |
| XYZ | 4.31 | 1.94 | 19.55 | - |
| YUV | 28.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 125 | 0.77 | 0.93 | 0 | 0.51 | 250.34 | 0.87 | 0.26 |
| Hex | 1D | 9 | 7D | 4D | 5D | 0 | 33 | FA | 57 | 1A |
| Octal | 35 | 11 | 175 | 115 | 135 | 0 | 63 | 372 | 127 | 32 |
| Binary | 11101 | 1001 | 1111101 | 1001101 | 1011101 | 0 | 110011 | 11111010 | 1010111 | 11010 |
Color Harmonies of #1D097D
Complementary color
Monochromatic Colors of #1D097D
Black with #1D097D
Text Example
Text Example
White with #1D097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D097D; }
p { color: rgb(29,9,125); }
H1.HeaderClassName
{
color: #1D097D;
}
.AnyTagClassName
{
color: #1D097D;
}
</style>
background-color css
<style>
a { background-color: #1D097D; }
a { background-color: rgb(29,9,125); }
div.DivClassName
{
background-color: #1D097D;
}
.BgClassName
{
background-color: #1D097D;
}
</style>
border-color css
<style>
span { border-color: #1D097D; }
span { border-color: rgb(29,9,125); }
td.TdClassName
{
border-color: #1D097D;
}
.TagClassName
{
border-color: #1D097D;
}
</style>