Shades of Ultramarine #171A8F
Tints of Ultramarine #171A8F
RGB
CMYK
RGB Variations
Color information
#171A8F (or 0x171A8F) is known color: Ultramarine. HEX triplet: 17, 1A and 8F. RGB value is (23,26,143). Sum of RGB (Red+Green+Blue) = 23+26+143=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #171A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171A8F is #E8E570. Grayscale: #252525. Windows color (decimal): -15263089 or 9378327. OLE color: 9378327.
HSL color Cylindrical-coordinate representation of color #171A8F: hue angle of 238.5º 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 #171A8F is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 26 | 143 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.44 |
| HSL | 238.5º | 0.72% | 0.33% | - |
| HSV(B) | 238.5º | 0.84% | 0.56% | - |
| XYZ | 5.68 | 2.9 | 26.25 | - |
| YUV | 38.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 143 | 0.84 | 0.82 | 0 | 0.44 | 238.5 | 0.72 | 0.33 |
| Hex | 17 | 1A | 8F | 54 | 52 | 0 | 2C | EE | 48 | 21 |
| Octal | 27 | 32 | 217 | 124 | 122 | 0 | 54 | 356 | 110 | 41 |
| Binary | 10111 | 11010 | 10001111 | 1010100 | 1010010 | 0 | 101100 | 11101110 | 1001000 | 100001 |
Color Harmonies of #171A8F
Complementary color
Monochromatic Colors of #171A8F
Black with #171A8F
Text Example
Text Example
White with #171A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A8F; }
p { color: rgb(23,26,143); }
H1.HeaderClassName
{
color: #171A8F;
}
.AnyTagClassName
{
color: #171A8F;
}
</style>
background-color css
<style>
a { background-color: #171A8F; }
a { background-color: rgb(23,26,143); }
div.DivClassName
{
background-color: #171A8F;
}
.BgClassName
{
background-color: #171A8F;
}
</style>
border-color css
<style>
span { border-color: #171A8F; }
span { border-color: rgb(23,26,143); }
td.TdClassName
{
border-color: #171A8F;
}
.TagClassName
{
border-color: #171A8F;
}
</style>