Shades of Sapphire #17255A
Tints of Sapphire #17255A
RGB
CMYK
RGB Variations
Color information
#17255A (or 0x17255A) is known color: Sapphire. HEX triplet: 17, 25 and 5A. RGB value is (23,37,90). Sum of RGB (Red+Green+Blue) = 23+37+90=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #17255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255A is #E8DAA5. Grayscale: #262626. Windows color (decimal): -15260326 or 5907735. OLE color: 5907735.
HSL color Cylindrical-coordinate representation of color #17255A: hue angle of 227.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17255A is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 37 | 90 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.65 |
| HSL | 227.46º | 0.59% | 0.22% | - |
| HSV(B) | 227.46º | 0.74% | 0.35% | - |
| XYZ | 2.86 | 2.24 | 9.96 | - |
| YUV | 38.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 90 | 0.74 | 0.59 | 0 | 0.65 | 227.46 | 0.59 | 0.22 |
| Hex | 17 | 25 | 5A | 4A | 3B | 0 | 41 | E3 | 3B | 16 |
| Octal | 27 | 45 | 132 | 112 | 73 | 0 | 101 | 343 | 73 | 26 |
| Binary | 10111 | 100101 | 1011010 | 1001010 | 111011 | 0 | 1000001 | 11100011 | 111011 | 10110 |
Color Harmonies of #17255A
Complementary color
Monochromatic Colors of #17255A
Black with #17255A
Text Example
Text Example
White with #17255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17255A; }
p { color: rgb(23,37,90); }
H1.HeaderClassName
{
color: #17255A;
}
.AnyTagClassName
{
color: #17255A;
}
</style>
background-color css
<style>
a { background-color: #17255A; }
a { background-color: rgb(23,37,90); }
div.DivClassName
{
background-color: #17255A;
}
.BgClassName
{
background-color: #17255A;
}
</style>
border-color css
<style>
span { border-color: #17255A; }
span { border-color: rgb(23,37,90); }
td.TdClassName
{
border-color: #17255A;
}
.TagClassName
{
border-color: #17255A;
}
</style>