Shades of Ultramarine #17258D
Tints of Ultramarine #17258D
RGB
CMYK
RGB Variations
Color information
#17258D (or 0x17258D) is known color: Ultramarine. HEX triplet: 17, 25 and 8D. RGB value is (23,37,141). Sum of RGB (Red+Green+Blue) = 23+37+141=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #17258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17258D is #E8DA72. Grayscale: #2C2C2C. Windows color (decimal): -15260275 or 9250071. OLE color: 9250071.
HSL color Cylindrical-coordinate representation of color #17258D: hue angle of 232.88º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17258D is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 37 | 141 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.45 |
| HSL | 232.88º | 0.72% | 0.32% | - |
| HSV(B) | 232.88º | 0.84% | 0.55% | - |
| XYZ | 5.82 | 3.43 | 25.55 | - |
| YUV | 44.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 141 | 0.84 | 0.74 | 0 | 0.45 | 232.88 | 0.72 | 0.32 |
| Hex | 17 | 25 | 8D | 54 | 4A | 0 | 2D | E9 | 48 | 20 |
| Octal | 27 | 45 | 215 | 124 | 112 | 0 | 55 | 351 | 110 | 40 |
| Binary | 10111 | 100101 | 10001101 | 1010100 | 1001010 | 0 | 101101 | 11101001 | 1001000 | 100000 |
Color Harmonies of #17258D
Complementary color
Monochromatic Colors of #17258D
Black with #17258D
Text Example
Text Example
White with #17258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17258D; }
p { color: rgb(23,37,141); }
H1.HeaderClassName
{
color: #17258D;
}
.AnyTagClassName
{
color: #17258D;
}
</style>
background-color css
<style>
a { background-color: #17258D; }
a { background-color: rgb(23,37,141); }
div.DivClassName
{
background-color: #17258D;
}
.BgClassName
{
background-color: #17258D;
}
</style>
border-color css
<style>
span { border-color: #17258D; }
span { border-color: rgb(23,37,141); }
td.TdClassName
{
border-color: #17258D;
}
.TagClassName
{
border-color: #17258D;
}
</style>