Shades of Ultramarine #171F9D
Tints of Ultramarine #171F9D
RGB
CMYK
RGB Variations
Color information
#171F9D (or 0x171F9D) is known color: Ultramarine. HEX triplet: 17, 1F and 9D. RGB value is (23,31,157). Sum of RGB (Red+Green+Blue) = 23+31+157=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #171F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F9D is #E8E062. Grayscale: #2A2A2A. Windows color (decimal): -15261795 or 10297111. OLE color: 10297111.
HSL color Cylindrical-coordinate representation of color #171F9D: hue angle of 236.42º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171F9D is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 31 | 157 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.38 |
| HSL | 236.42º | 0.74% | 0.35% | - |
| HSV(B) | 236.42º | 0.85% | 0.62% | - |
| XYZ | 6.93 | 3.6 | 32.23 | - |
| YUV | 42.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 157 | 0.85 | 0.80 | 0 | 0.38 | 236.42 | 0.74 | 0.35 |
| Hex | 17 | 1F | 9D | 55 | 50 | 0 | 26 | EC | 4A | 23 |
| Octal | 27 | 37 | 235 | 125 | 120 | 0 | 46 | 354 | 112 | 43 |
| Binary | 10111 | 11111 | 10011101 | 1010101 | 1010000 | 0 | 100110 | 11101100 | 1001010 | 100011 |
Color Harmonies of #171F9D
Complementary color
Monochromatic Colors of #171F9D
Black with #171F9D
Text Example
Text Example
White with #171F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F9D; }
p { color: rgb(23,31,157); }
H1.HeaderClassName
{
color: #171F9D;
}
.AnyTagClassName
{
color: #171F9D;
}
</style>
background-color css
<style>
a { background-color: #171F9D; }
a { background-color: rgb(23,31,157); }
div.DivClassName
{
background-color: #171F9D;
}
.BgClassName
{
background-color: #171F9D;
}
</style>
border-color css
<style>
span { border-color: #171F9D; }
span { border-color: rgb(23,31,157); }
td.TdClassName
{
border-color: #171F9D;
}
.TagClassName
{
border-color: #171F9D;
}
</style>