Shades of Ultramarine #1D199D
Tints of Ultramarine #1D199D
RGB
CMYK
RGB Variations
Color information
#1D199D (or 0x1D199D) is known color: Ultramarine. HEX triplet: 1D, 19 and 9D. RGB value is (29,25,157). Sum of RGB (Red+Green+Blue) = 29+25+157=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D199D is #E2E662. Grayscale: #282828. Windows color (decimal): -14870115 or 10295581. OLE color: 10295581.
HSL color Cylindrical-coordinate representation of color #1D199D: hue angle of 241.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D199D is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 25 | 157 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.38 |
| HSL | 241.82º | 0.73% | 0.36% | - |
| HSV(B) | 241.82º | 0.84% | 0.62% | - |
| XYZ | 6.94 | 3.39 | 32.19 | - |
| YUV | 41.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 157 | 0.82 | 0.84 | 0 | 0.38 | 241.82 | 0.73 | 0.36 |
| Hex | 1D | 19 | 9D | 52 | 54 | 0 | 26 | F2 | 49 | 24 |
| Octal | 35 | 31 | 235 | 122 | 124 | 0 | 46 | 362 | 111 | 44 |
| Binary | 11101 | 11001 | 10011101 | 1010010 | 1010100 | 0 | 100110 | 11110010 | 1001001 | 100100 |
Color Harmonies of #1D199D
Complementary color
Monochromatic Colors of #1D199D
Black with #1D199D
Text Example
Text Example
White with #1D199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D199D; }
p { color: rgb(29,25,157); }
H1.HeaderClassName
{
color: #1D199D;
}
.AnyTagClassName
{
color: #1D199D;
}
</style>
background-color css
<style>
a { background-color: #1D199D; }
a { background-color: rgb(29,25,157); }
div.DivClassName
{
background-color: #1D199D;
}
.BgClassName
{
background-color: #1D199D;
}
</style>
border-color css
<style>
span { border-color: #1D199D; }
span { border-color: rgb(29,25,157); }
td.TdClassName
{
border-color: #1D199D;
}
.TagClassName
{
border-color: #1D199D;
}
</style>