Shades of Ultramarine #171D90
Tints of Ultramarine #171D90
RGB
CMYK
RGB Variations
Color information
#171D90 (or 0x171D90) is known color: Ultramarine. HEX triplet: 17, 1D and 90. RGB value is (23,29,144). Sum of RGB (Red+Green+Blue) = 23+29+144=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #171D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171D90 is #E8E26F. Grayscale: #272727. Windows color (decimal): -15262320 or 9444631. OLE color: 9444631.
HSL color Cylindrical-coordinate representation of color #171D90: hue angle of 237.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171D90 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 29 | 144 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.44 |
| HSL | 237.02º | 0.72% | 0.33% | - |
| HSV(B) | 237.02º | 0.84% | 0.56% | - |
| XYZ | 5.83 | 3.07 | 26.67 | - |
| YUV | 40.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 144 | 0.84 | 0.80 | 0 | 0.44 | 237.02 | 0.72 | 0.33 |
| Hex | 17 | 1D | 90 | 54 | 50 | 0 | 2C | ED | 48 | 21 |
| Octal | 27 | 35 | 220 | 124 | 120 | 0 | 54 | 355 | 110 | 41 |
| Binary | 10111 | 11101 | 10010000 | 1010100 | 1010000 | 0 | 101100 | 11101101 | 1001000 | 100001 |
Color Harmonies of #171D90
Complementary color
Monochromatic Colors of #171D90
Black with #171D90
Text Example
Text Example
White with #171D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D90; }
p { color: rgb(23,29,144); }
H1.HeaderClassName
{
color: #171D90;
}
.AnyTagClassName
{
color: #171D90;
}
</style>
background-color css
<style>
a { background-color: #171D90; }
a { background-color: rgb(23,29,144); }
div.DivClassName
{
background-color: #171D90;
}
.BgClassName
{
background-color: #171D90;
}
</style>
border-color css
<style>
span { border-color: #171D90; }
span { border-color: rgb(23,29,144); }
td.TdClassName
{
border-color: #171D90;
}
.TagClassName
{
border-color: #171D90;
}
</style>