Shades of Ultramarine #171C95
Tints of Ultramarine #171C95
RGB
CMYK
RGB Variations
Color information
#171C95 (or 0x171C95) is known color: Ultramarine. HEX triplet: 17, 1C and 95. RGB value is (23,28,149). Sum of RGB (Red+Green+Blue) = 23+28+149=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #171C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171C95 is #E8E36A. Grayscale: #272727. Windows color (decimal): -15262571 or 9772055. OLE color: 9772055.
HSL color Cylindrical-coordinate representation of color #171C95: hue angle of 237.62º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171C95 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 28 | 149 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.42 |
| HSL | 237.62º | 0.73% | 0.34% | - |
| HSV(B) | 237.62º | 0.85% | 0.58% | - |
| XYZ | 6.19 | 3.18 | 28.72 | - |
| YUV | 40.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 149 | 0.85 | 0.81 | 0 | 0.42 | 237.62 | 0.73 | 0.34 |
| Hex | 17 | 1C | 95 | 55 | 51 | 0 | 2A | EE | 49 | 22 |
| Octal | 27 | 34 | 225 | 125 | 121 | 0 | 52 | 356 | 111 | 42 |
| Binary | 10111 | 11100 | 10010101 | 1010101 | 1010001 | 0 | 101010 | 11101110 | 1001001 | 100010 |
Color Harmonies of #171C95
Complementary color
Monochromatic Colors of #171C95
Black with #171C95
Text Example
Text Example
White with #171C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C95; }
p { color: rgb(23,28,149); }
H1.HeaderClassName
{
color: #171C95;
}
.AnyTagClassName
{
color: #171C95;
}
</style>
background-color css
<style>
a { background-color: #171C95; }
a { background-color: rgb(23,28,149); }
div.DivClassName
{
background-color: #171C95;
}
.BgClassName
{
background-color: #171C95;
}
</style>
border-color css
<style>
span { border-color: #171C95; }
span { border-color: rgb(23,28,149); }
td.TdClassName
{
border-color: #171C95;
}
.TagClassName
{
border-color: #171C95;
}
</style>