Shades of Sapphire #17265A
Tints of Sapphire #17265A
RGB
CMYK
RGB Variations
Color information
#17265A (or 0x17265A) is known color: Sapphire. HEX triplet: 17, 26 and 5A. RGB value is (23,38,90). Sum of RGB (Red+Green+Blue) = 23+38+90=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #17265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17265A is #E8D9A5. Grayscale: #272727. Windows color (decimal): -15260070 or 5907991. OLE color: 5907991.
HSL color Cylindrical-coordinate representation of color #17265A: hue angle of 226.57º 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 #17265A is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 38 | 90 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.65 |
| HSL | 226.57º | 0.59% | 0.22% | - |
| HSV(B) | 226.57º | 0.74% | 0.35% | - |
| XYZ | 2.89 | 2.31 | 9.97 | - |
| YUV | 39.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 90 | 0.74 | 0.58 | 0 | 0.65 | 226.57 | 0.59 | 0.22 |
| Hex | 17 | 26 | 5A | 4A | 3A | 0 | 41 | E3 | 3B | 16 |
| Octal | 27 | 46 | 132 | 112 | 72 | 0 | 101 | 343 | 73 | 26 |
| Binary | 10111 | 100110 | 1011010 | 1001010 | 111010 | 0 | 1000001 | 11100011 | 111011 | 10110 |
Color Harmonies of #17265A
Complementary color
Monochromatic Colors of #17265A
Black with #17265A
Text Example
Text Example
White with #17265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17265A; }
p { color: rgb(23,38,90); }
H1.HeaderClassName
{
color: #17265A;
}
.AnyTagClassName
{
color: #17265A;
}
</style>
background-color css
<style>
a { background-color: #17265A; }
a { background-color: rgb(23,38,90); }
div.DivClassName
{
background-color: #17265A;
}
.BgClassName
{
background-color: #17265A;
}
</style>
border-color css
<style>
span { border-color: #17265A; }
span { border-color: rgb(23,38,90); }
td.TdClassName
{
border-color: #17265A;
}
.TagClassName
{
border-color: #17265A;
}
</style>