Shades of Ultramarine #1D179A
Tints of Ultramarine #1D179A
RGB
CMYK
RGB Variations
Color information
#1D179A (or 0x1D179A) is known color: Ultramarine. HEX triplet: 1D, 17 and 9A. RGB value is (29,23,154). Sum of RGB (Red+Green+Blue) = 29+23+154=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D179A is #E2E865. Grayscale: #272727. Windows color (decimal): -14870630 or 10098461. OLE color: 10098461.
HSL color Cylindrical-coordinate representation of color #1D179A: hue angle of 242.75º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D179A is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 23 | 154 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.40 |
| HSL | 242.75º | 0.74% | 0.35% | - |
| HSV(B) | 242.75º | 0.85% | 0.6% | - |
| XYZ | 6.65 | 3.21 | 30.84 | - |
| YUV | 39.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 154 | 0.81 | 0.85 | 0 | 0.40 | 242.75 | 0.74 | 0.35 |
| Hex | 1D | 17 | 9A | 51 | 55 | 0 | 28 | F3 | 4A | 23 |
| Octal | 35 | 27 | 232 | 121 | 125 | 0 | 50 | 363 | 112 | 43 |
| Binary | 11101 | 10111 | 10011010 | 1010001 | 1010101 | 0 | 101000 | 11110011 | 1001010 | 100011 |
Color Harmonies of #1D179A
Complementary color
Monochromatic Colors of #1D179A
Black with #1D179A
Text Example
Text Example
White with #1D179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D179A; }
p { color: rgb(29,23,154); }
H1.HeaderClassName
{
color: #1D179A;
}
.AnyTagClassName
{
color: #1D179A;
}
</style>
background-color css
<style>
a { background-color: #1D179A; }
a { background-color: rgb(29,23,154); }
div.DivClassName
{
background-color: #1D179A;
}
.BgClassName
{
background-color: #1D179A;
}
</style>
border-color css
<style>
span { border-color: #1D179A; }
span { border-color: rgb(29,23,154); }
td.TdClassName
{
border-color: #1D179A;
}
.TagClassName
{
border-color: #1D179A;
}
</style>