Shades of Ultramarine #1D179B
Tints of Ultramarine #1D179B
RGB
CMYK
RGB Variations
Color information
#1D179B (or 0x1D179B) is known color: Ultramarine. HEX triplet: 1D, 17 and 9B. RGB value is (29,23,155). Sum of RGB (Red+Green+Blue) = 29+23+155=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D179B is #E2E864. Grayscale: #272727. Windows color (decimal): -14870629 or 10163997. OLE color: 10163997.
HSL color Cylindrical-coordinate representation of color #1D179B: hue angle of 242.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D179B is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 23 | 155 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.39 |
| HSL | 242.73º | 0.74% | 0.35% | - |
| HSV(B) | 242.73º | 0.85% | 0.61% | - |
| XYZ | 6.73 | 3.24 | 31.28 | - |
| YUV | 39.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 155 | 0.81 | 0.85 | 0 | 0.39 | 242.73 | 0.74 | 0.35 |
| Hex | 1D | 17 | 9B | 51 | 55 | 0 | 27 | F3 | 4A | 23 |
| Octal | 35 | 27 | 233 | 121 | 125 | 0 | 47 | 363 | 112 | 43 |
| Binary | 11101 | 10111 | 10011011 | 1010001 | 1010101 | 0 | 100111 | 11110011 | 1001010 | 100011 |
Color Harmonies of #1D179B
Complementary color
Monochromatic Colors of #1D179B
Black with #1D179B
Text Example
Text Example
White with #1D179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D179B; }
p { color: rgb(29,23,155); }
H1.HeaderClassName
{
color: #1D179B;
}
.AnyTagClassName
{
color: #1D179B;
}
</style>
background-color css
<style>
a { background-color: #1D179B; }
a { background-color: rgb(29,23,155); }
div.DivClassName
{
background-color: #1D179B;
}
.BgClassName
{
background-color: #1D179B;
}
</style>
border-color css
<style>
span { border-color: #1D179B; }
span { border-color: rgb(29,23,155); }
td.TdClassName
{
border-color: #1D179B;
}
.TagClassName
{
border-color: #1D179B;
}
</style>