Shades of Ultramarine #170C8C
Tints of Ultramarine #170C8C
RGB
CMYK
RGB Variations
Color information
#170C8C (or 0x170C8C) is known color: Ultramarine. HEX triplet: 17, 0C and 8C. RGB value is (23,12,140). Sum of RGB (Red+Green+Blue) = 23+12+140=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #170C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170C8C is #E8F373. Grayscale: #1D1D1D. Windows color (decimal): -15266676 or 9178135. OLE color: 9178135.
HSL color Cylindrical-coordinate representation of color #170C8C: hue angle of 245.16º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170C8C is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 12 | 140 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.45 |
| HSL | 245.16º | 0.84% | 0.3% | - |
| HSV(B) | 245.16º | 0.91% | 0.55% | - |
| XYZ | 5.22 | 2.34 | 24.99 | - |
| YUV | 29.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 140 | 0.84 | 0.91 | 0 | 0.45 | 245.16 | 0.84 | 0.3 |
| Hex | 17 | C | 8C | 54 | 5B | 0 | 2D | F5 | 54 | 1E |
| Octal | 27 | 14 | 214 | 124 | 133 | 0 | 55 | 365 | 124 | 36 |
| Binary | 10111 | 1100 | 10001100 | 1010100 | 1011011 | 0 | 101101 | 11110101 | 1010100 | 11110 |
Color Harmonies of #170C8C
Complementary color
Monochromatic Colors of #170C8C
Black with #170C8C
Text Example
Text Example
White with #170C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C8C; }
p { color: rgb(23,12,140); }
H1.HeaderClassName
{
color: #170C8C;
}
.AnyTagClassName
{
color: #170C8C;
}
</style>
background-color css
<style>
a { background-color: #170C8C; }
a { background-color: rgb(23,12,140); }
div.DivClassName
{
background-color: #170C8C;
}
.BgClassName
{
background-color: #170C8C;
}
</style>
border-color css
<style>
span { border-color: #170C8C; }
span { border-color: rgb(23,12,140); }
td.TdClassName
{
border-color: #170C8C;
}
.TagClassName
{
border-color: #170C8C;
}
</style>