#172661

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

Shades of Sapphire #172661

Tints of Sapphire #172661

Color information

#172661 (or 0x172661) is unknown color: approx Sapphire. HEX triplet: 17, 26 and 61. RGB value is (23,38,97). Sum of RGB (Red+Green+Blue) = 23+38+97=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #172661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172661 is #E8D99E. Grayscale: #272727. Windows color (decimal): -15260063 or 6366743. OLE color: 6366743.

HSL color Cylindrical-coordinate representation of color #172661: hue angle of 227.84º 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 #172661 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB233897-
CMYK0.760.6100.62
HSL227.84º61.67%23.53%-
HSV(B)227.84º76.29%38.04%-
XYZ3.22.4311.61-
YUV40.24160.03115.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=14.56%
G=24.05%
B=61.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2338970.760.6100.62227.8461.6723.53
Hex1726614C3D03Ee43e18
Octal2746141114750763447630
Binary101111001101100001100110011110101111101110010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172661; }

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

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

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

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

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

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

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

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