Shades of Sapphire #17285A
Tints of Sapphire #17285A
RGB
CMYK
RGB Variations
Color information
#17285A (or 0x17285A) is known color: Sapphire. HEX triplet: 17, 28 and 5A. RGB value is (23,40,90). Sum of RGB (Red+Green+Blue) = 23+40+90=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #17285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285A is #E8D7A5. Grayscale: #282828. Windows color (decimal): -15259558 or 5908503. OLE color: 5908503.
HSL color Cylindrical-coordinate representation of color #17285A: hue angle of 224.78º 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 #17285A is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 40 | 90 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.65 |
| HSL | 224.78º | 0.59% | 0.22% | - |
| HSV(B) | 224.78º | 0.74% | 0.35% | - |
| XYZ | 2.96 | 2.44 | 9.99 | - |
| YUV | 40.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 90 | 0.74 | 0.56 | 0 | 0.65 | 224.78 | 0.59 | 0.22 |
| Hex | 17 | 28 | 5A | 4A | 38 | 0 | 41 | E1 | 3B | 16 |
| Octal | 27 | 50 | 132 | 112 | 70 | 0 | 101 | 341 | 73 | 26 |
| Binary | 10111 | 101000 | 1011010 | 1001010 | 111000 | 0 | 1000001 | 11100001 | 111011 | 10110 |
Color Harmonies of #17285A
Complementary color
Monochromatic Colors of #17285A
Black with #17285A
Text Example
Text Example
White with #17285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17285A; }
p { color: rgb(23,40,90); }
H1.HeaderClassName
{
color: #17285A;
}
.AnyTagClassName
{
color: #17285A;
}
</style>
background-color css
<style>
a { background-color: #17285A; }
a { background-color: rgb(23,40,90); }
div.DivClassName
{
background-color: #17285A;
}
.BgClassName
{
background-color: #17285A;
}
</style>
border-color css
<style>
span { border-color: #17285A; }
span { border-color: rgb(23,40,90); }
td.TdClassName
{
border-color: #17285A;
}
.TagClassName
{
border-color: #17285A;
}
</style>