Shades of Sapphire #17275A
Tints of Sapphire #17275A
RGB
CMYK
RGB Variations
Color information
#17275A (or 0x17275A) is known color: Sapphire. HEX triplet: 17, 27 and 5A. RGB value is (23,39,90). Sum of RGB (Red+Green+Blue) = 23+39+90=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #17275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17275A is #E8D8A5. Grayscale: #272727. Windows color (decimal): -15259814 or 5908247. OLE color: 5908247.
HSL color Cylindrical-coordinate representation of color #17275A: hue angle of 225.67º 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 #17275A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 39 | 90 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.65 |
| HSL | 225.67º | 0.59% | 0.22% | - |
| HSV(B) | 225.67º | 0.74% | 0.35% | - |
| XYZ | 2.92 | 2.37 | 9.98 | - |
| YUV | 40.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 90 | 0.74 | 0.57 | 0 | 0.65 | 225.67 | 0.59 | 0.22 |
| Hex | 17 | 27 | 5A | 4A | 39 | 0 | 41 | E2 | 3B | 16 |
| Octal | 27 | 47 | 132 | 112 | 71 | 0 | 101 | 342 | 73 | 26 |
| Binary | 10111 | 100111 | 1011010 | 1001010 | 111001 | 0 | 1000001 | 11100010 | 111011 | 10110 |
Color Harmonies of #17275A
Complementary color
Monochromatic Colors of #17275A
Black with #17275A
Text Example
Text Example
White with #17275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17275A; }
p { color: rgb(23,39,90); }
H1.HeaderClassName
{
color: #17275A;
}
.AnyTagClassName
{
color: #17275A;
}
</style>
background-color css
<style>
a { background-color: #17275A; }
a { background-color: rgb(23,39,90); }
div.DivClassName
{
background-color: #17275A;
}
.BgClassName
{
background-color: #17275A;
}
</style>
border-color css
<style>
span { border-color: #17275A; }
span { border-color: rgb(23,39,90); }
td.TdClassName
{
border-color: #17275A;
}
.TagClassName
{
border-color: #17275A;
}
</style>