#17235F

Color #17235F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #17235F

Tints of Sapphire #17235F

Color information

#17235F (or 0x17235F) is unknown color: approx Sapphire. HEX triplet: 17, 23 and 5F. RGB value is (23,35,95). Sum of RGB (Red+Green+Blue) = 23+35+95=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #17235F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235F is #E8DCA0. Grayscale: #262626. Windows color (decimal): -15260833 or 6234903. OLE color: 6234903.

HSL color Cylindrical-coordinate representation of color #17235F: hue angle of 230º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17235F is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB233595-
CMYK0.760.6300.63
HSL230º61.02%23.14%-
HSV(B)230º75.79%37.25%-
XYZ3.022.2111.09-
YUV38.25160.02117.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=15.03%
G=22.88%
B=62.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2335950.760.6300.6323061.0223.14
Hex17235F4C3F03Fe63d17
Octal2743137114770773467527
Binary101111000111011111100110011111101111111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17235F; }

 p { color: rgb(23,35,95); }

 H1.HeaderClassName
 {
   color: #17235F;
 }
 .AnyTagClassName
 {
   color: #17235F;
 }
</style>
background-color css

<style>
 a { background-color: #17235F; }

 a { background-color: rgb(23,35,95); }

 div.DivClassName
 {
   background-color: #17235F;
 }
 .BgClassName
 {
   background-color: #17235F;
 }
</style>
border-color css

<style>
 span { border-color: #17235F; }

 span { border-color: rgb(23,35,95); }

 td.TdClassName
 {
   border-color: #17235F;
 }
 .TagClassName
 {
   border-color: #17235F;
 }
</style>