Shades of Ultramarine #1D199C
Tints of Ultramarine #1D199C
RGB
CMYK
RGB Variations
Color information
#1D199C (or 0x1D199C) is known color: Ultramarine. HEX triplet: 1D, 19 and 9C. RGB value is (29,25,156). Sum of RGB (Red+Green+Blue) = 29+25+156=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D199C is #E2E663. Grayscale: #282828. Windows color (decimal): -14870116 or 10230045. OLE color: 10230045.
HSL color Cylindrical-coordinate representation of color #1D199C: hue angle of 241.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D199C is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 25 | 156 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.39 |
| HSL | 241.83º | 0.72% | 0.35% | - |
| HSV(B) | 241.83º | 0.84% | 0.61% | - |
| XYZ | 6.86 | 3.36 | 31.74 | - |
| YUV | 41.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 156 | 0.81 | 0.84 | 0 | 0.39 | 241.83 | 0.72 | 0.35 |
| Hex | 1D | 19 | 9C | 51 | 54 | 0 | 27 | F2 | 48 | 23 |
| Octal | 35 | 31 | 234 | 121 | 124 | 0 | 47 | 362 | 110 | 43 |
| Binary | 11101 | 11001 | 10011100 | 1010001 | 1010100 | 0 | 100111 | 11110010 | 1001000 | 100011 |
Color Harmonies of #1D199C
Complementary color
Monochromatic Colors of #1D199C
Black with #1D199C
Text Example
Text Example
White with #1D199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D199C; }
p { color: rgb(29,25,156); }
H1.HeaderClassName
{
color: #1D199C;
}
.AnyTagClassName
{
color: #1D199C;
}
</style>
background-color css
<style>
a { background-color: #1D199C; }
a { background-color: rgb(29,25,156); }
div.DivClassName
{
background-color: #1D199C;
}
.BgClassName
{
background-color: #1D199C;
}
</style>
border-color css
<style>
span { border-color: #1D199C; }
span { border-color: rgb(29,25,156); }
td.TdClassName
{
border-color: #1D199C;
}
.TagClassName
{
border-color: #1D199C;
}
</style>