#17225F

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

Shades of Sapphire #17225F

Tints of Sapphire #17225F

Color information

#17225F (or 0x17225F) is unknown color: approx Sapphire. HEX triplet: 17, 22 and 5F. RGB value is (23,34,95). Sum of RGB (Red+Green+Blue) = 23+34+95=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #17225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17225F is #E8DDA0. Grayscale: #252525. Windows color (decimal): -15261089 or 6234647. OLE color: 6234647.

HSL color Cylindrical-coordinate representation of color #17225F: hue angle of 230.83º 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 #17225F is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB233495-
CMYK0.760.6400.63
HSL230.83º61.02%23.14%-
HSV(B)230.83º75.79%37.25%-
XYZ2.992.1511.08-
YUV37.66160.36117.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=15.13%
G=22.37%
B=62.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2334950.760.6400.63230.8361.0223.14
Hex17225F4C4003Fe73d17
Octal27421371141000773477527
Binary1011110001010111111001100100000001111111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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