#172261

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

Shades of Sapphire #172261

Tints of Sapphire #172261

Color information

#172261 (or 0x172261) is unknown color: approx Sapphire. HEX triplet: 17, 22 and 61. RGB value is (23,34,97). Sum of RGB (Red+Green+Blue) = 23+34+97=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #172261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172261 is #E8DD9E. Grayscale: #252525. Windows color (decimal): -15261087 or 6365719. OLE color: 6365719.

HSL color Cylindrical-coordinate representation of color #172261: hue angle of 231.08º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172261 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB233497-
CMYK0.760.6500.62
HSL231.08º61.67%23.53%-
HSV(B)231.08º76.29%38.04%-
XYZ3.082.1911.57-
YUV37.89161.36117.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.94%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=14.94%
G=22.08%
B=62.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2334970.760.6500.62231.0861.6723.53
Hex1722614C4103Ee73e18
Octal27421411141010763477630
Binary1011110001011000011001100100000101111101110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172261; }

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

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

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

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

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

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

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

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