Shades of Ultramarine #171C99
Tints of Ultramarine #171C99
RGB
CMYK
RGB Variations
Color information
#171C99 (or 0x171C99) is known color: Ultramarine. HEX triplet: 17, 1C and 99. RGB value is (23,28,153). Sum of RGB (Red+Green+Blue) = 23+28+153=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #171C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171C99 is #E8E366. Grayscale: #282828. Windows color (decimal): -15262567 or 10034199. OLE color: 10034199.
HSL color Cylindrical-coordinate representation of color #171C99: hue angle of 237.69º 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 #171C99 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 28 | 153 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.4 |
| HSL | 237.69º | 0.74% | 0.35% | - |
| HSV(B) | 237.69º | 0.85% | 0.6% | - |
| XYZ | 6.52 | 3.31 | 30.43 | - |
| YUV | 40.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 153 | 0.85 | 0.82 | 0 | 0.4 | 237.69 | 0.74 | 0.35 |
| Hex | 17 | 1C | 99 | 55 | 52 | 0 | 28 | EE | 4A | 23 |
| Octal | 27 | 34 | 231 | 125 | 122 | 0 | 50 | 356 | 112 | 43 |
| Binary | 10111 | 11100 | 10011001 | 1010101 | 1010010 | 0 | 101000 | 11101110 | 1001010 | 100011 |
Color Harmonies of #171C99
Complementary color
Monochromatic Colors of #171C99
Black with #171C99
Text Example
Text Example
White with #171C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C99; }
p { color: rgb(23,28,153); }
H1.HeaderClassName
{
color: #171C99;
}
.AnyTagClassName
{
color: #171C99;
}
</style>
background-color css
<style>
a { background-color: #171C99; }
a { background-color: rgb(23,28,153); }
div.DivClassName
{
background-color: #171C99;
}
.BgClassName
{
background-color: #171C99;
}
</style>
border-color css
<style>
span { border-color: #171C99; }
span { border-color: rgb(23,28,153); }
td.TdClassName
{
border-color: #171C99;
}
.TagClassName
{
border-color: #171C99;
}
</style>