Shades of Ultramarine #171F9C
Tints of Ultramarine #171F9C
RGB
CMYK
RGB Variations
Color information
#171F9C (or 0x171F9C) is known color: Ultramarine. HEX triplet: 17, 1F and 9C. RGB value is (23,31,156). Sum of RGB (Red+Green+Blue) = 23+31+156=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #171F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F9C is #E8E063. Grayscale: #2A2A2A. Windows color (decimal): -15261796 or 10231575. OLE color: 10231575.
HSL color Cylindrical-coordinate representation of color #171F9C: hue angle of 236.39º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171F9C is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 31 | 156 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.39 |
| HSL | 236.39º | 0.74% | 0.35% | - |
| HSV(B) | 236.39º | 0.85% | 0.61% | - |
| XYZ | 6.84 | 3.56 | 31.78 | - |
| YUV | 42.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 156 | 0.85 | 0.80 | 0 | 0.39 | 236.39 | 0.74 | 0.35 |
| Hex | 17 | 1F | 9C | 55 | 50 | 0 | 27 | EC | 4A | 23 |
| Octal | 27 | 37 | 234 | 125 | 120 | 0 | 47 | 354 | 112 | 43 |
| Binary | 10111 | 11111 | 10011100 | 1010101 | 1010000 | 0 | 100111 | 11101100 | 1001010 | 100011 |
Color Harmonies of #171F9C
Complementary color
Monochromatic Colors of #171F9C
Black with #171F9C
Text Example
Text Example
White with #171F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F9C; }
p { color: rgb(23,31,156); }
H1.HeaderClassName
{
color: #171F9C;
}
.AnyTagClassName
{
color: #171F9C;
}
</style>
background-color css
<style>
a { background-color: #171F9C; }
a { background-color: rgb(23,31,156); }
div.DivClassName
{
background-color: #171F9C;
}
.BgClassName
{
background-color: #171F9C;
}
</style>
border-color css
<style>
span { border-color: #171F9C; }
span { border-color: rgb(23,31,156); }
td.TdClassName
{
border-color: #171F9C;
}
.TagClassName
{
border-color: #171F9C;
}
</style>